Skip to content
Snippets Groups Projects
Commit ae80d902 authored by jm96441n's avatar jm96441n
Browse files

update tests

parent 4715ff1e
No related merge requests found
......@@ -81,6 +81,11 @@ func (suite *apigatewayControllerSuite) TestReconciler_Reconcile() {
TargetPort: "tcp-listener",
Protocol: pbcatalog.Protocol_PROTOCOL_TCP,
},
{
VirtualPort: 8081,
TargetPort: "tcp-upper",
Protocol: pbcatalog.Protocol_PROTOCOL_TCP,
},
},
}
req := controller.Request{ID: id}
......@@ -140,6 +145,11 @@ func (suite *apigatewayControllerSuite) setupSuiteWithTenancy(tenancy *pbresourc
Port: 8080,
Protocol: "tcp",
},
{
Name: "tcp-upper",
Port: 8081,
Protocol: "TCP",
},
},
}).
WithTenancy(tenancy).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment