
This is the initial commit for the app skeleton. - centos files: files related with the infra and docker images - rst files: files with doc about snmp-armada-app - stx-snmp-helm folder: files related with helm charts and the app creation Story: 2008132 Task: 41122 Change-Id: I0c4b9843544228bb04cb26504674134dd0e3ceb8 Signed-off-by: Nicolas Alvarez <nicolas.alvarez@windriver.com>
18 lines
556 B
ReStructuredText
18 lines
556 B
ReStructuredText
StarlingX SNMP-Armada-App Style Commandments
|
|
================================================================
|
|
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
|
|
Snmp-Armada-App 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.
|