Searched refs:autotest (Results 1 – 25 of 534) sorted by relevance
12345678910>>...22
/external/autotest/server/ |
D | autotest_unittest.py | 8 from autotest_lib.server import autotest, utils, hosts, server_job, profilers 53 self.god.stub_function(autotest, "open") 54 self.god.stub_function(autotest.global_config.global_config, 57 self.god.stub_class(autotest, "_Run") 58 self.god.stub_class(autotest, "log_collector") 73 self.autotest = autotest.Autotest(self.host) 74 self.autotest.job = self.host.job 75 self.god.stub_function(self.autotest, "_install_using_send_file") 89 self.autotest.got = False 117 c = autotest.global_config.global_config [all …]
|
/external/autotest/apache/conf/ |
D | tko-directives | 5 # This rule is meant for autotest installations under a single directory, 7 # RewriteCond /usr/local/autotest/results -d 8 # RewriteRule ^/results(.*) /usr/local/autotest/results/$1 10 # This rule is meant for autotest installations from a package such as RPM. 11 # RewriteCond /var/lib/autotest/results -d 12 # RewriteRule ^/results(.*) /var/lib/autotest/results/$1 14 Alias /results "/usr/local/autotest/results" 31 # This rule is meant for autotest installations under a single directory, 33 RewriteCond /usr/local/autotest/tko -d 34 RewriteRule ^/tko(.*) /usr/local/autotest/tko/$1 [all …]
|
D | embedded-spreadsheet-directives | 3 # This rule is meant for autotest installations under a single directory, 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient -d 6 RewriteRule ^/embedded_spreadsheet(.*) /usr/local/autotest/frontend/client/www/autotest.EmbeddedSpr… 8 # This rule is meant for autotest installations from a package such as RPM. 9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient -d 10 RewriteRule ^/embedded_spreadsheet(.*) /usr/share/autotest/frontend/client/www/autotest.EmbeddedSpr…
|
D | embedded-tko-directives | 3 # This rule is meant for autotest installations under a single directory, 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d 6 RewriteRule ^/embedded_tko(.*) /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1 8 # This rule is meant for autotest installations from a package such as RPM. 9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d 10 RewriteRule ^/embedded_tko(.*) /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1
|
D | all-directives | 5 DocumentRoot /usr/local/autotest/apache/www/ 7 Include "/usr/local/autotest/apache/conf/logging-directives" 8 Include "/usr/local/autotest/apache/conf/cgi-directives" 9 Include "/usr/local/autotest/apache/conf/gwt-directives" 10 Include "/usr/local/autotest/apache/conf/django-directives" 11 Include "/usr/local/autotest/apache/conf/afe-directives" 12 Include "/usr/local/autotest/apache/conf/tko-directives" 13 Include "/usr/local/autotest/apache/conf/new-tko-directives" 14 Include "/usr/local/autotest/apache/conf/embedded-tko-directives" 15 Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives" [all …]
|
D | moblab-setup-directives | 3 # This rule is meant for autotest installations under a single directory, 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.MoblabSetupClient -d 6 RewriteRule ^/moblab_setup((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.Mobl… 8 # This rule is meant for autotest installations from a package such as RPM. 9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.MoblabSetupClient -d 10 RewriteRule ^/moblab_setup((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.Mobl…
|
D | django-directives | 14 # https://github.com/autotest/autotest/wiki/AutotestServerInstall 36 RewriteCond /usr/local/autotest/frontend/frontend.wsgi -f 37 … RewriteRule ^/(afe|new_tko)/server(.*) /usr/local/autotest/frontend/frontend.wsgi [H=wsgi-script] 39 RewriteCond /usr/lib/python2.7/site-packages/autotest/frontend/frontend.wsgi -f 40 …RewriteRule ^/(afe|new_tko)/server(.*) /usr/lib/python2.7/site-packages/autotest/frontend/frontend… 42 RewriteCond /usr/lib/python2.6/site-packages/autotest/frontend/frontend.wsgi -f 43 …RewriteRule ^/(afe|new_tko)/server(.*) /usr/lib/python2.6/site-packages/autotest/frontend/frontend… 45 RewriteCond /usr/lib/python2.5/site-packages/autotest/frontend/frontend.wsgi -f 46 …RewriteRule ^/(afe|new_tko)/server(.*) /usr/lib/python2.5/site-packages/autotest/frontend/frontend… 48 RewriteCond /usr/lib/python2.4/site-packages/autotest/frontend/frontend.wsgi -f [all …]
|
D | afe-directives | 3 # This rule is meant for autotest installations under a single directory, 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.AfeClient -d 6 RewriteRule ^/afe((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.AfeClient/$1 8 # This rule is meant for autotest installations from a package such as RPM. 9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.AfeClient -d 10 RewriteRule ^/afe((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.AfeClient/$1
|
D | new-tko-directives | 3 # This rule is meant for autotest installations under a single directory, 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.TkoClient -d 6 RewriteRule ^/new_tko((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.TkoClient… 8 # This rule is meant for autotest installations from a package such as RPM. 9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.TkoClient -d 10 RewriteRule ^/new_tko((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.TkoClient…
|
D | site-misc-directives | 1 Alias /packages "/usr/local/autotest/packages/" 8 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f 9 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d 10 RewriteRule ^/results/([0-9].*) https://pantheon.corp.google.com/storage/browser/chromeos-autotest-… 14 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f 15 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d 16 …/(.*/[0-9].*) https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/hosts/$1 …
|
/external/autotest/utils/ |
D | site_whitelist_tests | 1 /usr/local/autotest/client/tests/compilebench/control 2 /usr/local/autotest/client/tests/dbench/control 3 /usr/local/autotest/client/tests/disktest/control 4 /usr/local/autotest/client/tests/fsx/control 5 /usr/local/autotest/client/tests/hackbench/control 6 /usr/local/autotest/client/tests/unixbench/control 7 /usr/local/autotest/client/tests/sleeptest/control 8 /usr/local/autotest/server/tests/netperf2/control.srv 9 /usr/local/autotest/server/tests/netperf2/control.stress.srv 10 /usr/local/autotest/server/tests/netpipe/control.srv [all …]
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeClient.java | 1 package autotest.afe; 3 import autotest.afe.HostDetailView.HostDetailListener; 4 import autotest.afe.HostListView.HostListListener; 5 import autotest.afe.JobDetailView.JobDetailListener; 6 import autotest.afe.JobListView.JobSelectListener; 7 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener; 8 import autotest.afe.create.CreateJobViewTab; 9 import autotest.common.CustomHistory; 10 import autotest.common.JsonRpcProxy; 11 import autotest.common.SiteCommonClassFactory; [all …]
|
D | TestSelectorDisplay.java | 1 package autotest.afe; 3 import autotest.afe.ITextBox; 4 import autotest.afe.ITextBox.TextBoxImpl; 5 import autotest.afe.TestSelector.IDataTable; 6 import autotest.afe.TestSelector.IDataTable.DataTableImpl; 7 import autotest.afe.TestSelector.ISelectionManager; 8 import autotest.afe.TestSelector.ISelectionManager.SelectionManagerImpl; 9 import autotest.common.table.DataTable; 10 import autotest.common.ui.ExtendedListBox; 11 import autotest.common.ui.SimplifiedList; [all …]
|
D | JobListView.java | 1 package autotest.afe; 3 import autotest.common.SimpleCallback; 4 import autotest.common.CustomHistory.HistoryToken; 5 import autotest.common.table.DatetimeSegmentFilter; 6 import autotest.common.table.Filter; 7 import autotest.common.table.RadioButtonSetFilter; 8 import autotest.common.table.SearchFilter; 9 import autotest.common.table.SelectionManager; 10 import autotest.common.table.TableDecorator; 11 import autotest.common.table.DynamicTable.DynamicTableListener; [all …]
|
D | HostTableDecorator.java | 1 package autotest.afe; 3 import autotest.common.SimpleCallback; 4 import autotest.common.StaticDataRepository; 5 import autotest.common.Utils; 6 import autotest.common.table.BooleanFilter; 7 import autotest.common.table.CheckboxFilter; 8 import autotest.common.table.ListFilter; 9 import autotest.common.table.SearchFilter; 10 import autotest.common.table.TableDecorator;
|
D | HostDetailView.java | 1 package autotest.afe; 3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener; 4 import autotest.common.CustomHistory.HistoryToken; 5 import autotest.common.SimpleCallback; 6 import autotest.common.Utils; 7 import autotest.common.table.DataSource; 8 import autotest.common.table.DataSource.DataCallback; 9 import autotest.common.table.DataSource.Query; 10 import autotest.common.table.DataSource.SortDirection; 11 import autotest.common.table.DataTable; [all …]
|
D | HostListView.java | 1 package autotest.afe; 3 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener; 4 import autotest.common.SimpleCallback; 5 import autotest.common.table.DynamicTable.DynamicTableListener; 6 import autotest.common.table.SelectionManager; 7 import autotest.common.ui.ContextMenu; 8 import autotest.common.ui.NotifyManager; 9 import autotest.common.ui.TabView; 10 import autotest.common.ui.TableActionsPanel.TableActionsListener;
|
/external/autotest/venv/lucifer/ |
D | autotest_unittest.py | 17 from lucifer import autotest 38 finder = autotest._CommonRemovingFinder() 50 mock.patch.object(autotest, '_setup_done', True): 51 autotest.load(name) 57 with mock.patch.object(autotest, '_setup_done', False): 59 autotest.load('asdf') 69 mock.patch.object(autotest, '_setup_done', True): 70 autotest.chromite_load(name) 81 mock.patch.object(autotest, '_setup_done', True): 82 autotest.deps_load(name)
|
D | handlers.py | 15 from lucifer import autotest 65 models = autotest.load('frontend.afe.models') 71 models = autotest.load('frontend.afe.models') 76 models = autotest.load('frontend.afe.models') 98 models = autotest.load('frontend.afe.models') 106 models = autotest.load('frontend.afe.models') 113 models = autotest.load('frontend.afe.models') 121 models = autotest.load('frontend.afe.models') 154 models = autotest.load('frontend.afe.models') 188 models = autotest.load('frontend.afe.models') [all …]
|
D | handoffs.py | 15 from lucifer import autotest 32 models = autotest.load('frontend.afe.models') 33 Q = autotest.deps_load('django.db.models').Q 51 models = autotest.load('frontend.afe.models') 63 models = autotest.load('frontend.afe.models') 73 models = autotest.load('frontend.afe.models') 74 transaction = autotest.deps_load('django.db.transaction') 92 models = autotest.load('frontend.afe.models')
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TkoClient.java | 1 package autotest.tko; 3 import autotest.common.CustomHistory; 4 import autotest.common.JsonRpcProxy; 5 import autotest.common.SiteCommonClassFactory; 6 import autotest.common.StaticDataRepository; 7 import autotest.common.CustomHistory.HistoryToken; 8 import autotest.common.ui.CustomTabPanel; 9 import autotest.common.ui.NotifyManager; 10 import autotest.common.ui.TabView; 11 import autotest.tko.TableView.TableSwitchListener; [all …]
|
D | SpreadsheetHeaderSelectorView.java | 1 package autotest.tko; 3 import autotest.common.ui.DoubleListSelector; 4 import autotest.common.ui.ExtendedListBox; 5 import autotest.common.ui.MultiListSelectPresenter; 6 import autotest.common.ui.SimplifiedList; 7 import autotest.common.ui.ToggleControl; 8 import autotest.common.ui.ToggleLink; 9 import autotest.common.ui.MultiListSelectPresenter.DoubleListDisplay; 10 import autotest.common.ui.MultiListSelectPresenter.ToggleDisplay;
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
D | EmbeddedSpreadsheetPresenter.java | 1 package autotest.tko.embedded_spreadsheet; 3 import autotest.common.JsonRpcCallback; 4 import autotest.common.JsonRpcProxy; 5 import autotest.common.spreadsheet.Spreadsheet; 6 import autotest.common.spreadsheet.Spreadsheet.CellInfo; 7 import autotest.common.spreadsheet.Spreadsheet.SpreadsheetListener; 8 import autotest.tko.HeaderField; 9 import autotest.tko.SpreadsheetDataProcessor; 10 import autotest.tko.TestGroupDataSource; 11 import autotest.tko.TestSet; [all …]
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | ConfigWizardView.java | 1 package autotest.moblab; 5 import autotest.common.ui.TabView; 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/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewDisplay.java | 1 package autotest.afe.create; 3 import autotest.afe.CheckBoxPanel; 4 import autotest.afe.CheckBoxPanelDisplay; 5 import autotest.afe.ControlTypeSelect; 6 import autotest.afe.ControlTypeSelectDisplay; 7 import autotest.afe.HostSelector; 8 import autotest.afe.HostSelectorDisplay; 9 import autotest.afe.IButton; 10 import autotest.afe.IButton.ButtonImpl; 11 import autotest.afe.ICheckBox; [all …]
|
12345678910>>...22