Removes a verification step in sova molecule test
Lets remove the faulty test (_No_valid_host_was_found) till bug #1947133 is fixed Related-Bug: #1947133 Change-Id: I4f3b994fd98262fb7e69ccf01734dff8fc16d913
This commit is contained in:
parent
dcfaffbfbd
commit
840cdd7a13
@ -16,7 +16,7 @@
|
|||||||
register: failures_file
|
register: failures_file
|
||||||
loop:
|
loop:
|
||||||
- "{{ ansible_user_dir }}/workspace/logs/failures_file"
|
- "{{ ansible_user_dir }}/workspace/logs/failures_file"
|
||||||
- "{{ ansible_user_dir }}/workspace/logs/_No_valid_host_was_found.log"
|
# TODO: Revert back after bug #1947133 is fixed
|
||||||
loop_control:
|
loop_control:
|
||||||
label: '{{ item.split("/")[-1] }}'
|
label: '{{ item.split("/")[-1] }}'
|
||||||
|
|
||||||
@ -30,6 +30,4 @@
|
|||||||
command: grep 'No valid host was found' {{ ansible_user_dir }}/workspace/logs/failures_file
|
command: grep 'No valid host was found' {{ ansible_user_dir }}/workspace/logs/failures_file
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Check if we have strings in error file
|
# TODO: Revert back after bug #1947133 is fixed
|
||||||
command: grep 'No valid host was found' {{ ansible_user_dir }}/workspace/logs/_No_valid_host_was_found.log
|
|
||||||
changed_when: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user