diff options
author | Filip Varga <fivarga@cisco.com> | 2022-01-18 13:17:07 -0800 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2022-02-01 12:09:17 +0000 |
commit | 53cee1579eb0bee09142a26285461638a796e99d (patch) | |
tree | 1c56c7b374e6d31cf7126b5d4cc1b016ccf52d68 /test | |
parent | ca5f6b851daf1ca7c0c0640267f8fb1429bdd563 (diff) |
nat: nat44-ei hairpinning code cleanup
Removing obsolete unused nat44-ei nodes and functions.
Type: refactor
Change-Id: I1e03e283091c3c0d92908d04037cba00a348351a
Signed-off-by: Filip Varga <fivarga@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_nat44_ei.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_nat44_ei.py b/test/test_nat44_ei.py index 4fe88613179..c1b82ac2dc3 100644 --- a/test/test_nat44_ei.py +++ b/test/test_nat44_ei.py @@ -3712,7 +3712,7 @@ class TestNAT44EI(MethodHolder): return self.vapi.nat44_ei_show_fq_options().frame_queue_nelts def test_set_frame_queue_nelts(self): - """ NAT44 EI API test - worker handoff frame queue elements """ + """ NAT44EI API test - worker handoff frame queue elements """ self.assertEqual(self.reconfigure_frame_queue_nelts(512), 512) def show_commands_at_teardown(self): |