Skip to content

Commit f06c5eb

Browse files
committed
azure cloud provider config: fix unit tests
Update unit tests to take account of updated cloud provider config.
1 parent 98c5650 commit f06c5eb

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

pkg/asset/manifests/azure/cloudproviderconfig_test.go

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,14 @@ func TestCloudProviderConfig(t *testing.T) {
3939
"subnetName": "clusterid-worker-subnet",
4040
"securityGroupName": "clusterid-node-nsg",
4141
"routeTableName": "clusterid-node-routetable",
42-
"primaryAvailabilitySetName": "",
43-
"vmType": "",
44-
"primaryScaleSetName": "",
42+
"vmType": "standard",
43+
"loadBalancerSku": "standard",
4544
"cloudProviderBackoff": true,
46-
"cloudProviderBackoffRetries": 0,
47-
"cloudProviderBackoffExponent": 0,
48-
"cloudProviderBackoffDuration": 6,
49-
"cloudProviderBackoffJitter": 0,
50-
"cloudProviderRateLimit": false,
51-
"cloudProviderRateLimitQPS": 0,
52-
"cloudProviderRateLimitBucket": 0,
53-
"cloudProviderRateLimitQPSWrite": 0,
54-
"cloudProviderRateLimitBucketWrite": 0,
5545
"useInstanceMetadata": true,
56-
"loadBalancerSku": "standard",
5746
"excludeMasterFromStandardLB": false,
58-
"disableOutboundSNAT": null,
59-
"maximumLoadBalancerRuleCount": 0
47+
"cloudProviderBackoffDuration": 6,
48+
"putVMSSVMBatchSize": 0,
49+
"enableMigrateToIPBasedBackendPoolAPI": false
6050
}
6151
`
6252

0 commit comments

Comments
 (0)