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

Unified Diff: server/site_tests/network_WiFiSecMat/001StaticKeyWEP104

Issue 3334002: Retry delbr on linux_router deconfig (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Created 10 years, 4 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
« server/site_linux_router.py ('K') | « server/site_linux_router.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiSecMat/001StaticKeyWEP104
diff --git a/server/site_tests/network_WiFiSecMat/001StaticKeyWEP104 b/server/site_tests/network_WiFiSecMat/001StaticKeyWEP104
index d0afe463ea9674e32fb4ddf4c52ca73a42dfd5ca..a3562742f37e52804664777321fb9472e6c080ef 100644
--- a/server/site_tests/network_WiFiSecMat/001StaticKeyWEP104
+++ b/server/site_tests/network_WiFiSecMat/001StaticKeyWEP104
@@ -12,15 +12,12 @@
"wep_key0": "0123456789abcdef0123456789",
"wep_key1": "89abcdef0123456789abcdef01",
"wep_key2": "fedcba9876543210fedcba9876",
- "wep_key3": "109fedcba987654321fedcba98",
- # TODO(pstew): This should be done below in
- # the "key index 0" setup, but the linux router
- # can't handle two "config"s in a row.
- "deftxkey":"0"
+ "wep_key3": "109fedcba987654321fedcba98"
}
],
# key index 0, 104-bit WEP
+ [ "config", { "deftxkey":"0" } ],
[ "connect", { "security":"wep",
"psk":"0:0123456789abcdef0123456789" } ],
[ "client_ping", { "count":"10" } ],
« server/site_linux_router.py ('K') | « server/site_linux_router.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698