
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. This repo is primarily GO code. The zuul and tox jobs will be more comprehensive in later commits. This commit also adds basic contributing and hacking docs. Change-Id: I3b760f16043ce0f0444cd153e17aa262ab30328a Story: 2006166 Task: 36542 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
494 B
494 B
StarlingX Containers Style Commandments
- Step 1: Read the OpenStack style commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Utilities 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.