blazar/contrib/tempest
Christian Martinez fc913961c8 Add primary folder structure for Tempest support
Adding folder structure for integration testing with Tempest.
Also, adding cli tests for basic testing functionality

Change-Id: I69896958495ddf57040a05ff73004662b7b28891
Partially implements: blueprint climate-tempest-testing
2014-04-07 12:47:58 -03:00
..
tempest Add primary folder structure for Tempest support 2014-04-07 12:47:58 -03:00
README.rst Add primary folder structure for Tempest support 2014-04-07 12:47:58 -03:00

This directory contains the files necessary for tempest to cover Climate project.

To install:

$ TEMPEST_DIR=/path/to/tempest $ CLIMATE_DIR=/path/to/climate $ cp -R ${CLIMATE_DIR}/contrib/tempest/tempest/* ${TEMPEST_DIR}/tempest/

For example: $ cp -R /opt/stack/climate/contrib/tempest/tempest/* /opt/stack/tempest/tempest/

To run cli tests: ./run_tests.sh -- tempest.cli.simple_read_only.test_climate