Skip to content

Commit 2adc2d9

Browse files
justinstollerspan786
authored andcommitted
(maint) Do not try to collect acceptance test logs in acceptance script
When doing local acceptance tests runs it's more common to just SSH to the host under test. These post suite steps are wonky and cause more noise than signal for local testing.
1 parent 372ba6d commit 2adc2d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

acceptance/scripts/generic/testrun.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ do_init()
1515
BEAKER_INIT="$BEAKER_INIT --keyfile $BEAKER_KEYFILE"
1616
BEAKER_INIT="$BEAKER_INIT --helper $BEAKER_HELPER"
1717
BEAKER_INIT="$BEAKER_INIT --options-file $BEAKER_OPTIONS"
18-
BEAKER_INIT="$BEAKER_INIT --post-suite $BEAKER_POSTSUITE"
1918
BEAKER_INIT="$BEAKER_INIT --load-path $BEAKER_LOADPATH"
2019
BEAKER_INIT="$BEAKER_INIT --hosts $BEAKER_CONFIG"
2120
BEAKER_INIT="$BEAKER_INIT --pre-suite $BEAKER_PRESUITE"
@@ -42,7 +41,6 @@ export GEM_SOURCE="https://artifactory.delivery.puppetlabs.net/artifactory/api/g
4241
export GENCONFIG_LAYOUT="${GENCONFIG_LAYOUT:-redhat8-64ma-debian11-64a}"
4342
export BEAKER_TESTSUITE="${BEAKER_TESTSUITE:-acceptance/suites/tests}"
4443
export BEAKER_PRESUITE="${BEAKER_PRESUITE:-acceptance/suites/pre_suite/foss}"
45-
export BEAKER_POSTSUITE="${BEAKER_POSTSUITE:-acceptance/suites/post_suite}"
4644
export BEAKER_OPTIONS="${BEAKER_OPTIONS:-acceptance/config/beaker/options.rb}"
4745
export BEAKER_CONFIG="${BEAKER_CONFIG:-acceptance/scripts/hosts.cfg}"
4846
export BEAKER_KEYFILE="${BEAKER_KEYFILE:-~/.ssh/id_rsa-acceptance}"

0 commit comments

Comments
 (0)