Validating againsts stdout instead of stdout_lines
If /proc/cmdline is empty, like we see sometimes during CI, this will fail molecule testing. Change-Id: I74749762ca050affc8d384f7e716bfd9b6eb4486 (cherry picked from commit 69baf00124f584d6545ae3b67359824b2312c162)
This commit is contained in:
parent
25e4f53ea9
commit
0d52d59cec
@ -104,7 +104,7 @@
|
||||
when:
|
||||
- cmdline.stdout_lines is defined
|
||||
- tripleo_kernel_args|string
|
||||
- tripleo_kernel_args not in cmdline.stdout_lines[0]
|
||||
- tripleo_kernel_args not in cmdline.stdout
|
||||
|
||||
# Apply DPDK workarounds before reboot
|
||||
- name: Apply DPDK workarounds
|
||||
|
Loading…
x
Reference in New Issue
Block a user