-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding integration fixes for V3 (#533)
* Adding integration fixes for V3 * Adding fixes for static routes and service groups * minor change in test case name and messages
- Loading branch information
1 parent
6278267
commit 0ca2387
Showing
14 changed files
with
105 additions
and
63 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
tests/integration/targets/ntnx_address_groups/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" |
6 changes: 3 additions & 3 deletions
6
tests/integration/targets/ntnx_address_groups_info/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "address_groups_info.yml" | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "address_groups_info.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import all_operations.yml | ||
ansible.builtin.import_tasks: "all_operations.yml" | ||
- name: Import all_operations.yml | ||
ansible.builtin.import_tasks: "all_operations.yml" |
6 changes: 3 additions & 3 deletions
6
tests/integration/targets/ntnx_categories_info/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import get_clusters_info.yml | ||
ansible.builtin.import_tasks: "get_clusters_info.yml" | ||
- name: Import get_clusters_info.yml | ||
ansible.builtin.import_tasks: "get_clusters_info.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import get_hosts_info.yml | ||
ansible.builtin.import_tasks: "get_hosts_info.yml" | ||
- name: Import get_hosts_info.yml | ||
ansible.builtin.import_tasks: "get_hosts_info.yml" |
6 changes: 3 additions & 3 deletions
6
tests/integration/targets/ntnx_image_placement_policies_info/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" |
14 changes: 7 additions & 7 deletions
14
tests/integration/targets/ntnx_image_placement_policy/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
- name: Initializing variables | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
- name: Set module defaults | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import update.yml | ||
ansible.builtin.import_tasks: "update.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
- name: Set module defaults | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" | ||
- name: Import info.yml | ||
ansible.builtin.import_tasks: "info.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
--- | ||
- name: Set module defaults | ||
module_defaults: | ||
group/nutanix.ncp.ntnx: | ||
group/nutanix.ncp.ntnx: | ||
nutanix_host: "{{ ip }}" | ||
nutanix_username: "{{ username }}" | ||
nutanix_password: "{{ password }}" | ||
validate_certs: "{{ validate_certs }}" | ||
block: | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import negtaive_scenarios.yml | ||
ansible.builtin.import_tasks: "negtaive_scenarios.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" | ||
- name: Import vm_operations.yml | ||
ansible.builtin.import_tasks: "vm_operations.yml" | ||
- name: Import vm_update.yml | ||
ansible.builtin.import_tasks: "vm_update.yml" | ||
- name: Import negtaive_vm_update.yml | ||
ansible.builtin.import_tasks: "negtaive_vm_update.yml" | ||
- name: Import create.yml | ||
ansible.builtin.import_tasks: "create.yml" | ||
- name: Import negtaive_scenarios.yml | ||
ansible.builtin.import_tasks: "negtaive_scenarios.yml" | ||
- name: Import delete.yml | ||
ansible.builtin.import_tasks: "delete.yml" | ||
- name: Import vm_operations.yml | ||
ansible.builtin.import_tasks: "vm_operations.yml" | ||
- name: Import vm_update.yml | ||
ansible.builtin.import_tasks: "vm_update.yml" | ||
- name: Import negtaive_vm_update.yml | ||
ansible.builtin.import_tasks: "negtaive_vm_update.yml" |