Enable random reassembly test for ARM
The underlying failure has been fixed and now the test can be re-enabled. Change-Id: I75251f6150ef1771dc23ea079799229690cf87d9 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
This commit is contained in:
juraj.linkes
committed by
Neale Ranns
parent
23c9a2e5d1
commit
e33cab3907
@ -4,8 +4,7 @@ import six
|
|||||||
import unittest
|
import unittest
|
||||||
from random import shuffle
|
from random import shuffle
|
||||||
|
|
||||||
from framework import VppTestCase, VppTestRunner, is_skip_aarch64_set,\
|
from framework import VppTestCase, VppTestRunner
|
||||||
is_platform_aarch64
|
|
||||||
|
|
||||||
from scapy.packet import Raw
|
from scapy.packet import Raw
|
||||||
from scapy.layers.l2 import Ether, GRE
|
from scapy.layers.l2 import Ether, GRE
|
||||||
@ -275,8 +274,6 @@ class TestIPv4Reassembly(VppTestCase):
|
|||||||
# self.assert_packet_counter_equal(
|
# self.assert_packet_counter_equal(
|
||||||
# "/err/ip4-reassembly-feature/malformed packets", 1)
|
# "/err/ip4-reassembly-feature/malformed packets", 1)
|
||||||
|
|
||||||
@unittest.skipIf(is_skip_aarch64_set and is_platform_aarch64,
|
|
||||||
"test doesn't work on aarch64")
|
|
||||||
def test_random(self):
|
def test_random(self):
|
||||||
""" random order reassembly """
|
""" random order reassembly """
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user