You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/glb_create_test.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ const (
178
178
}`
179
179
glbCreateOutput=`
180
180
Notice: Load balancer created
181
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Copy file name to clipboardExpand all lines: integration/glb_update_test.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,6 @@ const (
174
174
}
175
175
}`
176
176
glbUpdateOutput=`
177
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Copy file name to clipboardExpand all lines: integration/lb_create_test.go
+5-4
Original file line number
Diff line number
Diff line change
@@ -127,15 +127,15 @@ var _ = suite("compute/load-balancer/create", func(t *testing.T, when spec.G, it
127
127
const (
128
128
lbCreateOutput=`
129
129
Notice: Load balancer created
130
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Notice: Load balancer creation is in progress, waiting for load balancer to become active
136
136
Notice: Load balancer created
137
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Copy file name to clipboardExpand all lines: integration/lb_get_test.go
+3-2
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,16 @@ var _ = suite("compute/load-balancer/get", func(t *testing.T, when spec.G, it sp
86
86
87
87
const (
88
88
lbGetOutput=`
89
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Copy file name to clipboardExpand all lines: integration/lb_list_test.go
+5-3
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ var _ = suite("compute/load-balancer/list", func(t *testing.T, when spec.G, it s
80
80
81
81
const (
82
82
lbListOutput=`
83
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
Copy file name to clipboardExpand all lines: integration/projects_resources_get_test.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -261,8 +261,8 @@ IP Region Droplet ID Droplet Name Project ID
261
261
}
262
262
`
263
263
projectsResourcesGetLoadbalancerOutput=`
264
-
ID IP Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
ID IP IPv6 Name Status Created At Region Size Size Unit VPC UUID Tag Droplet IDs SSL Sticky Sessions Health Check Forwarding Rules Disable Lets Encrypt DNS Records
0 commit comments