https://github.com/svilgelm/qa
QA tools for OpenStack
https://github.com/svilgelm/qa
openstack openstack-qa patrole tempest
Last synced: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T17:03:32.000Z (over 7 years ago)
- Last Synced: 2025-12-15T11:30:45.571Z (6 months ago)
- Topics: openstack, openstack-qa, patrole, tempest
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qa
QA tools for OpenStack
## Modules
### Tempest
The 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
```