a40d6ad461
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 and puppet-lint 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: I90f75018196d866fdf68977ea0c151778da1fc02 Story: 2006166 Task: 36548 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
488 B
488 B
StarlingX Puppet Style Commandments
- Step 1: Read the OpenStack style commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on
STX-Puppet 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.