Lines Matching refs:lab
53 ### Running jobs in the lab
55 `test_that` now allows you to run jobs in the test lab. The usage is similar to
56 running tests against a specified host. The keyword :lab: is used as
64 $ test_that -b lumpy -i lumpy-paladin/R38-6009.0.0-rc4 :lab: dummy_Pass
67 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass,
69 lumpy-paladin/R38-6009.0.0-rc4. The lab's scheduler will take responsibility
78 $ test_that -b lumpy -i ${latest_image} :lab: dummy_Pass dummy_Fail
79 $ test_that -b lumpy -i ${latest_image} :lab: e:login_.*
82 Kicking off a run in the lab should be useful whenever you need to run a
84 locally.For occasional runs of ad-hoc suites in the lab, this will also avoid
90 test_that -b peach_pit :lab: suite:pyauto_perf -i 'peach_pit-release/R32-4763.0.0'