Update Read the Docs for Control Panel 06/5506/2
authorecaiyanlinux <martin.c.yan@est.tech>
Tue, 26 Jan 2021 11:44:26 +0000 (12:44 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Tue, 26 Jan 2021 14:12:33 +0000 (15:12 +0100)
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-409
Change-Id: I8539beb61ab6a07ef8f57b8d0c402777f96c851a

docs/developer-guide.rst

index eacc3d0..51752b8 100644 (file)
@@ -19,7 +19,7 @@ To run the Control Panel locally for development with simulated services, follow
 
 - Fetch the latest code from `gerrit`_
 
-.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric-controlpanel
+.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel
 
 - Start the backend:
 
@@ -27,7 +27,7 @@ To run the Control Panel locally for development with simulated services, follow
 
     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.