diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-11-12 15:48:16 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-11-13 18:09:19 +0000 |
commit | a4597a74aad03b707a69ab4670ca594efc59caa0 (patch) | |
tree | a490d400ac77c5cb1986c4eabcc1524f2cd1c2ea /test | |
parent | 942e3d583c448f6b632a09f15a250b6804304a0d (diff) |
http_static: api add keepalive-timeout
Type: improvement
Change-Id: Ia1e0dcf562fd1538794542207ac2cad97d168c6c
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/asf/test_http_static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asf/test_http_static.py b/test/asf/test_http_static.py index 73a95e992da..701bfe783ea 100644 --- a/test/asf/test_http_static.py +++ b/test/asf/test_http_static.py @@ -50,7 +50,7 @@ class TestHttpStaticVapi(VppAsfTestCase): super(TestHttpStaticVapi, cls).tearDownClass() def test_http_static_vapi(self): - self.vapi.http_static_enable( + self.vapi.http_static_enable_v3( www_root="/tmp", uri="tcp://0.0.0.0/80", ) |