Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Oct 30, 2020
1 parent dd5318e commit 14b4599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloud/services/loadbalancers/loadbalancers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func TestReconcileLoadBalancer(t *testing.T) {
Name: "my-publiclb",
Role: infrav1.APIServerRole,
Type: infrav1.Public,
SKU: infrav1.SKUStandard,
SubnetName: "my-cp-subnet",
BackendPoolName: "my-publiclb-backendPool",
FrontendIPConfigs: []infrav1.FrontendIP{
Expand Down Expand Up @@ -177,6 +178,7 @@ func TestReconcileLoadBalancer(t *testing.T) {
Name: "my-private-lb",
Role: infrav1.APIServerRole,
Type: infrav1.Internal,
SKU: infrav1.SKUStandard,
SubnetName: "my-cp-subnet",
BackendPoolName: "my-private-lb-backendPool",
FrontendIPConfigs: []infrav1.FrontendIP{
Expand Down Expand Up @@ -272,6 +274,7 @@ func TestReconcileLoadBalancer(t *testing.T) {
Name: "cluster-name",
Role: infrav1.NodeOutboundRole,
Type: infrav1.Public,
SKU: infrav1.SKUStandard,
BackendPoolName: "cluster-name-outboundBackendPool",
FrontendIPConfigs: []infrav1.FrontendIP{
{
Expand Down

0 comments on commit 14b4599

Please sign in to comment.