Tempest plugin for validation of Airship components.
Go to file
Rick Bartra 9f473f288a Add Additional RBAC Test Coverage for Shipyard
This commit does the following:
- Add test coverage for:
  - Actions API
  - Airflow Monitoring API
  - Log Retrieval API
- Add tox.ini
- Add hacking checks
- Fix pep8 issues

Future work needed to fix some of the Actions API RBAC tests

Change-Id: I6e17ffa3ecc3c8a181790bdb79ad6b29fe127114
2018-08-21 16:25:32 -04:00
airship_tempest_plugin Add Additional RBAC Test Coverage for Shipyard 2018-08-21 16:25:32 -04:00
README.rst Complete RBAC test coverage for Shipyard Document Staging API 2018-08-17 17:37:51 -04:00
requirements.txt Add Additional RBAC Test Coverage for Shipyard 2018-08-21 16:25:32 -04:00
setup.cfg Framework for Airship Tempest Plugin 2018-08-17 13:40:11 -04:00
setup.py Framework for Airship Tempest Plugin 2018-08-17 13:40:11 -04:00
test-requirements.txt Add Additional RBAC Test Coverage for Shipyard 2018-08-21 16:25:32 -04:00
tox.ini Add Additional RBAC Test Coverage for Shipyard 2018-08-21 16:25:32 -04:00

README.rst

Tempest Integration of airship-tempest-plugin

The purpose of this plugin is to provide automated tests for all OpenStack Airship components.

DISCALIMER: This initial implementation is just to meet the first use case which is RBAC testing. For RBAC testing, we only need to hit the API endpoint and check role permission to the API being tested. Some of the REST clients will need to be rewritten if functional testing is desired. Those that need to be rewritten are documented in each service client code.