Home
last modified time | relevance | path

Searched refs:test_environment (Results 1 – 25 of 54) sorted by relevance

123

/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py94 test_environment = test_environment_template.copy()
95test_environment['script'] = '%s extras/scripts/postsubmit.sh %s' % (export_statements, test)
97 test_environment['env'] = generate_env_string_for_env(env) + " TEST=%s" % test
99 build_matrix_smoke_test_rows.append(test_environment)
101 build_matrix_rows.append(test_environment)
120 test_environment = test_environment_template.copy()
121test_environment['script'] = '%s extras/scripts/postsubmit.sh %s' % (export_statements, test)
123 test_environment['env'] = generate_env_string_for_env(env) + " TEST=%s" % test
125 build_matrix_smoke_test_rows.append(test_environment)
127 build_matrix_rows.append(test_environment)
[all …]
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcontrol.pseudomodem21 from autotest_lib.client.cros.cellular import test_environment
26 test_env = test_environment.CellularPseudoMMTestEnvironment(
36 test_env = test_environment.CellularPseudoMMTestEnvironment(
47 test_env = test_environment.CellularPseudoMMTestEnvironment(
57 test_env = test_environment.CellularPseudoMMTestEnvironment(
Dcontrol22 from autotest_lib.client.cros.cellular import test_environment
26 test_env = test_environment.CellularOTATestEnvironment()
38 test_env = test_environment.CellularOTATestEnvironment()
/external/autotest/client/site_tests/cellular_ServiceName/
Dcellular_ServiceName.py10 from autotest_lib.client.cros.cellular import test_environment
112 self.test_env = test_environment.CellularPseudoMMTestEnvironment(
130 self.test_env = test_environment.CellularPseudoMMTestEnvironment(
144 self.test_env = test_environment.CellularPseudoMMTestEnvironment(
/external/autotest/client/site_tests/cellular_StressEnable/
Dcontrol.pseudomodem21 from autotest_lib.client.cros.cellular import test_environment
24 test_env = test_environment.CellularPseudoMMTestEnvironment(
30 test_env = test_environment.CellularPseudoMMTestEnvironment(
Dcontrol21 from autotest_lib.client.cros.cellular import test_environment
23 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.tmobile22 from autotest_lib.client.cros.cellular import test_environment
24 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.sprint22 from autotest_lib.client.cros.cellular import test_environment
24 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.att22 from autotest_lib.client.cros.cellular import test_environment
24 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.verizon22 from autotest_lib.client.cros.cellular import test_environment
24 test_env = test_environment.CellularOTATestEnvironment()
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcontrol.pseudomodem24 from autotest_lib.client.cros.cellular import test_environment
27 test_env = test_environment.CellularPseudoMMTestEnvironment(
32 test_env = test_environment.CellularPseudoMMTestEnvironment(
Dcontrol.tmobile25 from autotest_lib.client.cros.cellular import test_environment
27 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.verizon25 from autotest_lib.client.cros.cellular import test_environment
27 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol24 from autotest_lib.client.cros.cellular import test_environment
26 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.att25 from autotest_lib.client.cros.cellular import test_environment
27 test_env = test_environment.CellularOTATestEnvironment()
/external/autotest/client/site_tests/cellular_Smoke/
Dcontrol.pseudomodem27 from autotest_lib.client.cros.cellular import test_environment
30 test_env = test_environment.CellularPseudoMMTestEnvironment(
35 test_env = test_environment.CellularPseudoMMTestEnvironment(
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol.pseudomodem26 from autotest_lib.client.cros.cellular import test_environment
29 test_env = test_environment.CellularPseudoMMTestEnvironment(
37 test_env = test_environment.CellularPseudoMMTestEnvironment(
/external/autotest/client/site_tests/cellular_ConnectFailure/
Dcontrol.pseudomodem26 from autotest_lib.client.cros.cellular import test_environment
32 test_env = test_environment.CellularPseudoMMTestEnvironment(
40 test_env = test_environment.CellularPseudoMMTestEnvironment(
/external/libchrome/mojo/public/java/system/javatests/
Dmojo_test_rule.cc54 jlong test_environment) { in JNI_MojoTestRule_TearDownTestEnvironment() argument
55 delete reinterpret_cast<TestEnvironment*>(test_environment); in JNI_MojoTestRule_TearDownTestEnvironment()
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py8 from autotest_lib.client.cros.cellular import test_environment
61 with test_environment.CellularOTATestEnvironment() as test_env:
/external/autotest/client/site_tests/cellular_Identifiers/
Dcontrol.verizon29 from autotest_lib.client.cros.cellular import test_environment
31 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol28 from autotest_lib.client.cros.cellular import test_environment
30 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.att29 from autotest_lib.client.cros.cellular import test_environment
31 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.sprint29 from autotest_lib.client.cros.cellular import test_environment
31 test_env = test_environment.CellularOTATestEnvironment()
Dcontrol.tmobile29 from autotest_lib.client.cros.cellular import test_environment
31 test_env = test_environment.CellularOTATestEnvironment()

123