Merge "Fix zuul-stream functional test"

This commit is contained in:
Zuul 2019-04-10 17:34:28 +00:00 committed by Gerrit Code Review
commit 7f03d9abed
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: |