Added flavor and image delete endpoints
[osm/vim-emu.git] / README.md
index 269a3a7..f9b8c28 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -27,23 +27,24 @@ To install the emulator package in development mode, do:
 * `ansible` Install scripts
 * `misc` Example packages and VNFs
 * `src` 
-       * `emuvim` Emulator components
-               * `api` API endpoint implementations
-                       * `rest` REST API for son-emu-cli
-                       * `sonata` Dummy gatekeeper API
-                        * `openstack` OpenStack-like APIs for MANO integration
-               * `cli` Command line client to control the emulator
-                * `dashboard` A web-based dashboard to display the emulator's state
-               * `dcemulator` Emulator core
-                       * `resourcemodel` Resource limitation models
-               * `examples` Example topology scripts
-               * `test` Test scripts
+    * `emuvim` Emulator components
+        * `api` API endpoint implementations
+            * `rest` REST API for son-emu-cli
+            * `sonata` Dummy gatekeeper API
+            * `openstack` OpenStack-like APIs for MANO integration
+        * `cli` Command line client to control the emulator
+        * `dashboard` A web-based dashboard to display the emulator's state
+        * `dcemulator` Emulator core
+            * `resourcemodel` Resource limitation models
+        * `examples` Example topology scripts
+        * `test` Test scripts
 * `utils` Helper scripts for SONATA's CI/CD setup
 
 
 #### Run Unit Tests
 * `cd ~/son-emu`
 * `sudo py.test -v src/emuvim/test/unittests`
+(To force using Python2: `python2 -m  pytest -v src/emuvim/test/unittests`)
 
 
 ### Building