X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=e2b66587dda3de27046048fd928cfeb40587a714;hb=26fded288d29c090e82618ca0930c8d7ecefc884;hp=c3fa61f93216e2f97ab9464444dcf522094333e4;hpb=5cacad58a570a694bcb69b6eae5757c0f862c909;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md index c3fa61f..e2b6658 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Contributors: * (This will be replaced / extended by a REST API later) ### Project structure -* **emuvim/** all emulator code +* **src/emuvim/** all emulator code * **api/** Data center API endpoint implementations (zerorpc, OpenStack REST, ...) * **cli/** CLI client to interact with a running emulator * **dcemulator/** Dockernet wrapper that introduces the notion of data centers and API endpoints @@ -44,10 +44,10 @@ Automatic installation is provide through Ansible playbooks. ### Run * First terminal: - * `cd ~/son-emu/emuvim` + * `cd ~/son-emu/src/emuvim` * `sudo python example_topology.py` * Second terminal: - * `cd ~/son-emu/emuvim/cli` + * `cd ~/son-emu/src/emuvim/cli` * `./son-emu-cli compute start -d datacenter1 -n vnf1` * `./son-emu-cli compute start -d datacenter1 -n vnf2` * `./son-emu-cli compute list` @@ -61,7 +61,7 @@ Automatic installation is provide through Ansible playbooks. * `./start_example_chain` sets up an example service chain, using the example docker container from `package_samples` https://github.com/sonata-nfv/packaging_samples/tree/master/VNFs ### Run Unit Tests -* `cd ~/son-emu/emuvim` +* `cd ~/son-emu/src/emuvim` * `sudo python test` or `sudo python test -v` for more outputs ### CLI