SNAT: fix failing test_session_limit_per_user (VPP-896)
Change-Id: Idf46a03803125babd9bb880363686359fbcca27d Signed-off-by: Matus Fabian <matfabia@cisco.com> (cherry picked from commit 860af5ad2b023f9c57d622a7a9d3bd0099e480b1)
This commit is contained in:
Matus Fabian
committed by
Neale Ranns
parent
58eb866b15
commit
7c0aecc9e3
@ -2542,6 +2542,7 @@ class TestDeterministicNAT(MethodHolder):
|
||||
dms = self.vapi.snat_det_map_dump()
|
||||
self.assertEqual(0, dms[0].ses_num)
|
||||
|
||||
@unittest.skipUnless(running_extended_tests(), "part of extended tests")
|
||||
def test_session_limit_per_user(self):
|
||||
""" CGNAT maximum 1000 sessions per user should be created """
|
||||
self.vapi.snat_add_det_map(self.pg0.remote_ip4n,
|
||||
@ -2595,6 +2596,7 @@ class TestDeterministicNAT(MethodHolder):
|
||||
|
||||
# verify IPFIX logging
|
||||
self.vapi.cli("ipfix flush") # FIXME this should be an API call
|
||||
sleep(1)
|
||||
capture = self.pg2.get_capture(2)
|
||||
ipfix = IPFIXDecoder()
|
||||
# first load template
|
||||
|
Reference in New Issue
Block a user