Merge "run-tempest: save the result of tempest execution"

This commit is contained in:
Zuul 2020-05-01 00:12:07 +00:00 committed by Gerrit Code Review
commit b714ae3895
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Run Tempest
The result of the tempest run is stored in the `tempest_run_result`
variable (through the `register` statement).
**Role Variables**
.. zuul:rolevar:: devstack_base_dir

View File

@ -56,6 +56,7 @@
--black-regex={{tempest_black_regex|quote}}
args:
chdir: "{{devstack_base_dir}}/tempest"
register: tempest_run_result
become: true
become_user: tempest
environment: "{{ tempest_tox_environment }}"