08550845aa
This is the Final commit for the feature testing. - centos files: files related with the infra and docker images - rst files: files with doc about SDO-rv-app - stx-sdo-helm folder: files related with helm charts and the app creation NOTE: Tested on BUILD_ID="20210202T000311Z" Story: 2008117 Task: 41489 Closes-Bug: 1917330 Change-Id: I59ae8186b8def756d2cd72f3a39c618a54ccc6d9 Signed-off-by: Poornima <poornima.y.n@intel.com>
18 lines
554 B
ReStructuredText
18 lines
554 B
ReStructuredText
StarlingX SDO-rv-service Style Commandments
|
|
================================================================
|
|
|
|
- Step 1: Read the OpenStack style commandments
|
|
https://docs.openstack.org/hacking/latest/
|
|
- Step 2: Read on
|
|
|
|
SDO-rv-service 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.
|