tests: Skip some tests in P2PS when a dedicated P2P Device is used
authorIlan Peer <ilan.peer@intel.com>
Tue, 5 May 2015 09:36:56 +0000 (12:36 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 May 2015 18:19:38 +0000 (21:19 +0300)
commit6420643d456282aed87ff07bfbff093120b9e6be
treeab256a18f030c2f3e6162e05f7069d4e4f6103f5
parent5cef80647eca02718c26426370a172c77c538929
tests: Skip some tests in P2PS when a dedicated P2P Device is used

Some tests in test_p2ps.py test a scenario where a separate P2P
group interface is not used. However, this is not a valid case
when a dedicated P2P Device interface is used, as in such a case
a separate group interface must be used.

Handle this by skipping such tests in case a dedicated P2P Device is
used.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
tests/hwsim/test_p2ps.py