From f6c09bf46ee47b055ef74ea23f5ae9e0ee4727db Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 27 Nov 2015 19:38:17 +0200 Subject: [PATCH] tests: Remove HwsimSkip from p2p_channel With the optimizations from the previous commits, none of the test cases here need to be skipped. Signed-off-by: Jouni Malinen --- tests/hwsim/test_p2p_channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hwsim/test_p2p_channel.py b/tests/hwsim/test_p2p_channel.py index edda55e04..68c485eca 100644 --- a/tests/hwsim/test_p2p_channel.py +++ b/tests/hwsim/test_p2p_channel.py @@ -12,7 +12,6 @@ import time import hostapd import hwsim_utils -from utils import HwsimSkip from tshark import run_tshark from wpasupplicant import WpaSupplicant from hwsim import HWSimRadio