Skip to content

Commit 1223734

Browse files
committed
e2e: Infoblox - use 2.12.2 WAPI version
1 parent ace229b commit 1223734

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/infoblox.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ const (
3535
infobloxGridMasterHostnameEnvVar = "INFOBLOX_GRID_MASTER_HOSTNAME"
3636
trustedCAConfigMapEnvVar = "TRUSTED_CA_CONFIGMAP_NAME"
3737
defaultWAPIPort = "443"
38-
defaultWAPIVersion = "2.3.1"
38+
// https://community.infoblox.com/cixhp49439/attachments/cixhp49439/IPAM/6153/2/NIOS_8.6.2_ReleaseNotesREVC.pdf
39+
// Chapter: "Changes to Infoblox API and Restful API (WAPI)"
40+
// "2.12.2" version is recommended for NIOS 8.6.2 (our Infoblox test instance is currently 8.6.4).
41+
defaultWAPIVersion = "2.12.2"
3942
defaultTLSVerify = "false"
4043
defaultHTTPRequestTimeout = 20
4144
defaultHTTPConnPool = 10

0 commit comments

Comments
 (0)