tests: Change wpas_config_file test for dedicated P2P Device case
authorAvraham Stern <avraham.stern@intel.com>
Wed, 14 Oct 2015 15:43:12 +0000 (18:43 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Oct 2015 17:34:04 +0000 (20:34 +0300)
commitcf0dffd67ef365702a59ef2c6b50867d5582c6a5
treec860f6a07c03268a2ba8fb2106eb86790ca0f919
parentc5d070f2492f8f6814abc730abd6665e34bd1f73
tests: Change wpas_config_file test for dedicated P2P Device case

SAVE_CONFIG command on the global control interface tries to save
the config file on all interfaces. The test disabled updating the
config file only on one interface, thus for configurations that
support a dedicated P2P Device interface, saving the config file
would still have succeeded on the P2P Device interface.

Fix the test by disabling updating the configuration file on the global
control interface (which will, in practice, disable this for the P2P
Device interface) in addition to disabling it on the main interface.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
tests/hwsim/test_wpas_config.py