Skip to content

Commit 06fb9e7

Browse files
committed
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.
1 parent 658503d commit 06fb9e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.automation.conf/config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2424
# SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
2525
# the concurrency is set too high.
2626
export TEMPEST_CONCURRENCY=1
27-
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
28-
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode
27+
# Uncomment this to perform a full tempest test
28+
# export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
29+
# export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
2930
fi
3031

3132
fi

0 commit comments

Comments
 (0)