diff --git a/pkg/cli/command_test.go b/pkg/cli/command_test.go index 6566a748..3e3c3d72 100644 --- a/pkg/cli/command_test.go +++ b/pkg/cli/command_test.go @@ -419,6 +419,15 @@ func TestEvalCommandOutput(t *testing.T) { port: "8080", evalResult: false, }, + { + dir: "anp_banp_core_test", + sourceNs: "network-policy-conformance-gryffindor", + sourcePod: "harry-potter-1", + destPod: "cedric-diggory-1", + destNs: "network-policy-conformance-hufflepuff", + port: "8080", + evalResult: true, + }, } for _, tt := range cases { tt := tt