X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vxlan_gpe.py;h=7c2df4cf38a7a6a25c5f161d084f543a50d53864;hb=defde0f87067eb473660794cbd4a2da69fdd191d;hp=cf24652a257f2c958afe28ac6f7b130abb7a66c7;hpb=57f170bdf9967e3f8ea6e937a70c7f86187f95a2;p=vpp.git diff --git a/test/test_vxlan_gpe.py b/test/test_vxlan_gpe.py index cf24652a257..7c2df4cf38a 100644 --- a/test/test_vxlan_gpe.py +++ b/test/test_vxlan_gpe.py @@ -12,7 +12,7 @@ from scapy.layers.vxlan import VXLAN from scapy.utils import atol -@unittest.skipUnless(running_extended_tests(), "part of extended tests") +@unittest.skipUnless(running_extended_tests, "part of extended tests") class TestVxlanGpe(BridgeDomain, VppTestCase): """ VXLAN-GPE Test Case """