diff --git a/.github/workflows/cicd-dev-acc.yml b/.github/workflows/cicd-dev-acc.yml index 9d057098..98369ba3 100644 --- a/.github/workflows/cicd-dev-acc.yml +++ b/.github/workflows/cicd-dev-acc.yml @@ -25,41 +25,23 @@ jobs: - test-datasouces if: always() with: - test_case: TestVmaasInstance + test_case: TestVmaasInstance TestAccResourceInstance secrets: inherit - test-vmaas-resource-instance: - uses: ./.github/workflows/reusable-dev-acc.yml - needs: - - test-vmaas-instance - if: always() - with: - test_case: TestAccResourceInstance - secrets: inherit - test-vmaas-lb: uses: ./.github/workflows/reusable-dev-acc.yml needs: - - test-vmaas-resource-instance + - test-vmaas-instance if: always() with: - test_case: TestVmaasLB + test_case: TestVmaasLB TestAccResourceLB TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate secrets: inherit - test-vmaas-resource-lb: + test-vmaas-network: uses: ./.github/workflows/reusable-dev-acc.yml needs: - test-vmaas-lb if: always() with: - test_case: TestAccResourceLB - secrets: inherit - - test-vmaas-lb-plan: - uses: ./.github/workflows/reusable-dev-acc.yml - needs: - - test-vmaas-resource-lb - if: always() - with: - test_case: "TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate" + test_case: TestVmaasNetworkPlan TestAccResourceNetworkCreate TestAccResourceRouter TestVmaasRouter TestAccResourceTier secrets: inherit diff --git a/.github/workflows/dev-acc.yml b/.github/workflows/dev-acc.yml index 578ec8a8..98f1746d 100644 --- a/.github/workflows/dev-acc.yml +++ b/.github/workflows/dev-acc.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: inputs: test_case: - description: 'Enter testcase' + description: 'Enter testcases sperated by space' required: false default: '' type: string diff --git a/.github/workflows/reusable-dev-acc.yml b/.github/workflows/reusable-dev-acc.yml index 6d65f386..ce0ffd7d 100644 --- a/.github/workflows/reusable-dev-acc.yml +++ b/.github/workflows/reusable-dev-acc.yml @@ -8,7 +8,7 @@ on: workflow_call: inputs: test_case: - description: 'Enter testcase' + description: 'Enter testcases sperated by space' required: false default: '' type: string