OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_test_na
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/provision_AutoUpdate/
provision_AutoUpdate.py
25
def initialize(self, host, value, force=False,
is_test_na
=False):
31
@param
is_test_na
: boolean, if True, will simply skip the test
38
if
is_test_na
:
/external/autotest/server/site_tests/provision_TestbedUpdate/
provision_TestbedUpdate.py
34
def initialize(self, host, value, force=False,
is_test_na
=False,
43
@param
is_test_na
: boolean, if True, will simply skip the test
51
if
is_test_na
:
/external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py
24
def initialize(self, host, value, force=False,
is_test_na
=False,
31
@param
is_test_na
: boolean, if True, will simply skip the test
39
if
is_test_na
:
Completed in 68 milliseconds