02-rtcheckpoint_noexitspec.mdl 906 B

1234567891011121314151617181920
  1. /****************************************************************************
  2. * Test 02: Real-time checkpoint options.
  3. *
  4. * A series of tests which checkpoint and exit after 30 seconds. At the
  5. * beginning of the test, a timestamp file is created. Checking the
  6. * timestamp on this file (also stored as an integer in the file, as seconds
  7. * since the epoch) against the timestamp on the checkpoint file should give
  8. * a reasonable, though not utterly infallible test.
  9. *
  10. * This variant has an exit spec and time specified in seconds, and has no
  11. * exit spec, meaning it should take the default behavior, which is to exit.
  12. *
  13. * Author: Jed Wing <[email protected]>
  14. * Date: 2008-04-04
  15. ****************************************************************************/
  16. basename = "02-rtcheckpoint_noexitspec"
  17. INCLUDE_FILE = "common2.mdl"
  18. CHECKPOINT_REALTIME = 30