Fix zuul-stream functional test

The command 'ip addr show' has a differnet output format.

Change-Id: Ida96686fd22a3c1d5d83b4688ae2ece19948a75d
This commit is contained in:
Simon Westphahl 2019-04-05 16:01:53 +02:00
parent 5dd031a902
commit 033ebb4289
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
- name: Validate output - shell task
shell: |
egrep "^.*\| node1 \| link/loopback" job-output.txt
egrep "^.*\| node2 \| link/loopback" job-output.txt
egrep "^.*\| node1 \| 1: lo:" job-output.txt
egrep "^.*\| node2 \| 1: lo:" job-output.txt
- name: Validate output - loop with items
shell: |