aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reassembly.py
diff options
context:
space:
mode:
authorKlement Sekera <klement.sekera@gmail.com>2024-04-26 09:57:39 +0200
committerDave Wallace <dwallacelf@gmail.com>2024-05-01 00:59:42 +0000
commit0f1fda9cec69ea49c0f169e188392421b5dde011 (patch)
treec68835539defa518b520da821517806ff8bb281a /test/test_reassembly.py
parentfd9efaec1736fe9863eb725b4e80e97418c563cc (diff)
tests: remove duplicate SVR test case
Type: fix Change-Id: I4105109c1c659190fc2da4ee1802ef53449a3c15 Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
Diffstat (limited to 'test/test_reassembly.py')
-rw-r--r--test/test_reassembly.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test_reassembly.py b/test/test_reassembly.py
index e407252d380..6b6745f221c 100644
--- a/test/test_reassembly.py
+++ b/test/test_reassembly.py
@@ -1604,16 +1604,6 @@ class TestIPv6Reassembly(VppTestCase):
self.assertIn(ICMPv6ParamProblem, icmp)
self.assert_equal(icmp[ICMPv6ParamProblem].code, 3, "ICMP code")
- def test_truncated_fragment(self):
- """truncated fragment"""
- pkt = (
- Ether(src=self.pg0.local_mac, dst=self.pg0.remote_mac)
- / IPv6(src=self.pg0.remote_ip6, dst=self.pg0.local_ip6, nh=44, plen=2)
- / IPv6ExtHdrFragment(nh=6)
- )
-
- self.send_and_assert_no_replies(self.pg0, [pkt], self.pg0)
-
def test_invalid_frag_size(self):
"""fragment size not a multiple of 8"""
p = (