X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin_conns.py;h=d3c8581396d826092fb92ce50ed049ffab26f016;hb=defde0f87067eb473660794cbd4a2da69fdd191d;hp=ea643e0470901d61a17ec7950e04930054d2c49b;hpb=57f170bdf9967e3f8ea6e937a70c7f86187f95a2;p=vpp.git diff --git a/test/test_acl_plugin_conns.py b/test/test_acl_plugin_conns.py index ea643e04709..d3c8581396d 100644 --- a/test/test_acl_plugin_conns.py +++ b/test/test_acl_plugin_conns.py @@ -124,7 +124,7 @@ class Conn(L4_Conn): return new_rule -@unittest.skipUnless(running_extended_tests(), "part of extended tests") +@unittest.skipUnless(running_extended_tests, "part of extended tests") class ACLPluginConnTestCase(VppTestCase): """ ACL plugin connection-oriented extended testcases """