From 3eac6cf972b26648712cf0e399100409ca89a809 Mon Sep 17 00:00:00 2001 From: shireenf-ibm Date: Wed, 30 Oct 2024 14:40:10 +0200 Subject: [PATCH] adding one more test so all god paths are covered --- pkg/cli/command_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) 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