Update README file 37/42737/1
authorEric Paillet <eric.paillet@orange.com>
Fri, 13 Apr 2018 08:29:39 +0000 (10:29 +0200)
committerEric Paillet <eric.paillet@orange.com>
Fri, 13 Apr 2018 08:29:59 +0000 (10:29 +0200)
Change-Id: I2e159e22e296c86c800989489d7fff3fe4cb1d6c
Issue-ID: VNFSDK-214
Signed-off-by: Eric PAILLET <eric.paillet@orange.com>
ice-server/README.MD

index 87a5341..b3bb914 100644 (file)
@@ -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