From b219b622a4b03980242efafa8234f9138fc7b447 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 26 Jul 2018 10:42:12 +0200 Subject: [PATCH] Support multiple nodetype library beaker tests Change-Id: I635edf9958409e8b5a19ece313306b913b84e264 --- run_beaker_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_beaker_tests.sh b/run_beaker_tests.sh index 7dd9f8b..85c65d7 100755 --- a/run_beaker_tests.sh +++ b/run_beaker_tests.sh @@ -19,7 +19,7 @@ source $SCRIPT_DIR/functions prepare_environment # run beaker tests -export BEAKER_set=nodepool-centos7 +export BEAKER_set=${BEAKER_set:-nodepool-centos7} export BEAKER_debug=yes export BEAKER_color=no $GEM_HOME/bin/bundle exec rspec spec/acceptance