diff options
Diffstat (limited to 'test/test_reassembly.py')
-rw-r--r-- | test/test_reassembly.py | 3 |
1 files changed, 1 insertions, 2 deletions
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__': |