X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Ftest%2Ftest_gbp.py;h=2f55c0876b1541b39bb4d27923734c4776e38bbc;hb=e7a80a98b;hp=df3c3ad54f0aab54916248a9df58caec8339484a;hpb=3d5f08a825a978cd6853989a5df8c9b9811e7fb8;p=vpp.git diff --git a/src/plugins/gbp/test/test_gbp.py b/src/plugins/gbp/test/test_gbp.py index df3c3ad54f0..2f55c0876b1 100644 --- a/src/plugins/gbp/test/test_gbp.py +++ b/src/plugins/gbp/test/test_gbp.py @@ -13,6 +13,7 @@ from scapy.utils6 import in6_getnsma, in6_getnsmac from scapy.layers.vxlan import VXLAN from scapy.data import ETH_P_IP, ETH_P_IPV6, ETH_P_ARP +from framework import tag_fixme_vpp_workers from framework import VppTestCase, VppTestRunner from vpp_object import VppObject from vpp_interface import VppInterface @@ -572,6 +573,7 @@ class VppGbpVxlanTunnel(VppInterface): return find_gbp_vxlan(self._test, self.vni) +@tag_fixme_vpp_workers class TestGBP(VppTestCase): """ GBP Test Case """ @@ -830,7 +832,7 @@ class TestGBP(VppTestCase): "10.0.2.1", "11.0.0.4", "2001:10:2::1", "3001::4")] - self.vapi.nat44_plugin_enable_disable(enable=1) + self.vapi.nat44_ed_plugin_enable_disable(enable=1) # # Config related to each of the EPGs @@ -1474,7 +1476,7 @@ class TestGBP(VppTestCase): # # cleanup # - self.vapi.nat44_plugin_enable_disable(enable=0) + self.vapi.nat44_ed_plugin_enable_disable(enable=0) for ep in eps: # del static mappings for each EP from the 10/8 to 11/8 network