X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_reassembly.py;h=76aabcb3fb7533944ac7cfa66adebcdd3e38dbb1;hb=134a996a0279577080b626d5172c1739efa00b92;hp=531caa46257c262adc438804ccacef2fb2c2cb5b;hpb=4c53313cd7e9b866412ad3e04b2d91ac098c1398;p=vpp.git diff --git a/test/test_reassembly.py b/test/test_reassembly.py index 531caa46257..76aabcb3fb7 100644 --- a/test/test_reassembly.py +++ b/test/test_reassembly.py @@ -749,7 +749,6 @@ class TestIPv6Reassembly(VppTestCase): self.assert_equal(icmp[ICMPv6ParamProblem].code, 0, "ICMP code") -@unittest.skip("removing GRE tunnels broken, need fix") class TestFIFReassembly(VppTestCase): """ Fragments in fragments reassembly """ @@ -965,7 +964,7 @@ class TestFIFReassembly(VppTestCase): # TODO remove gre vpp config by hand until VppIpRoute gets fixed # so that it's query_vpp_config() works as it should - # self.gre6.remove_vpp_config() + self.gre6.remove_vpp_config() if __name__ == '__main__':