Skip to content

Commit 98dcdac

Browse files
authored
added a diff test focused on non-trivial manipulations on the ports (#880)
1 parent 1b8d5e2 commit 98dcdac

File tree

4 files changed

+3696
-0
lines changed

4 files changed

+3696
-0
lines changed

pkg/ibmvpc/analysis_output_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,12 @@ var tests = []*commonvpc.VpcGeneralTest{
330330
UseCases: []vpcmodel.OutputUseCase{vpcmodel.EndpointsDiff},
331331
Format: vpcmodel.Text,
332332
},
333+
{
334+
// ports manipulation
335+
InputConfig: "sg_testing1_diff_ports",
336+
UseCases: []vpcmodel.OutputUseCase{vpcmodel.EndpointsDiff},
337+
Format: vpcmodel.Text,
338+
},
333339
// tgw examples
334340
{
335341
InputConfig: "tgw_basic_example",

0 commit comments

Comments
 (0)