Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svilgelm/qa
QA tools for OpenStack
https://github.com/svilgelm/qa
openstack openstack-qa patrole tempest
Last synced: 18 days ago
JSON representation
QA tools for OpenStack
- Host: GitHub
- URL: https://github.com/svilgelm/qa
- Owner: SVilgelm
- License: mit
- Created: 2019-01-12T04:43:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T17:03:32.000Z (almost 6 years ago)
- Last Synced: 2024-12-24T08:16:15.129Z (25 days ago)
- Topics: openstack, openstack-qa, patrole, tempest
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qa
QA tools for OpenStack## Modules
### TempestThe OpenStack Integration Test Suite
https://github.com/openstack/tempest
### Patrole
RBAC Integration Tempest Plugin
https://github.com/openstack/patrole
### Neutron Tempest Plugin
Tempest plugin for Neutron project
https://github.com/openstack/neutron-tempest-plugin
### Tungsten
Tempest Integration of Tungsten Fabric (Contrail)
https://github.com/tungstenfabric/tungsten-tempest
P.S.: It contains only RBAC (Patrole) tests now.
### Stestr
Test runner
https://github.com/mtreinish/stestr
## Vagrantfile
Makes it possible to run Devstack in a VM and execute any tests from the
host.## Usage
```bash
vagrant up
pipenv install -d
pipenv shell
tempest run --workspace tests --list-tests | wc -l
3138
```