- Do not generate the SSH private key if it already exists - Set skipsdist = True in tox.ini - Add Zuul v3 layout Change-Id: I4b0254bf175d51c0a468b01f8ac034db43859572
14 lines
313 B
YAML
14 lines
313 B
YAML
- hosts: all
|
|
name: packstack-integration-tempest
|
|
tasks:
|
|
- shell:
|
|
cmd: |
|
|
set -e
|
|
set -x
|
|
export SCENARIO='{{ scenario }}'
|
|
./run_tests.sh
|
|
executable: /bin/bash
|
|
chdir: '{{ ansible_user_dir }}/workspace/packstack'
|
|
environment: '{{ zuul }}'
|
|
|