From 1a9b06836031bb776e268314aefcced1e8b01afb Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Wed, 27 Jan 2016 14:11:05 +0200 Subject: assing attribute 'requires_client' to CStlBasic_Test --- .../regression/unit_tests/functional_tests/stl_basic_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/automation/regression') diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py index 125866ba..ae7228cd 100644 --- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py +++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py @@ -5,6 +5,7 @@ import functional_general_test from nose.tools import assert_equal from nose.tools import assert_not_equal from nose.tools import nottest +from nose.plugins.attrib import attr from unit_tests.trex_general_test import CTRexScenario from dpkt import pcap @@ -13,6 +14,7 @@ import os import subprocess # should be set to run explicitly, not as part of all regression tests +@attr('requires_client') class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): def setUp (self): self.test_path = os.path.abspath(os.getcwd()) -- cgit 1.2.3-korg