02-rtcheckpoint_seconds.mdl 817 B

12345678910111213141516171819
  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.
  11. *
  12. * Author: Jed Wing <[email protected]>
  13. * Date: 2008-04-04
  14. ****************************************************************************/
  15. basename = "02-rtcheckpoint_seconds"
  16. INCLUDE_FILE = "common2.mdl"
  17. CHECKPOINT_REALTIME = 30 EXIT