eea4578dd1
This commit builds the armada manifest and packages the base helm charts and sysinv integration code into the final rpm. The output rpm, stx-ptp-notification-helm*.rpm can be deployed on a running system. Removes unused files in ptp-notification-helm. All required charts are now located under stx-ptp-notification-helm. Story: 2008529 Task: 41724 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I49e970b7d21e4078aea3d185fbe98910f3d59ce6
13 lines
575 B
ReStructuredText
13 lines
575 B
ReStructuredText
StarlingX PTP-Notification-Armada-App Style Commandments
|
|
================================================================
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
PTP-Notification-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. |