Skip to content

Commit

Permalink
Merge branch 'main' into 321_explainability
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran authored Jan 17, 2024
2 parents 3dcf482 + 97c810a commit 437fd40
Show file tree
Hide file tree
Showing 4 changed files with 5,425 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/ibmvpc/analysis_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ var tests = []*vpcGeneralTest{
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
format: vpcmodel.Text,
},
{
name: "tgw_basic_example_multiple_regions",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
format: vpcmodel.Text,
},
{
name: "tgw_larger_example",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints, vpcmodel.AllSubnets},
Expand Down
Loading

0 comments on commit 437fd40

Please sign in to comment.