Fix tempest result write
Tempest result should be written in localhost. Change-Id: I586872c6411ee35ef88b57b0289b783abac6affe
This commit is contained in:
parent
8295b3ee3a
commit
317b640934
@ -8,6 +8,7 @@
|
||||
shell: >
|
||||
echo '{ "tempest_status": "{{ tempest_status|default('passed') }}" }' >
|
||||
"{{ local_working_dir }}/tempest_status.json"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: import tempest_status from file
|
||||
include_vars: "{{ local_working_dir }}/tempest_status.json"
|
||||
|
Loading…
Reference in New Issue
Block a user