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

Unified Diff: server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit

Issue 6484016: Add test for SSID that is too long (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 years, 10 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/network_WiFiSecMat/021CheckWPA_BadPassphraseLength » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit
diff --git a/server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit b/server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit
index 625ffc8f37c1fc784b5876257177dab34bda737a..6243279024bba0697947ed75162d1d3fa7f53ab1 100644
--- a/server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit
+++ b/server/site_tests/network_WiFiMatFunc/090_SSID_Length_Limit
@@ -24,6 +24,10 @@
[ "disconnect" ],
[ "deconfig" ],
+ # Test MAX+1 ssid length
+ [ "!connect", { "ssid":str("Max_Length_SSID"*8)[:33],
+ "security":"none", "hidden":True },
+ "org.chromium.flimflam.Error.InvalidNetworkName" ],
[ "destroy" ],
],
}
« no previous file with comments | « no previous file | server/site_tests/network_WiFiSecMat/021CheckWPA_BadPassphraseLength » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698