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:
frenzyfriday 2021-10-15 16:43:11 +02:00
parent dcfaffbfbd
commit 840cdd7a13
1 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,7 @@
register: failures_file
loop:
- "{{ 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:
label: '{{ item.split("/")[-1] }}'
@ -30,6 +30,4 @@
command: grep 'No valid host was found' {{ ansible_user_dir }}/workspace/logs/failures_file
changed_when: false
- name: Check if we have strings in error file
command: grep 'No valid host was found' {{ ansible_user_dir }}/workspace/logs/_No_valid_host_was_found.log
changed_when: false
# TODO: Revert back after bug #1947133 is fixed