Home
last modified time | relevance | path

Searched refs:moblab (Results 1 – 25 of 96) sorted by relevance

1234

/external/autotest/frontend/client/src/autotest/moblab/
DConfigWizardView.java1 package autotest.moblab;
6 import autotest.moblab.wizard.CloudStorageCard;
7 import autotest.moblab.wizard.ConfigWizard;
8 import autotest.moblab.wizard.NetworkInfoCard;
9 import autotest.moblab.wizard.WifiCard;
10 import autotest.moblab.wizard.WizardCard;
/external/autotest/
Dmoblab_config.ini6 # moblab can still test builds in R43 branch with server-side packaging, except
36 # In moblab, this paramater is empty and uses the image bucket by default.
42 cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification
44 # All moblab DUT's are in dev mode, so skip the repair check.
53 # Disable trampoline in moblab as it's designed for old release builder and TPM
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.bvt-inline5 AUTHOR = "chromeos-moblab@google.com"
8 ATTRIBUTES = "suite:moblab"
11 TEST_CLASS = "moblab"
34 services to start on the moblab host.
40 from the moblab device. If the overall
45 running on moblab is cleared before
59 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.smoke5 AUTHOR = "chromeos-moblab@google.com"
10 TEST_CLASS = "moblab"
33 services to start on the moblab host.
39 from the moblab device. If the overall
44 running on moblab is cleared before
58 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.dummyServer5 AUTHOR = "chromeos-moblab@google.com"
11 TEST_CLASS = "moblab"
34 services to start on the moblab host.
40 from the moblab device. If the overall
45 running on moblab is cleared before
60 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.dummyServerNoSsp10 TEST_CLASS = "moblab"
33 services to start on the moblab host.
39 from the moblab device. If the overall
44 running on moblab is cleared before
59 logging.info('Logs from moblab\'s instance of autotest will be collected '
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol5 AUTHOR = "chromeos-moblab@google.com"
11 TEST_CLASS = "moblab"
17 moblab correctly provisions and runs the storage qual suite, but does not
36 services to start on the moblab host.
42 from the moblab device. If the overall
47 running on moblab is cleared before
62 logging.info('Logs from moblab\'s instance of autotest will be collected '
/external/autotest/frontend/client/test/autotest/moblab/wizard/
DConfigWizardTest.java1 package autotest.moblab.wizard;
3 import autotest.moblab.MoblabTest;
4 import autotest.moblab.wizard.WizardCard;
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DNetworkInfoCard.java1 package autotest.moblab.wizard;
9 import autotest.moblab.rpc.MoblabRpcCallbacks;
10 import autotest.moblab.rpc.MoblabRpcHelper;
11 import autotest.moblab.rpc.NetworkInfo;
DWifiCard.java1 package autotest.moblab.wizard;
10 import autotest.moblab.rpc.WifiInfo;
11 import autotest.moblab.rpc.MoblabRpcCallbacks;
12 import autotest.moblab.rpc.MoblabRpcHelper;
DCloudStorageCard.java1 package autotest.moblab.wizard;
17 import autotest.moblab.rpc.CloudStorageInfo;
18 import autotest.moblab.rpc.MoblabRpcCallbacks;
19 import autotest.moblab.rpc.MoblabRpcHelper;
20 import autotest.moblab.rpc.OperationStatus;
DWizardCard.java1 package autotest.moblab.wizard;
8 import autotest.moblab.rpc.OperationStatus;
9 import autotest.moblab.wizard.ConfigWizard.Mode;
DConfigEditMode.java1 package autotest.moblab.wizard;
15 import autotest.moblab.rpc.MoblabRpcCallbacks;
16 import autotest.moblab.rpc.MoblabRpcHelper;
17 import autotest.moblab.rpc.OperationStatus;
DConfigWizard.java1 package autotest.moblab.wizard;
3 import autotest.moblab.rpc.MoblabRpcCallbacks;
4 import autotest.moblab.rpc.VersionInfo;
21 import autotest.moblab.rpc.MoblabRpcHelper;
/external/autotest/test_suites/
Dcontrol.moblab-cts-mini6 NAME = "moblab-cts-mini"
7 PURPOSE = "Ensure that CTS is running on moblab for every commit."
18 CTS test on moblab.
35 args_dict['name'] = 'moblab-cts-mini'
Dcontrol.moblab6 NAME = "moblab"
7 PURPOSE = "Test critical moblab functionality."
30 args_dict['name'] = 'moblab'
Dcontrol.check_setup_storage_qual8 Test moblab has correct DUT configuration for storage qual suite
17 Tests that moblab has the minimum number of DUTs, with correct labels. This
Dcontrol.check_setup_cts_N8 Test moblab has correct DUT configuration for cts N suite
17 Tests that moblab has the minimum number of DUTs, with correct labels. This
/external/autotest/frontend/client/test/autotest/moblab/rpc/
DNetworkInfoTest.java1 package autotest.moblab.rpc;
6 import autotest.moblab.MoblabTest;
7 import autotest.moblab.rpc.NetworkInfo;
DCloudStorageInfoTest.java1 package autotest.moblab.rpc;
5 import autotest.moblab.MoblabTest;
/external/autotest/server/site_tests/moblab_Setup/
Dcontrol.cts_N7 PURPOSE = "Test that the moblab has the correct setup for cts_N suite"
16 Test that the moblab has 5 live DUTs connected, and that at least one of those
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.reboot.full.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.reboot.full.moblab"
27 interrupt='reboot', moblab=True, **args_dict)
Dcontrol.interrupt.suspend.full.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.suspend.full.moblab"
27 interrupt='suspend', moblab=True, **args_dict)
Dcontrol.interrupt.network.full.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.network.full.moblab"
30 interrupt='network', moblab=True, **args_dict)
Dcontrol.delta.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.delta.moblab"
30 moblab=True, **args_dict)

1234