Differences From Artifact [646cd68645]:
- Executable file tests/tests/lineitem_pass/main.sh — part of check-in [1eb40d3a48] at 2011-09-10 23:03:58 on branch trunk — Added lineitem data uploading and tests (user: matt, size: 674) [annotate] [blame] [check-ins using]
To Artifact [c43fd19ef0]:
- Executable file tests/fullrun/lineitem_pass/main.sh — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 914) [annotate] [blame] [check-ins using]
- Executable file tests/fullrun/tests/lineitem_pass/main.sh — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 914) [annotate] [blame] [check-ins using]
- Executable file tests/tests/lineitem_pass/main.sh — part of check-in [7996cd995c] at 2012-02-26 16:29:44 on branch trunk — Added some time-taking steps to a test (user: matt, size: 914) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 | foo, bal, -1.1, 0, < , , Check for overload foo, alb, 1.2, 1.2, <= , Amps, This is the high power circuit test foo, abl, 1.2, 1.3, 0.1 foo, bra, 1.2, pass, silly stuff faz, bar, 10, 8mA, , ,"this is a comment" EOF # Needed to force rolling up the results and set the test to COMPLETED $MT_MEGATEST -test-status :state COMPLETED :status AUTO | > > > > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | foo, bal, -1.1, 0, < , , Check for overload foo, alb, 1.2, 1.2, <= , Amps, This is the high power circuit test foo, abl, 1.2, 1.3, 0.1 foo, bra, 1.2, pass, silly stuff faz, bar, 10, 8mA, , ,"this is a comment" EOF # a bunch of steps in 2 second increments for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;do $MT_MEGATEST -step step$i :state start :status running -setlog results$i.html sleep 2 $MT_MEGATEST -step step$i :state end :status 0 done # Needed to force rolling up the results and set the test to COMPLETED $MT_MEGATEST -test-status :state COMPLETED :status AUTO |