RETIRED, A collection of python libraries for the Validation Framework
Go to file
Gael Chamoulaud (Strider) 9192d5826c
Don't rely on parameter file extension for downloading
This patch also adds unittests and docstrings for the
show_validations_parameters method.

Change-Id: I7da1ef5607f6a7b164f87dace3a49a14e6cbf06f
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-11-04 09:48:08 +01:00
doc Update openstackdocstheme. 2020-06-23 13:54:26 +02:00
playbooks Remove CI roles from validations-libs 2020-10-21 07:50:29 +00:00
validations_libs Don't rely on parameter file extension for downloading 2020-11-04 09:48:08 +01:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Add API Documentation structure 2020-05-14 11:53:31 +00:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
.zuul.yaml Don't rely on parameter file extension for downloading 2020-11-04 09:48:08 +01:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst add Vagrantfile for Validation Framework dev work 2020-10-21 17:44:05 +00:00
Vagrantfile.centos add Vagrantfile for Validation Framework dev work 2020-10-21 17:44:05 +00:00
Vagrantfile.ubuntu add Vagrantfile for Validation Framework dev work 2020-10-21 17:44:05 +00:00
bindep.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
lower-constraints.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
requirements.txt Add ansible dependency 2020-10-07 14:49:17 +02:00
setup.cfg Remove CI roles from validations-libs 2020-10-21 07:50:29 +00:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
tox.ini Remove install unnecessary packages 2020-09-15 10:00:56 +08:00

README.rst

# validations-libs

A collection of python libraries for the Validation Framework

## Development Environment Setup

Vagrantfiles for CentOS and Ubuntu have been provided for convenience; simply copy one into your desired location and rename to Vagrantfile, then run vagrant up. Once complete you will have a clean development environment ready to go for working with Validation Framework.