Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / suites / openflowplugin / Sanity3Node / __init__.robot
1 *** Settings ***
2 Documentation     Test suite for the OpenDaylight base edition with of13, aimed for statistics manager
3 Suite Setup       Start Suite
4 Suite Teardown    Utils.Stop Suite
5 Library           SSHLibrary
6 Resource          ../../../libraries/Utils.robot
7
8 *** Variables ***
9 ${start}          sudo python DynamicMininet.py
10
11 *** Keywords ***
12 Start Suite
13     Log    Start the test on the base edition
14     ${mininet_conn_id}=    Open Connection    ${MININET}    prompt=>
15     Set Suite Variable    ${mininet_conn_id}
16     Login With Public Key    ${MININET_USER}    ${USER_HOME}/.ssh/id_rsa    any
17     Put File    ${CURDIR}/../../../libraries/DynamicMininet.py    .
18     Execute Command    sudo ovs-vsctl set-manager ptcp:6644
19     Execute Command    sudo mn -c
20     Write    ${start}
21     Read Until    mininet>
22     Write    start_with_cluster ${CONTROLLER},${CONTROLLER1},${CONTROLLER2}
23     Read Until    mininet>