Skip to content

Commit

Permalink
wip: usm linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb committed Dec 8, 2024
1 parent 69c0d5f commit f41dfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/usm/tests/tracer_usm_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ func (s *USMSuite) TestIgnoreTLSClassificationIfApplicationProtocolWasDetected()
for _, c := range payload.Conns {
if c.DPort == srvPortU16 || c.SPort == srvPortU16 {
require.Equal(collect, c.ProtocolStack.Contains(protocols.TLS), tt.shouldBeTLS)
return
}
}
require.Fail(collect, "")
Expand Down

0 comments on commit f41dfa5

Please sign in to comment.