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

Unified Diff: client/site_tests/network_DisableInterface/control

Issue 6853030: avoid hard coded NIC names from network_DisableInterface test (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 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 | client/site_tests/network_DisableInterface/network_DisableInterface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/network_DisableInterface/control
diff --git a/client/site_tests/network_DisableInterface/control b/client/site_tests/network_DisableInterface/control
index 0eac72a4cf08c1715f95e43cee30c2a9b04a2d56..902e46a60cff7008d8d3ccb86dbb95c5a105b1d3 100644
--- a/client/site_tests/network_DisableInterface/control
+++ b/client/site_tests/network_DisableInterface/control
@@ -12,6 +12,4 @@ This test depends on the ifconfig utility to both disable and reenable a
network interface.
"""
-job.run_test('network_DisableInterface', iface_name='wlan0', tag='wlan0')
-job.run_test('network_DisableInterface', iface_name='eth0', tag='eth0')
-job.run_test('network_DisableInterface', iface_name='hci0', tag='hci0')
+job.run_test('network_DisableInterface', iface_name='all', tag='all')
« no previous file with comments | « no previous file | client/site_tests/network_DisableInterface/network_DisableInterface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698