fuel-library/tests/noop/noop_tests.sh
Dmitry Ilyin a041b2b71f Switch to external noop tests
* Use external noop tests library and fixtures
* Corrections and fixes for the spec library to make it work

Partial blueprint: deployment-data-dryrun
Fuel-CI: disable
Change-Id: Ie8d1f80bbee04b9bacb43ba4fa39a423624a8301
2016-02-16 20:10:10 +03:00

17 lines
399 B
Bash
Executable File

#!/bin/sh
DIR=`dirname $0`
cd "${DIR}" || exit 1
cd 'fuel-noop-fixtures' || exit 1
export SPEC_ROOT_DIR='.'
export SPEC_DEPLOYMENT_DIR='../../../deployment'
export SPEC_HIERA_DIR='hiera'
export SPEC_FACTS_DIR='facts'
export SPEC_SPEC_DIR='spec/hosts'
export SPEC_TASK_DIR='../../../deployment/puppet/osnailyfacter/modular'
export SPEC_MODULE_PATH='../../../deployment/puppet'
./noop_tests.rb $@