From 840cdd7a13136dd9746a55d886064a2e9ff9d71b Mon Sep 17 00:00:00 2001 From: frenzyfriday Date: Fri, 15 Oct 2021 16:43:11 +0200 Subject: [PATCH] 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 --- roles/collect_logs/molecule/sova/verify.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/collect_logs/molecule/sova/verify.yml b/roles/collect_logs/molecule/sova/verify.yml index 794bd40..ecb05b3 100644 --- a/roles/collect_logs/molecule/sova/verify.yml +++ b/roles/collect_logs/molecule/sova/verify.yml @@ -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