Skip to content

Commit 7d2b189

Browse files
committed
Move Tempest test results to ~/tempest-artifacts
This location is easier to find.
1 parent f9d7fc1 commit 7d2b189

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
251253
Accessing OpenStack
252254
-------------------
253255

templates/deploy-openstack.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export KAYOBE_AUTOMATION_SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)
139139
set -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.

0 commit comments

Comments
 (0)