diff options
author | 2024-12-06 17:45:53 +0100 | |
---|---|---|
committer | 2024-12-08 22:56:40 +0000 | |
commit | 3d0b4ab20c4d1c0dd376319fe533886f55558647 (patch) | |
tree | 60e96697ab400ff6f3d4fc1141996422f742dd47 /extras/hs-test | |
parent | 4c1f178063124644e7a88089e22dccd796682f10 (diff) |
http: http_decap_udp_payload_datagram fix
Properly handle incomplete capsule.
Type: fix
Change-Id: Ied7fca861f02e401451beaff09e612bcf471d8e0
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test')
-rw-r--r-- | extras/hs-test/http_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go index cdc52a1f76c..8127fdca0e7 100644 --- a/extras/hs-test/http_test.go +++ b/extras/hs-test/http_test.go @@ -516,7 +516,7 @@ func HttpUnitTest(s *NoTopoSuite) { vpp := s.GetContainerByName("vpp").VppInstance o := vpp.Vppctl("test http all") s.Log(o) - s.AssertNotContains(o, "FAIL") + s.AssertContains(o, "SUCCESS") } func HttpStaticPromTest(s *NoTopoSuite) { |