4feeb8805f92e1db9de5130b649f99b623df473b
[integration/test.git] / test / csit / suites / karaf-compatible / 090__OVSDB / __init__.txt
1 *** Settings ***
2 Documentation     Test suite for OVSDB
3 Suite Setup       Start Suite
4 Suite Teardown    Stop Suite
5 Library     SSHLibrary
6 Resource          ../../../libraries/Utils.txt
7
8
9 *** Variables ***
10 ${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 
11
12 ** Keywords ***