Files
config-files/HACKING.rst
Al Bailey a3876c143d Adding zuul jobs for new repo
This job adds a single linters tox target.

The linters target is an aggregation of linters for
this repo including:
 - bashate

Other linters such as yamllint can be added to this
repo by later commits.

Certain bashate codes are suppressed.
They can be enabled by later commits.

This commit also adds basic contributing and hacking docs.

Change-Id: Id4426c1b25f223e5010aee3a4977c557d06ad77f
Story: 2006166
Task: 36541
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-09-09 14:10:43 -05:00

504 B

StarlingX config-files Style Commandments

Config-Files Specific Commandments

None so far

Running tests

The approach to running tests is to simply run the command tox. This will create virtual environments, populate them with dependencies and run all of the tests that OpenStack CI systems run.