Skip to content

Commit

Permalink
minor change in test case name and messages
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ghawali committed Dec 12, 2024
1 parent 2fbfbd6 commit ac85e7a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
uuid: "{{ external_nat_subnet.uuid }}"
register: result

- name: Update static routes list Status
- name: Create new static routes status
ansible.builtin.assert:
that:
- result.response is defined
- result.response.status.state == 'COMPLETE'
- result.changed == true
fail_msg: "Fail: Unable to update static routes of vpc"
success_msg: "Succes: static routes updated successfully"
fail_msg: "Fail: Unable to create static routes for vpc"
success_msg: "Success: Static routes created"

###########################################################################################################

Expand Down

0 comments on commit ac85e7a

Please sign in to comment.