#--------------------------------------------------------------------------
#
# The @CYBER_ACTIONS keyword is used to specify the actions and
# timing associated with @CYBER keyword for CyberApps tests.
#
#  "start_type"      - specifies when the commands will be executed -
#                      options are AT_START, AFTER_STABILITY, and
#                      AT_END
#
#  "success_path"    - specifies what action will be taken when all
#                      commands have been completed - options are
#                      NONE, MODE_TERMINATE, RETURN, a mode number,
#                      or a test procedure pathname
#
# "failure_path"     - specifies what to do if the communications
#                      fail to complete successfully - options are
#                      NONE, MODE_TERMINATE, RETURN, a mode number,
#                      or a test procedure pathname

@CYBER_ACTIONS
   #start_type       success_path      fail_path
   AT_START          MODE_TERMINATE    90