RETIRED, Fuel CCP - Tests sub-project
Go to file
Dennis Dmitriev be41fbba5d Add markers to system tests
fuel_ccp_tests can be installed as a package:
pip install git+git://github.com/openstack/fuel-ccp-tests --upgrade

To run the test, use 'fuel_ccp_tests' CLI and pytest marks:

fuel_ccp_tests -k fuel_ccp_installer  # Run all the k8s install tests
fuel_ccp_tests -k ccp_cli_errexit_codes  # Run all errorcode tests
fuel_ccp_tests -k deploy_openstack  # Run ccp install test
fuel_ccp_tests -k horizon_component  # Run pre-commit test
                                     # for horizon

Change-Id: Ib5b1869264529661958840fced5b7c49e6f19647
2016-08-30 17:21:24 +00:00
doc/source Allow to provide custom oslo config 2016-08-25 09:22:30 +00:00
fuel_ccp_tests Add markers to system tests 2016-08-30 17:21:24 +00:00
.gitignore Initial commit with some basic code 2016-05-20 11:42:07 +03:00
.gitreview Prepare fuel-ccp-tests repo 2016-07-11 13:03:27 +02:00
pytest.ini Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
README.rst Prepare fuel-ccp-tests repo 2016-07-11 13:03:27 +02:00
setup.cfg Add markers to system tests 2016-08-30 17:21:24 +00:00
setup.py Prepare fuel-ccp-tests repo 2016-07-11 13:03:27 +02:00
test-requirements.txt Prepare fuel-ccp-tests repo 2016-07-11 13:03:27 +02:00
tox.ini Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00