Update Read the Docs for Control Panel in cherry branch 15/5515/1
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 27 Jan 2021 08:11:50 +0000 (09:11 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 27 Jan 2021 08:11:50 +0000 (09:11 +0100)
Minors corrections

Issue-ID: NONRTRIC-409
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Ib9e9e8f87298efb4b637923af5a03e8280569134

docs/developer-guide.rst

index 6bda14d..bf63754 100644 (file)
@@ -20,7 +20,7 @@ To run the Control Panel locally for development with simulated services, follow
 Fetch the code
 --------------
 
-Fetch the latest code from `gerrit (nonrtric-controlpanel) <https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric-controlpanel>`_
+Fetch the latest code from `gerrit (nonrtric-controlpanel) <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_
 
 Start the backend
 -----------------
@@ -29,7 +29,7 @@ Start the backend
 
     cd webapp-backend
     mvn clean install
-    mvn -Dorg.oransc.portal.nonrtric.controlpanel=mock -Dtest=ControlPanelTestServer -DfailIfNoTests=false test
+    mvn -Dorg.oransc.portal.nonrtric.controlpanel=mock -Dtest=MockControlPanelBackEnd -DfailIfNoTests=false test
 
 
 Now you can open URL:  `localhost:8080`_ in a browser to access the backend directly.