Skip to content

Commit

Permalink
adding one more test so all god paths are covered
Browse files Browse the repository at this point in the history
  • Loading branch information
shireenf-ibm committed Oct 30, 2024
1 parent 4d9cc94 commit 3eac6cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/cli/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eac6cf

Please sign in to comment.