diff options
author | Florin Coras <fcoras@cisco.com> | 2021-03-03 12:58:57 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-03-04 10:59:11 +0000 |
commit | 1334761e1e558b2107e62ffe60ce81bd2ce5780c (patch) | |
tree | fefd64974aa0fafe5910a5597b683ad9344176d4 /test | |
parent | 8d462190587f78658c8a9e33ed4f35c2d873965f (diff) |
hsa: fix builtin echo apps with multiple workers
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I9507b5a9755e938b4d1da657bed3a8681a056427
Diffstat (limited to 'test')
-rw-r--r-- | test/test_tcp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_tcp.py b/test/test_tcp.py index 4ceb46e666c..f8e51057d38 100644 --- a/test/test_tcp.py +++ b/test/test_tcp.py @@ -2,12 +2,10 @@ import unittest -from framework import tag_fixme_vpp_workers from framework import VppTestCase, VppTestRunner from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath -@tag_fixme_vpp_workers class TestTCP(VppTestCase): """ TCP Test Case """ |