aboutsummaryrefslogtreecommitdiffstats
path: root/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params
blob: e1128284007f0b5519a2f9ffaf3244c0d8d712b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<PARAMS>
    # CASE - Description
    # 1 - Compile ONOS and push it to the test machines
    # 2 - Test ovsdb connection and tearDown
    # 3 - Test default br-int configuration and vxlan port
    # 4 - Test default openflow configuration
    # 5 - Test default flows
    # 6 - Configure Network Subnet Port
    # 7 - Test host go online and ping each other
    # 8 - Clear ovs configuration and host configuration

    <testcases>1,3,4,2,5,6,7,8</testcases>

    <DEPENDENCY>
        <path>/tests/FUNCovsdbtest/Dependency/</path>
    </DEPENDENCY>

    <ENV>
        <cellName>singlenode</cellName>
        <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
    </ENV>

    <CTRL>
        <ip1>OC1</ip1>
        <port1>6653</port1>
        <ovsdbport>6640</ovsdbport>
    </CTRL>

    <TIMER>
        <delaytime>5</delaytime>      #delaytime for ovsdb connection create and delete
    </TIMER>

    <HTTP>
        <port>8181</port>
        <path>/onos/vtn/</path>
    </HTTP>

    <GIT>
        <pull>False</pull>
        <branch>master</branch>
    </GIT>

    <OVSDB>
        <ip1>OCN</ip1>
        <ip2>OC1</ip2>
    </OVSDB>

</PARAMS>