X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;fp=docs%2Fdeveloper-guide.rst;h=63ddde32e8ef2ffd0a17b46afa21fc10aaff93ea;hb=2c1c4e9dd207289bbdc3453bfdb3e2dad68df8a8;hp=6ef21f9c57ba88d833a6b562cfae4be3a427791b;hpb=b6ff2b49aa9e3cc35dd35ce036440af19cdc80b8;p=ric-plt%2Fa1.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 6ef21f9..63ddde3 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -42,11 +42,6 @@ When version changes are made in that image, rebuilding those 5 containers in th However, there are two items in this repo that must be kept in sync: ``rmr-version.yaml``, which controls what rmr gets installed for unit testing in Jenkins, and ``integration_tests/install_rmr.sh`` which is a useful script for a variety of local testing. -Version bumping pyrmr ---------------------- -rmr-python is the python binding to rmr . Installing rmr per the above does not install it. -Bumping the rmr python version is done via ``setup.py`` - Version bumping python itself ----------------------------- If you want to update the version of python itself (ie just done from 37 to 38): @@ -91,7 +86,7 @@ Then, run all the tests from the root (this requires the python packages ``tox`` tox -c tox-integration.ini This script: -1. Deploys 2 helm charts (4 containers) into a local kubernetes installation +1. Deploys 3 helm charts (5 containers) into a local kubernetes installation 2. Port forwards a pod ClusterIP to localhost 3. Uses “tavern” to run some tests against the server 4. Barrages the server with apache bench