From: Andrew Yourtchenko Date: Thu, 18 Feb 2021 11:36:22 +0000 (+0000) Subject: tests: re-enable the rest of NAT44ED tests for multiworker X-Git-Tag: v21.10-rc0~395 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F31348%2F5;p=vpp.git tests: re-enable the rest of NAT44ED tests for multiworker Type: test Change-Id: I37a12e3580c3631582f366944fe30f325b46f366 Signed-off-by: Andrew Yourtchenko --- diff --git a/src/plugins/nat/test/test_nat44_ed.py b/src/plugins/nat/test/test_nat44_ed.py index 5e382aae855..2242205a5ba 100644 --- a/src/plugins/nat/test/test_nat44_ed.py +++ b/src/plugins/nat/test/test_nat44_ed.py @@ -916,7 +916,6 @@ class NAT44EDTestCase(VppTestCase): "%d" % self.tcp_external_port) -@tag_fixme_vpp_workers class TestNAT44ED(NAT44EDTestCase): """ NAT44ED Test Case """