Sha256: bd0da6b22ba3182ad197ea4cfe0f3306199f422f93bde7118fad821f306aae74

Contents?: true

Size: 498 Bytes

Versions: 7

Compression:

Stored size: 498 Bytes

Contents

#!/bin/bash
SCRIPT_PATH=$(pwd)
BASENAME_CMD="basename ${SCRIPT_PATH}"
SCRIPT_BASE_PATH=`eval ${BASENAME_CMD}`

if [ $SCRIPT_BASE_PATH = "complex_workflow" ]; then
  cd ../../../
fi

export pe_dist_dir=http://neptune.puppetlabs.lan/2015.2/ci-ready/
export GIT_PROVIDER=shellgit

beaker \
  --preserve-hosts onfail \
  --config configs/pe/centos-6-64mda \
  --debug \
  --tests tests/user_scenario/complex_workflow \
  --keyfile ~/.ssh/id_rsa-acceptance \
  --pre-suite pre-suite \
  --load-path lib

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
r10k-2.3.1 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.3.0 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.2.2 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.2.1 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.2.0 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.1.1 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
r10k-2.1.0 integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh