Skip to content

Commit

Permalink
use controle plane port to get more packets
Browse files Browse the repository at this point in the history
jpinsonneau committed Sep 16, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 188a9eb commit 3d3a9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/capture_test.go
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ func TestFlowCapture(t *testing.T) {
func TestPacketCapture(t *testing.T) {
f1 := features.New("packet capture").Setup(
func(ctx context.Context, t *testing.T, cfg *envconf.Config) context.Context {
output, err := RunCommand(clog, "oc-netobserv", "packets", "--protocol=TCP", "--port=443")
output, err := RunCommand(clog, "oc-netobserv", "packets", "--protocol=TCP", "--port=6443")
// TODO: find a way to avoid error here; this is probably related to SIGTERM instead of CTRL + C call
//assert.Nil(t, err)

0 comments on commit 3d3a9cf

Please sign in to comment.