fuel-library/tests/noop
vsaienko fa5366b7a1 Adapt synced keystone module
* add new parameters:
    public_url, admin_url, internal_url, mysql_module, token_caching
    cache_backend, revoke_driver
  * replase old parameters with new:
    idle_timeout -> database_idle_timeout
  * installing python-memcache has been moved to module
  * added noop tests for new variables
  * fix pep8 errors

Partially Implements: blueprint upgrade-openstack-puppet-modules
Change-Id: I33cbabd5e623fc9920107a3f8c2258bd7e47346e
2015-07-07 15:10:19 +03:00
..
astute.yaml Cherry-pick fix from puppetlabs-concat 2015-05-16 01:58:17 +02:00
file_resources Modular noop tests 2015-04-09 11:56:33 +03:00
generate Modular noop tests 2015-04-09 11:56:33 +03:00
package_resources Modular noop tests 2015-04-09 11:56:33 +03:00
spec Adapt synced keystone module 2015-07-07 15:10:19 +03:00
.gitignore Modular noop tests 2015-04-09 11:56:33 +03:00
.rspec Modular noop tests 2015-04-09 11:56:33 +03:00
Gemfile Improve Noop tests 2015-04-21 17:08:22 +03:00
make_specs.rb Modular noop tests 2015-04-09 11:56:33 +03:00
Rakefile Improve Noop tests 2015-04-21 17:08:22 +03:00
README.rst Modular noop tests 2015-04-09 11:56:33 +03:00

Fuel noop rspec tests

In order to test just execute these commands:

export WORKSPACE=/tmp/fuel_noop_tests
mkdir -p $WORKSPACE
./utils/jenkins/fuel_noop_tests.sh

In order to run specific test and/or specific astute.yaml, you can set appropriate env variables. For example:

export NOOP_TEST='keystone/*'
export NOOP_YAMLS='/path/to/your/astute.yaml'
./utils/jenkins/fuel_noop_tests.sh

If you also want to store puppet logs in case of catalog compilation errors, please set PUPPET_LOGS_DIR env variable:

export PUPPET_LOGS_DIR=/tmp/puppet_error_logs

If you want to store all the delcarated File and Package resources, please set NOOP_SAVE_RESOURCES_DIR env variable:

export NOOP_SAVE_RESOURCES_DIR=/tmp/puppet_resources