Skip to content

Commit 846047a

Browse files
committed
(maint) Get test machines from abs
The current recommendation for our test infra is to get VMs from ABS, rather than from vmpooler directly. This commit sets the hypervisor for beaker-hostgenerator to ensure it prefers ABS when asking for VMs.
1 parent 01acfc9 commit 846047a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/scripts/generic/testrun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ do_init()
88
exit -1;
99
fi
1010

11-
bundle exec beaker-hostgenerator $GENCONFIG_LAYOUT > $BEAKER_CONFIG
11+
bundle exec beaker-hostgenerator --hypervisor abs $GENCONFIG_LAYOUT > $BEAKER_CONFIG
1212

1313
BEAKER_INIT="bundle exec beaker init --debug"
1414
BEAKER_INIT="$BEAKER_INIT --type aio"

0 commit comments

Comments
 (0)