Skip to content

Commit 7ad2d1a

Browse files
committed
Test: Caracal Rocky OVS
1 parent 5e02047 commit 7ad2d1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.automation.conf/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
3030
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-multinode" ]]; then
3131
export TEMPEST_CONCURRENCY=4
3232
# Uncomment this to perform a full tempest test
33-
# export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
34-
# export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
33+
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
34+
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
3535
fi
3636

3737
fi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
# Path to a CA certificate file to trust in the OpenStack Capacity exporter.
3-
stackhpc_os_capacity_openstack_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/openbao.crt"
3+
stackhpc_os_capacity_openstack_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"

etc/kayobe/environments/ci-multinode/tempest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
rally_no_sensitive_log: false
44

55
# Add the Vault CA certificate to the rally container when running tempest.
6-
tempest_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/openbao.crt"
6+
tempest_cacert: "{{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"

0 commit comments

Comments
 (0)