]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Call remove_group() after other cleanup is done
authorAvraham Stern <avraham.stern@intel.com>
Wed, 22 Aug 2018 16:49:07 +0000 (19:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 25 Nov 2018 23:00:00 +0000 (01:00 +0200)
commita3023841485e0e925236497cc777149b8dde7f18
treeb8d9ceabb5ead1401066d42c40095666eceb2a61
parent941807f6b6aa17775345f5375d3543488c53c060
tests: Call remove_group() after other cleanup is done

The call to remove_group() may fail, in which case all following
cleanup is skipped. This may result in failing many tests since
cleanup did not complete successfully.

Fix this by calling remove_group() after other cleanup is done so
even it fails it will not affect the following tests.

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