Skip to content

Commit

Permalink
adding acs-security-demo test with multiple formats (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
shireenf-ibm committed Jul 30, 2023
1 parent e2a9220 commit 49a84c0
Show file tree
Hide file tree
Showing 25 changed files with 1,387 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/netpol/connlist/connlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ func TestConnList(t *testing.T) {
testDirName: "one_ingress_multiple_services",
outputFormats: []string{TextFormat, JSONFormat, CSVFormat, MDFormat, DOTFormat},
},
{
testDirName: "acs-security-demos",
outputFormats: []string{TextFormat, JSONFormat, CSVFormat, MDFormat, DOTFormat},
},
}

for _, entry := range testingEntries {
Expand Down
Loading

0 comments on commit 49a84c0

Please sign in to comment.