File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ This script will go through the process of performing the following tasks
248248 * openstack configuration
249249 * tempest testing
250250
251+ Tempest test results are written to ~/tempest-artifacts.
252+
251253Accessing OpenStack
252254-------------------
253255
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export KAYOBE_AUTOMATION_SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)
139139set -x
140140
141141# Run tempest
142- sudo -E docker run --detach --rm --network host -v $$ {config_directories[kayobe]}:/stack/kayobe-automation-env/src/kayobe-config -v $$ {config_directories[kayobe]} /tempest-artifacts:/stack/tempest-artifacts -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
142+ sudo -E docker run --detach --rm --network host -v $$ {config_directories[kayobe]}:/stack/kayobe-automation-env/src/kayobe-config -v ~ /tempest-artifacts:/stack/tempest-artifacts -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
143143
144144# During the initial deployment the seed node must receive the `gwee/rally` image before we can follow the logs.
145145# Therefore, we must wait a reasonable amount time before attempting to do so.
You can’t perform that action at this time.
0 commit comments