fc913961c8
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
13 lines
404 B
ReStructuredText
13 lines
404 B
ReStructuredText
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 |