02-rtcheckpoint_days.mdl 890 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 days, hours, minutes,
  11. * and seconds, with all but the seconds set to 0.
  12. *
  13. * Author: Jed Wing <[email protected]>
  14. * Date: 2008-04-04
  15. ****************************************************************************/
  16. basename = "02-rtcheckpoint_days"
  17. INCLUDE_FILE = "common2.mdl"
  18. CHECKPOINT_REALTIME = 00:00:00:30 EXIT