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
248
248
* openstack configuration
249
249
* tempest testing
250
250
251
+ Tempest test results are written to ~/tempest-artifacts.
252
+
251
253
Accessing OpenStack
252
254
-------------------
253
255
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export KAYOBE_AUTOMATION_SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)
139
139
set -x
140
140
141
141
# 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
143
143
144
144
# During the initial deployment the seed node must receive the `gwee/rally` image before we can follow the logs.
145
145
# 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