Step 1: Move vm scripts to the right place
[integration/test.git] / tools / tools_vm / scripts / README.txt
1
2 OpenDaylight test VM
3 --------------------
4 Prepared by Luis Gomez (luis.gomez@ericsson.com)
5
6 This VM contains the following:
7
8 1) OpenDaylight release editions:
9
10 ~/controller-base/ -> Base edition folder
11 ~/controller-virt/ -> Virtualization edition folder
12 ~/controller-sp/ -> Service Provider edition folder
13
14 Note: to run controller just go to opendaylight folder and type run.sh
15
16 2) Mininet 2.1.0 with OVS 2.0.0 and CPqD:
17
18 ~/integration/vm/scripts/start_mininet_of10.sh -> starts mininet OVS OF10 on local controller
19 ~/integration/vm/scripts/start_mininet_of13.sh -> starts mininet OVS OF13 on local controller
20 ~/integration/vm/scripts/start_mininet_cpqd.sh -> starts mininet CPqD on local controller
21
22 3) Integration tests (Robot Framework):
23
24 ~/integration/test/csit/suites/ -> Robot test folder
25 ~/integration/vm/scripts/run_test_base_self.sh -> run base edition test on local controller
26 ~/integration/vm/scripts/run_test_base.sh <IP> -> run base edition test on external controller
27
28 Note: Robot test results (saved at ~/) can be opened with a browser
29
30 4) VTN Coordinator:
31
32 ~/integration/vm/scripts/start_vtn_coordinator.sh
33 ~/integration/vm/scripts/stop_vtn_coordinator.sh
34