Skip to content

Commit

Permalink
added html test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Oct 9, 2024
1 parent 59e4cbd commit 7dc07d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/ibmvpc/analysis_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,16 @@ var tests = []*testfunc.VpcAnalysisTest{
NoLbAbstract: true,
AddConsistencyEdgesExternal: true,
},
{
VpcTestCommon: testfunc.VpcTestCommon{
InputConfig: "iks_config_object",
UseCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints},
Format: vpcmodel.HTML,
},
Grouping: true,
NoLbAbstract: true,
AddConsistencyEdgesExternal: true,
},
}

// uncomment the function below to run for updating the expected output
Expand Down

0 comments on commit 7dc07d8

Please sign in to comment.