Skip to content

Commit

Permalink
Update dev acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 27, 2025
1 parent f41bf4f commit a9b87e2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ on:
required: true
default: 'Check Terraform Dev Testcase'
type: string
vmaas_broker_url:
description: 'Enter VMaaS Broker URL'
required: false
default: 'https://vmaas-broker.intg.hpedevops.net'
type: string

jobs:
acc-test:
uses: ./.github/workflows/reusable-dev-acc.yml
with:
test_case: ${{ inputs.test_case }}
test_description: ${{ inputs.test_description }}
vmaas_broker_url: ${{ inputs.vmaas_broker_url }}
secrets:
DEV_HPEGL_IAM_SERVICE_URL: ${{ secrets.DEV_HPEGL_IAM_SERVICE_URL }}
DEV_HPEGL_TENANT_ID: ${{ secrets.DEV_HPEGL_TENANT_ID }}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
acc:
- config: |
layout_id = 118
controller_name = "ide"
bus_number = 0
interface_number = 1
2 changes: 2 additions & 0 deletions acc-dev-testcases/data-sources/morpheus_details.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
acc:
- config:
2 changes: 1 addition & 1 deletion acc-dev-testcases/resources/instance_clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vars:
instance_name: tf_acc_clone_%rand_int
acc:
- config: |
source_instance_id = 11
source_instance_id = 302
name = "$(instance_name)"
network {
id = 156
Expand Down

0 comments on commit a9b87e2

Please sign in to comment.