Skip to content

Commit

Permalink
update broker url
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 24, 2025
1 parent 62e61f4 commit f41bf4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
test_case: TestProvider
test_description: Check for valid terraform provider
vmaas_broker_url: "https://vmaas-broker.intg.hpedevops.net"
secrets: inherit

test-datasouces:
Expand All @@ -19,6 +20,7 @@ jobs:
with:
test_case: TestAccDataSource
test_description: GET call usecase validations
vmaas_broker_url: "https://vmaas-broker.intg.hpedevops.net"
secrets: inherit

test-vmaas-instance:
Expand All @@ -28,6 +30,7 @@ jobs:
with:
test_case: TestVmaasInstance TestAccResourceInstance
test_description: Instance usecase validations
vmaas_broker_url: "https://vmaas-broker.intg.hpedevops.net"
secrets: inherit

test-vmaas-lb:
Expand All @@ -37,6 +40,7 @@ jobs:
with:
test_case: TestVmaasLB TestAccResourceLB TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate
test_description: Loadbalancer usecase validations
vmaas_broker_url: "https://vmaas-broker.intg.hpedevops.net"
secrets: inherit

test-vmaas-network:
Expand All @@ -46,6 +50,7 @@ jobs:
with:
test_case: TestVmaasNetworkPlan TestAccResourceNetworkCreate TestAccResourceRouter TestVmaasRouter TestAccResourceTier TestVmaasRouteBGPNeighborPlan
test_description: NSX Network usecase validations
vmaas_broker_url: "https://vmaas-broker.intg.hpedevops.net"
secrets: inherit

process-logs:
Expand Down

0 comments on commit f41bf4f

Please sign in to comment.