tests: Mark 525 tests as remote compatible

After successfully passing the 525 tests on a remote setup mark the
tests as remote compatible.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
This commit is contained in:
Jonathan Afek 2016-06-23 20:16:36 +03:00 committed by Jouni Malinen
parent 5aa751eaf3
commit 9fd6804d61
52 changed files with 578 additions and 0 deletions

View file

@ -4,6 +4,7 @@
# This software may be distributed under the terms of the BSD license.
# See README for more details.
from remotehost import remote_compatible
import logging
logger = logging.getLogger()
import os
@ -11,6 +12,7 @@ import os
from tshark import run_tshark
from p2p_utils import *
@remote_compatible
def test_p2p_ext_discovery(dev):
"""P2P device discovery with vendor specific extensions"""
addr0 = dev[0].p2p_dev_addr()
@ -71,6 +73,7 @@ def test_p2p_ext_discovery(dev):
finally:
dev[0].request("VENDOR_ELEM_REMOVE 1 *")
@remote_compatible
def test_p2p_ext_discovery_go(dev):
"""P2P device discovery with vendor specific extensions for GO"""
addr0 = dev[0].p2p_dev_addr()