diff --git a/tests/integration/targets/ntnx_foundation/tasks/negative_scenarios.yml b/tests/integration/targets/ntnx_foundation/tasks/negative_scenarios.yml index 2471a405..c1160a40 100644 --- a/tests/integration/targets/ntnx_foundation/tasks/negative_scenarios.yml +++ b/tests/integration/targets/ntnx_foundation/tasks/negative_scenarios.yml @@ -44,7 +44,7 @@ - result.response.blocks.0.nodes.0.node_position=="{{IBIS_node.node1.node_position}}" - result.response.clusters.0.cluster_name=="test-cluster" fail_msg: " Fail : check_mode fail" - success_msg: "Succes: returned response as expected" + success_msg: "Success: returned response as expected" ################################### - name: Start negative_scenarios for ntnx_foundation ansible.builtin.debug: @@ -83,7 +83,7 @@ - result.changed==false - result.failed==true fail_msg: " Fail : image node with wrong serial done successfully " - success_msg: "Succes: unable to image node with wrong serial " + success_msg: "Success: unable to image node with wrong serial " ################################### - name: Image nodes with wrong hypervisor ntnx_foundation: @@ -119,4 +119,4 @@ "result.msg=='value of hypervisor must be one of: kvm, hyperv, xen, esx, ahv, got: phoenix found in blocks -> nodes -> discovery_mode -> discovery_override'" fail_msg: " Fail : Image nodes with wrong hypervisor done successfully " - success_msg: "Succes: unable to image node with wrong hypervisor" + success_msg: "Success: unable to image node with wrong hypervisor" diff --git a/tests/integration/targets/ntnx_images/tasks/create.yml b/tests/integration/targets/ntnx_images/tasks/create.yml index 97ae6428..5707a1b4 100644 --- a/tests/integration/targets/ntnx_images/tasks/create.yml +++ b/tests/integration/targets/ntnx_images/tasks/create.yml @@ -18,7 +18,7 @@ - result.response is defined - result.response.status.state == 'COMPLETE' - result.response.status.resources.image_type == "DISK_IMAGE" - - result.response.status.name == 'integration-test-image-with-uri' + - result.response.status.name == 'Integration-test-image-with-uri' - result.response.status.resources.source_uri == "{{ disk_image.url }}" fail_msg: "Unable to create image using source_uri" success_msg: "Image with given source_uri created successfully" @@ -104,7 +104,7 @@ - result.changed == false - result.failed == false - result.response.metadata is defined - - result.response.spec.name == 'integration-test-image' + - result.response.spec.name == 'Integration-test-image' - result.response.spec.resources.source_uri == "{{ disk_image.url }}" - result.response.metadata.categories_mapping['AppType'] == ['Default'] - result.response.metadata.categories_mapping['Environment'] == ['Dev'] diff --git a/tests/integration/targets/ntnx_images/tasks/update.yml b/tests/integration/targets/ntnx_images/tasks/update.yml index d65d22ef..a0772d33 100644 --- a/tests/integration/targets/ntnx_images/tasks/update.yml +++ b/tests/integration/targets/ntnx_images/tasks/update.yml @@ -85,7 +85,7 @@ that: - result.response is defined - result.response.status.state == 'COMPLETE' - - result.response.status.name == 'integration-test-image-after-update' + - result.response.status.name == 'Integration-test-image-after-update' - result.response.status.description == 'description after update' - result.response.status.resources.image_type == 'ISO_IMAGE' - result.response.metadata.categories_mapping['Environment'] == ['Production'] diff --git a/tests/integration/targets/ntnx_karbon_registries/tasks/negative_scenarios.yml b/tests/integration/targets/ntnx_karbon_registries/tasks/negative_scenarios.yml index 428aa22a..ae513fc6 100755 --- a/tests/integration/targets/ntnx_karbon_registries/tasks/negative_scenarios.yml +++ b/tests/integration/targets/ntnx_karbon_registries/tasks/negative_scenarios.yml @@ -5,7 +5,7 @@ - name: Create registry with wrong port number ntnx_karbon_registries: - name: Test_regitry + name: Test regitry url: "{{url}}" port: 501 register: result diff --git a/tests/integration/targets/ntnx_ova/tasks/create_ova.yml b/tests/integration/targets/ntnx_ova/tasks/create_ova.yml index 276e00fe..27d289ee 100644 --- a/tests/integration/targets/ntnx_ova/tasks/create_ova.yml +++ b/tests/integration/targets/ntnx_ova/tasks/create_ova.yml @@ -19,7 +19,7 @@ fail_msg: 'Fail: Unable to create VM with minimum requirements ' success_msg: 'Success: VM with minimum requirements created successfully ' ######################################### -- name: Create_ova_image with check mode +- name: Create ova image with check mode ntnx_vms_ova: src_vm_uuid: "{{ vm.vm_uuid }}" name: integration_test_VMDK_ova