diff options
author | 2025-03-28 15:05:11 +0000 | |
---|---|---|
committer | 2025-03-31 21:56:39 +0000 | |
commit | 9316989e6ae038d2655b0a1d3059f11e0042d604 (patch) | |
tree | 779c2a34aba7c1342777cf5044c5087bb76ab16c /test/test_udp.py | |
parent | b33dbd3238ac8ed0b6f161472cd3c2d3966ed2fa (diff) |
hsa: remove mbytes/gbytes parameters from echo client
...since we're already doing unformat_memory_size on the regular bytes
parameter anyway. In conjunction with that, adjust some make
test/hs-test tests to make use of this parameter.
Type: refactor
Change-Id: Ia0c2899a31b14a8689fdc256e25c4bb418de37fc
Signed-off-by: Semir Sionek <ssionek@cisco.com>
Diffstat (limited to 'test/test_udp.py')
-rw-r--r-- | test/test_udp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_udp.py b/test/test_udp.py index 6315f0efd5e..c7620fb7e9d 100644 --- a/test/test_udp.py +++ b/test/test_udp.py @@ -764,7 +764,7 @@ class TestUDP(VppTestCase): self.assertNotIn("failed", error) error = self.vapi.cli( - "test echo client mbytes 10 appns 1 " + "test echo client bytes 10m appns 1 " + "fifo-size 4k " + "syn-timeout 2 uri " + uri |