diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-20 03:42:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-20 03:42:58 +0000 |
commit | e1dbb6e7fb1830882f8ab376632bed521a6ad1bf (patch) | |
tree | ad3648fa7681dbf1d2bcbba60da8411b835e08f7 /tests/integration | |
parent | 7bc49cecd73a3a88f63828a9219b4aec4d53f70d (diff) | |
parent | d9af3b2977080be6ab33fcf785f726625e46f370 (diff) |
Merge "Fix error in details"
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/run.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 5da8ca91..5c74a478 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -90,6 +90,6 @@ start_date: "{{ ansible_date_time.date }}" stop_date: "{{ ansible_date_time.date }}" criteria: "" - details: " {{ pod_result }}" + details: "{{ pod_result }}" tags: [testapi] |