diff options
author | Eric Paillet <eric.paillet@orange.com> | 2018-04-13 10:29:39 +0200 |
---|---|---|
committer | Eric Paillet <eric.paillet@orange.com> | 2018-04-13 10:29:59 +0200 |
commit | 053b76c794e8619e94d0450c291fc8e29bd11ba2 (patch) | |
tree | 37af6893f060a33fb475cee734f138b029908422 /ice-server/README.MD | |
parent | e1f5c1a84ec5fc3289a9bf338e5e48a7fec2595e (diff) |
Update README file
Change-Id: I2e159e22e296c86c800989489d7fff3fe4cb1d6c
Issue-ID: VNFSDK-214
Signed-off-by: Eric PAILLET <eric.paillet@orange.com>
Diffstat (limited to 'ice-server/README.MD')
-rw-r--r-- | ice-server/README.MD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ice-server/README.MD b/ice-server/README.MD index 87a5341..b3bb914 100644 --- a/ice-server/README.MD +++ b/ice-server/README.MD @@ -23,10 +23,12 @@ How to run? - use virtualenv if needed - ``$ pip install -r requirements.txt`` - check that everything is ok by running unit tests : ``$ tox`` + - ``$ cd heat_test`` - ``$ python app.py`` - - Once service is started, from MSB service, verify that "ice-test" is reported from GET request on "/openoapi/microservices/v1/services" + - Once service is started, check the following url: http://127.0.0.1:5000/onapapi/ice/v1/ui + you should see a "pong" response in the browser. Debug/development Mode ========== debug mode is activated by default - in debug mode, the swagger ui is available on http://127.0.0.1:5000/onapapi/ice/v1/ui
\ No newline at end of file + in debug mode, the swagger ui is available on http://127.0.0.1:5000/onapapi/ice/v1/ui |