Skip to content

andylamb93/os-sqe

 
 

Repository files navigation

openstack-sqe is a repo for deployment and QA related tasks automation

To get this repo prepared for operation, the recommended way is:

virtualenv .venv > artifacts/venv-pip-log.txt 2>&1
. .venv/bin/activate >> artifacts/venv-pip-log.txt 2>&1
pip install -r requirements.txt >> artifacts/venv-pip-log.txt 2>&1

The main part of the code is decorated as fabric tasks and might be executed by:

fab task_name:task_argument1,task_argument2

The list of tasks is produced by:

fab -l

Making Changes

We are using GerritHub for all code changes, if you do NOT have access to this project on GerritHub, contact @bdemers

About

OpenStack QA tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%