From 06fb9e7b71320c7877009a1de33d043c8c7f62b3 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 4 Sep 2023 11:52:30 +0100 Subject: [PATCH] multinode: Run RefStack Tempest tests by default A full tempest test run takes a long time, and may not always be necessary. Let's run RefStack by default, and make it easy to switch to the full test suite. --- .automation.conf/config.sh | 5 +++-- .../skip-lists/{ci-multinode => ci-multinode-tempest-full} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename .automation.conf/tempest/skip-lists/{ci-multinode => ci-multinode-tempest-full} (100%) diff --git a/.automation.conf/config.sh b/.automation.conf/config.sh index 4ca6b3b78..84b11dd07 100644 --- a/.automation.conf/config.sh +++ b/.automation.conf/config.sh @@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then # SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if # the concurrency is set too high. export TEMPEST_CONCURRENCY=1 - export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full - export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode + # Uncomment this to perform a full tempest test + # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full + # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full fi fi diff --git a/.automation.conf/tempest/skip-lists/ci-multinode b/.automation.conf/tempest/skip-lists/ci-multinode-tempest-full similarity index 100% rename from .automation.conf/tempest/skip-lists/ci-multinode rename to .automation.conf/tempest/skip-lists/ci-multinode-tempest-full