From 10f935893164550090e411b5e5c52b3183516678 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Tue, 26 Jan 2021 12:44:26 +0100 Subject: [PATCH] Update Read the Docs for Control Panel Signed-off-by: ecaiyanlinux Issue-ID: NONRTRIC-409 Change-Id: I8539beb61ab6a07ef8f57b8d0c402777f96c851a --- docs/developer-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index eacc3d0..51752b8 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -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. -- 2.16.6