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

Unified Diff: server/site_tests/suite_BuildVerify/control

Issue 1631005: Changes to bvt and nightly script. (Closed)
Patch Set: patch 1 Created 10 years, 8 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 | server/site_tests/suite_Nightly/control » ('j') | 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 81e87f3bbebed0da015e04aee80f16356bf0824b..884970afc0f5640aa9025f9a32177df22476727c 100644
--- a/server/site_tests/suite_BuildVerify/control
+++ b/server/site_tests/suite_BuildVerify/control
@@ -61,8 +61,6 @@ TESTS = [
# TODO(kmixter): Determine how to only run some tests on some
# platforms. Until then pick a conservative set of BVTs.
#'hardware_SsdDetection',
- 'hardware_VideoOut',
- 'logging_LogVolume',
'login_AuthenticationTests',
'login_PamModuleLoadTest',
# crosbug.com/2314: network_Ping is disabled until fixed
@@ -118,8 +116,8 @@ client_at.run_test('login_CryptohomeMounted', tag='success')
# problem with the patterns being too permissive by assuming most were
# required.
client_at.run_test('logging_LogVolume',
- constraints=['percent_stateful_used <= 50',
- 'percent_unused_patterns <= 70'])
+ constraints=['percent_stateful_used <= 50',
+ 'percent_unused_patterns <= 70'])
client_at.run_test('network_DisableInterface',
iface_name='eth0', tag='eth0')
« no previous file with comments | « no previous file | server/site_tests/suite_Nightly/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698