Skip to content

Commit

Permalink
added create lb testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 24, 2023
1 parent 501c7c4 commit 7415ca2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions acc-testcases/resources/load_balancer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
vars:
name: "tf_loadbalancer_%rand_int"
acc:
- config: |
name = "$(name)"
description = "Loadbalancer created using tf"
enabled = true
group_access {
all = true
}
config {
admin_state = true
size = "SMALL"
log_level = "INFO"
tier1_gateways = "/infra/tier-1s/d3561ba7-01c9-4fa7-a7c5-bac401fd8f75"
}
validations:
json.loadBalancer.config.tier1: "/infra/tier-1s/d3561ba7-01c9-4fa7-a7c5-bac401fd8f75"

0 comments on commit 7415ca2

Please sign in to comment.