
The purpose of this change is to document the architecture of the openstack-armada-app repository, explaining what each folder is responsible for / what it does. It also adds the HACKING.rst and CONTRIBUTING.rst, which are already present at other repositories. Test Plan: PASS - Verify that the rst files are properly loaded Story: 2011059 Task: 49669 Change-Id: Id2c8273cb8fbe5c77eced8f9a3a7727002c322ba Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
18 lines
522 B
ReStructuredText
18 lines
522 B
ReStructuredText
StarlingX Openstack Style Commandments
|
|
======================================
|
|
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
|
|
STX-Openstack 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.
|