From 4e4864112af5af148e929c2934ecf3d6b8a00946 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Thu, 18 Feb 2021 11:36:22 +0000 Subject: tests: re-enable the rest of NAT44ED tests for multiworker Type: test Change-Id: I37a12e3580c3631582f366944fe30f325b46f366 Signed-off-by: Andrew Yourtchenko --- src/plugins/nat/test/test_nat44_ed.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/nat/test') 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 """ -- cgit 1.2.3-korg