OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUSH_TO_PROD_SUITE
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
test_push_unittest.py
60
test_push.
PUSH_TO_PROD_SUITE
, mox.IgnoreArg(), mox.IgnoreArg(),
76
test_push.test_suite(test_push.
PUSH_TO_PROD_SUITE
, test_views,
89
test_push.test_suite(test_push.
PUSH_TO_PROD_SUITE
, test_views,
104
test_push.test_suite(test_push.
PUSH_TO_PROD_SUITE
, test_views,
119
test_push.test_suite(test_push.
PUSH_TO_PROD_SUITE
, test_views,
test_push.py
62
PUSH_TO_PROD_SUITE
= 'push_to_prod'
413
push_to_prod_suite
= multiprocessing.Process(
415
args=(queue,
PUSH_TO_PROD_SUITE
,
417
push_to_prod_suite
.daemon = use_daemon
418
push_to_prod_suite
.start()
429
while
push_to_prod_suite
.is_alive() or asynchronous_suite.is_alive():
433
push_to_prod_suite
.join()
Completed in 149 milliseconds