tripleo-transfer: fix molecule test

Since [1] tripleo-transfer allows excluding files from
data transfer between hosts. The associated molecule
tests have a typo which make it fail when the feature
is not exercised in CI.

[1] I1e88907db0bb26d52c92cb996eb56767e06b3874

Change-Id: Ic4ab7d83b4646ff2bba729b48f3cdab6c5ffcc1c
(cherry picked from commit 26a3a6805e)
This commit is contained in:
Damien Ciabrini 2021-08-09 15:40:10 +02:00 committed by Douglas Viroel
parent 1e12521e0a
commit 52f779b55f

View File

@ -42,7 +42,7 @@
- set_fact:
result_file_list: "{{ _fs_data | json_query('files[*].path') }}"
test_dst_files: "{{ test_dst_files | map('regex_replace', '(.*)', test_dst_dir ~ '/\\1') }}"
test2_excluded_files: "{{ test2_excluded_files | map('regex_replace', '(.*)', test2_dst_dir ~ '/\\1') }}"
test2_excluded_files: "{{ test2_exclude_src_files | map('regex_replace', '(.*)', test2_dst_dir ~ '/\\1') }}"
- name: Verify that the dst file are not there any more
assert: