Searched refs:autotest (Results 1 – 25 of 400) sorted by relevance
12345678910>>...16
/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/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-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 | 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 | 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 | all-directives | 5 DocumentRoot /usr/local/autotest/apache/www/ 6 Include "/usr/local/autotest/apache/conf/cgi-directives" 7 Include "/usr/local/autotest/apache/conf/gwt-directives" 8 Include "/usr/local/autotest/apache/conf/django-directives" 9 Include "/usr/local/autotest/apache/conf/afe-directives" 10 Include "/usr/local/autotest/apache/conf/tko-directives" 11 Include "/usr/local/autotest/apache/conf/new-tko-directives" 12 Include "/usr/local/autotest/apache/conf/embedded-tko-directives" 13 Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives" 14 Include "/usr/local/autotest/apache/conf/moblab-setup-directives"
|
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 | 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 | django-directives | 14 # https://github.com/autotest/autotest/wiki/AutotestServerInstall 37 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/media -d 38 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/media/$… 39 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/media -d 40 …atomicgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/local/autotest/site-packages/dja… 46 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/static/admin -d 47 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/static/… 48 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/static/admin -d 49 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/local/autotest/site-packages/django/cont… 50 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/static/admin -d [all …]
|
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://storage.cloud.google.com/chromeos-autotest-results/$1 [R=30… 14 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f 15 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d 16 RewriteRule ^/results/hosts/(.*/[0-9].*) https://storage.cloud.google.com/chromeos-autotest-results…
|
/external/autotest/server/self-test/ |
D | autotest_test.py | 17 from autotest_lib.server import autotest 23 self.autotest = autotest.Autotest() 45 autotest.Autotest.get_installed_autodir(host)) 48 autotest.Autotest.get_installed_autodir(host)) 51 autotest.Autotest.get_installed_autodir(host)) 73 self.autotest.get(tmpdir) 74 self.autotest.install(host) 98 self.autotest.install(host) 101 + autotest.AUTOTEST_SVN + ' ' 118 autotest.AUTOTEST_SVN + ' ' + [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.RecurringView.RecurringSelectListener; 8 import autotest.afe.UserPreferencesView.UserPreferencesListener; 9 import autotest.afe.create.CreateJobViewPresenter.JobCreateListener; 10 import autotest.afe.create.CreateJobViewTab; 11 import autotest.common.CustomHistory; [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.Filter; 6 import autotest.common.table.RadioButtonSetFilter; 7 import autotest.common.table.SearchFilter; 8 import autotest.common.table.SelectionManager; 9 import autotest.common.table.TableDecorator; 10 import autotest.common.table.DynamicTable.DynamicTableListener; 11 import autotest.common.ui.ContextMenu; [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 | 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/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;
|
D | GraphingFrontend.java | 1 package autotest.tko; 3 import autotest.common.CustomHistory; 4 import autotest.common.JsonRpcCallback; 5 import autotest.common.JsonRpcProxy; 6 import autotest.common.Utils; 7 import autotest.common.CustomHistory.CustomHistoryListener; 8 import autotest.common.CustomHistory.HistoryToken; 9 import autotest.common.ui.NotifyManager; 10 import autotest.common.ui.SimpleDialog; 11 import autotest.tko.TableView.TableSwitchListener;
|
/external/autotest/ |
D | README | 15 autotest test is a a directory inside (client/tests) and it is represented 17 is what you need if you are a single developer trying out autotest and executing 24 the autotest server can control test execution in multiple machines. If you 26 might want the autotest server 29 that is the purpose of the database component. This DB is used by the autotest 33 trigger job execution in test machines, the autotest scheduler is that utility. 41 autotest CLI, written in python 44 Getting started with autotest client 49 http://autotest.kernel.org/wiki/QuickStart 55 You can find plenty of information on the autotest wiki [all …]
|
/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/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.base_autotest = autotest.BaseAutotest(self.host) 121 c = autotest.global_config.global_config 136 c = autotest.global_config.global_config 153 c = autotest.global_config.global_config 184 run_obj = autotest._Run.expect_new(self.host, '.', None, False, False) [all …]
|
/external/autotest/frontend/ |
D | frontend.wsgi | 3 path_list = ['/usr/local/autotest/site-packages', 4 '/usr/local/autotest', 5 '/usr/lib/python2.7/site-packages/autotest', 6 '/usr/lib/python2.6/site-packages/autotest', 7 '/usr/lib/python2.5/site-packages/autotest', 8 '/usr/lib/python2.4/site-packages/autotest']
|
/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 …]
|
/external/autotest/site_utils/admin/apache/ |
D | site-misc-directives | 1 Alias /kernels "/usr/local/autotest/kernels/" 2 Alias /packages "/usr/local/autotest/packages/" 7 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f 8 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d 9 RewriteRule /results/([0-9].*) https://sandbox.google.com/storage/chromeos-autotest-results/$1 [R=3…
|
12345678910>>...16