From: Patrik Buhr Date: Wed, 27 Jan 2021 08:46:44 +0000 (+0000) Subject: Merge "Add A1 Policy Type/Policy Types logic from backend This commit do not test... X-Git-Tag: 2.2.0~110 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9872b8b01da34a6677844ebd56352c9d8c3ec09b;hp=e409ac955e6f0654f1721c69e1885bda23e1cf99;p=portal%2Fnonrtric-controlpanel.git Merge "Add A1 Policy Type/Policy Types logic from backend This commit do not test the Policy instances functionality." --- 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.