rally-openstack/tests/ci/playbooks/run-rally-verify.yaml

22 lines
556 B
YAML

- hosts: all
roles:
- run-devstack
- hosts: controller
tasks:
- name: Prepare env deployment for tempest
shell:
cmd: |
. /opt/stack/.rally/openrc admin admin
export OS_CACERT=/opt/stack/data/ca-bundle.pem
rally env create --from-sysenv --name tempest
rally env check
executable: /bin/bash
- name: Run Rally verify
shell:
cmd: |
cd {{ zuul.project.src_dir }}
python3 tests/ci/rally_verify.py
executable: /bin/bash