Tempest external plugin for mistral
Functional tests of mistral is tempest like test and can be run from Mistral repo.
Now Tempest has support of external plugin like devstack does. Basic idea for Tempest plugin is that each project can implement tempest like tests in their repo and provide those as tempest plugin. So that those tests can be run as part of tempest run.
Currently many projects has implemented tempest plugin like Congress, Manila, Sahara etc.
We can implement Mistral functional tests also as tempest external plugin so that those can be run from tempest as well as from Mistral repo.
Blueprint information
- Status:
- Complete
- Approver:
- Renat Akhmerov
- Priority:
- Medium
- Drafter:
- Hardik Parekh
- Direction:
- Approved
- Assignee:
- Hardik Parekh
- Definition:
- Approved
- Series goal:
- Accepted for mitaka
- Implementation:
- Implemented
- Milestone target:
- 2.0.0
- Started by
- Hardik Parekh
- Completed by
- Renat Akhmerov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Initial layout for mistral tempest plugin.
Addressed by: https:/
Added test_mistral_
Addressed by: https:/
Added engine to tempest plugin.
Addressed by: https:/
Added base.py to tempest plugin.
Addressed by: https:/
Added README.rst file for tempest plugin.
Addressed by: https:/
tempest-lib has been added to requirements.txt
Addressed by: https:/
Removed mistral/
Addressed by: https:/
Add release note for tempest plugin
Addressed by: https:/
Mistral tests will run from tempest plugin