Add test to select between identical SSID/different Auth
Create a new WiFi autotest where there are two APs running
with an identical SSID, but where one AP is WPA while the
other is open. Ensure that we can connect to each network.
Although this test works well with flimflam, this opened
up a small bug in the test suite. Fix this by deferring
any "SetProperty" calls on Service objects until after all
match tests have been performed. This way we don't try
to set a passphrase for a Service with security set to
"none".
BUG=chromium-os:14432
TEST=Run this new test. Rerun Manager and SecMat tests
Change-Id: I79037e6f0d823d4e50b8100ab117a2e4d1d75a36
Review URL: http://codereview.chromium.org/6905170
2 files changed