Skip to content

Commit

Permalink
Merge pull request #96 from nutanix/fix/integ
Browse files Browse the repository at this point in the history
Fix integration test
  • Loading branch information
alaa-bish authored Feb 15, 2022
2 parents e9fcd11 + d160db6 commit 12abe4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tests/integration/targets/nutanix_floating_ips/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ username: admin
password: Nutanix.123
external_subnet:
subnet_name: ET_7
subnet_uuiid: 3f9face6-43ad-4b93-91c7-99db3155ea32
subnet_uuiid: 54e295c3-16d3-49de-96ba-b921948b3a4d
vpc:
vpc_name: ET_8
vpc_uuiid: 5ec9790b-68a0-48c7-91be-669eaff6f65d
vpc_uuiid: 471181f8-eb2d-4303-9a61-6b25a1b3553e
vm:
vm_name: ET_11
vm_uuid: 98f78bad-cfb0-4dc1-84a1-6a0d17a933a7
vm_uuid: 83c9c094-2b18-4e65-bf6f-234640e07bc0
private_ip: 192.168.1.153
todelete: []
vm_subnet_name: ext_102
vm_subnet_name: ext_102
2 changes: 1 addition & 1 deletion tests/integration/targets/nutanix_subnets/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dhcp_server_address: 192.168.0.35

vpc:
name: ET_1
uuid: 2f09613c-0f59-426a-8721-2f989434b06f
uuid: 47262dd0-ef44-4261-8c3b-32fba154c914

external_nat_subnet:
vlan_id: 201
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/nutanix_vpcs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ username: admin
password: Nutanix.123
external_subnet:
subnet_name: ET_2
subnet_uuiid: 57959f75-6b21-431c-b76b-516447d52621
subnet_uuiid: 60a3e1ab-38e7-4c03-916e-383651fd4689
dns_servers:
- 8.8.8.8
- 8.8.4.4
Expand Down

0 comments on commit 12abe4f

Please sign in to comment.