First test case for Switch Manager
[integration/test.git] / test / csit / suites / base / __init__.txt
1 *** Settings ***
2 Documentation     Test suite for the OpenDaylight base edition
3 Suite Setup       Start Suite
4 Library     SSHLibrary
5
6 *** Variables ***
7 ${start}=  sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2
8
9 *** Keywords ***
10 Start Suite  
11     Log    Start the test on the base edition
12     Open Connection   ${MININET}     prompt=>
13     Login With Public Key    ${MININET_USER}   ${USER_HOME}/.ssh/id_rsa   any 
14     Write    ${start}
15     Sleep    60
16     Read
17 Stop Suite
18     Log    Stop the test on the base edition
19     Write    exit 
20     Sleep    2
21     Read 
22     Close Connection