From 9a12a60a13a1da3b903aa3ab07ac33305c3bc621 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 26 Jul 2018 10:41:35 +0200 Subject: [PATCH] Support multiple nodetype library beaker tests Change-Id: I1cae2da48c3b04964893dc2bd16c444daf6c2822 --- 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 9cfb5a2..c94ded2 100755 --- a/run_beaker_tests.sh +++ b/run_beaker_tests.sh @@ -19,7 +19,7 @@ source $SCRIPT_DIR/functions install_module # 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