Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: server/site_tests/suite_BuildVerify/control

Issue 1072014: Fix Bvt as DoLogin requires script argument (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suite_BuildVerify/control
diff --git a/server/site_tests/suite_BuildVerify/control b/server/site_tests/suite_BuildVerify/control
index d97300436af286c9d1173f698104b2a44818c47f..c3f877185048809de80e302dfa78aa17586e6217 100644
--- a/server/site_tests/suite_BuildVerify/control
+++ b/server/site_tests/suite_BuildVerify/control
@@ -38,14 +38,17 @@ TESTS = [
'platform_UnmountCleanlyAtShutdown',
'hardware_DiskSize',
'hardware_SsdDetection',
- 'platform_AccurateTime',
- 'desktopui_DoLogin',
+ 'platform_AccurateTime',
'desktopui_ChromeFirstRender',
'platform_KernelVersion',
'power_Status',
'build_RootFilesystemSize',
]
+# Run login tests, local first, then remote login
+job.run_test('desktopui_DoLogin', script='backdoor_creds.json', tag='local')
+job.run_test('desktopui_DoLogin', script='autox_script.json', tag='remote')
+
for test in TESTS:
client_at.run_test(test)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698