Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / suites / vtn / VTN_C_OF13 / 020__vtn_vbrif_portmap.robot
1 *** Settings ***
2 Documentation     Test suite for VTN Coordinator
3 Suite Setup       Start SuiteVtnCoTest
4 Suite Teardown    Stop SuiteVtnCoTest
5 Resource          ../../../libraries/VtnCoKeywords.robot
6
7 *** Test Cases ***
8 Add a ODL Controller
9     [Documentation]    Add a Controller
10     Add a Controller    odc_test    ${CONTROLLER}
11
12 Verify the Controller Status is waiting_audit
13     [Documentation]    Check Controller status
14     Wait Until Keyword Succeeds    12s    2s   Check Controller Status    odc_test   waiting_audit
15
16 Audit a controller
17     [Documentation]    Trigger update audit
18     Audit Controller    odc_test
19
20 Add a Vtn Tenant1
21     [Documentation]    Create Vtn Tenant1
22     Add a VTN    Tenant1    VTN_TEST
23
24 Create VBR in VTN Tenant1
25     [Documentation]    Create a VBR in Tenant1 as Vbridge1
26     Create VBR in VTN    Tenant1    Vbridge1    odc_test
27
28 Create VBRIF in VBRIDGE Vbridge1 Interface1
29     [Documentation]    Create an interface to Vbridge1
30     Create VBRIF in VBR    Tenant1    Vbridge1    Interface1    Interface1    201
31
32 Create VBRIF in VBRIDGE Vbridge1 Interface2
33     [Documentation]    Create an interface to Vbridge1
34     Create VBRIF in VBR    Tenant1    Vbridge1    Interface2    Interface2    201
35
36 Define Portmap for Interface1
37     [Documentation]    Map Interface1 to a logical port
38     Define Portmap for VBRIF    Tenant1    Vbridge1    Interface1    PP-OF:openflow:3-s3-eth1
39
40 Define Portmap for Interface2
41     [Documentation]    Map Interface2 to a logical port
42     Define Portmap for VBRIF    Tenant1    Vbridge1    Interface2    PP-OF:openflow:2-s2-eth1
43
44 Test Ping for Configuration1
45     [Documentation]    ping between hosts in mininet
46     Wait Until Keyword Succeeds   10s    2s    Test Ping    h1    h3
47
48 Delete a VTN Tenant1
49     [Documentation]    Delete Vtn Tenant1
50     Delete a VTN    Tenant1
51
52 Delete a Controller odc1
53     [Documentation]    Delete Controller odc1
54     Remove Controller    odc_test