tests: Re-enable ipsec tests on ARM
Type: fix * test_ipsec_tun_if_esp.TestIpsecGreTebIfEsp * test_ipsec_esp.TestIpsecEspAll add keepalive messages before each algo/engine to prevent test timeout Change-Id: I726f3f9613bab02a65e65542cee494c68176ded7 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
This commit is contained in:

committed by
Neale Ranns

parent
e4f9556d30
commit
1105766b8f
@ -3,7 +3,7 @@ import unittest
|
||||
from scapy.layers.ipsec import ESP
|
||||
from scapy.layers.inet import UDP
|
||||
|
||||
from framework import VppTestRunner, is_skip_aarch64_set, is_platform_aarch64
|
||||
from framework import VppTestRunner
|
||||
from template_ipsec import IpsecTra46Tests, IpsecTun46Tests, TemplateIpsec, \
|
||||
IpsecTcpTests, IpsecTun4Tests, IpsecTra4Tests, config_tra_params, \
|
||||
IPsecIPv4Params, IPsecIPv6Params, \
|
||||
@ -352,8 +352,6 @@ class TestIpsecEspUdp(TemplateIpsecEspUdp, IpsecTra4Tests):
|
||||
pass
|
||||
|
||||
|
||||
@unittest.skipIf(is_skip_aarch64_set and is_platform_aarch64,
|
||||
"test doesn't work on aarch64")
|
||||
class TestIpsecEspAll(ConfigIpsecESP,
|
||||
IpsecTra4, IpsecTra6,
|
||||
IpsecTun4, IpsecTun6):
|
||||
@ -464,6 +462,8 @@ class TestIpsecEspAll(ConfigIpsecESP,
|
||||
p.salt = algo['salt']
|
||||
p.flags = p.flags | flag
|
||||
|
||||
self.reporter.send_keep_alive(self)
|
||||
|
||||
#
|
||||
# configure the SPDs. SAs, etc
|
||||
#
|
||||
|
Reference in New Issue
Block a user