GENIUS-268: Disable BFD Greater than Neon
[integration/test.git] / csit / suites / genius / ITM_Direct_Tunnels.robot
1 *** Settings ***
2 Documentation     This test suite is to by-pass interface manager and create/delete the tunnels between the switches directly inorder for ITM to scale and build mesh among more number of switches.
3 Suite Setup       ITM Direct Tunnels Start Suite
4 Suite Teardown    ITM Direct Tunnels Stop Suite
5 Test Setup        Genius Test Setup
6 Test Teardown     Genius Test Teardown    ${data_models}
7 Library           OperatingSystem
8 Library           String
9 Library           RequestsLibrary
10 Variables         ../../variables/genius/Modules.py
11 Resource          ../../libraries/DataModels.robot
12 Library           Collections
13 Resource          ../../libraries/Utils.robot
14 Library           re
15 Resource          ../../libraries/VpnOperations.robot
16 Resource          ../../libraries/ClusterManagement.robot
17 Resource          ../../libraries/KarafKeywords.robot
18 Resource          ../../libraries/Utils.robot
19 Resource          ../../libraries/Genius.robot
20 Resource          ../../variables/netvirt/Variables.robot
21 Resource          ../../variables/Variables.robot
22 Resource          ../../libraries/OVSDB.robot
23
24 *** Variables ***
25 ${VLAN}           0
26
27 *** Test Cases ***
28 Create and Verify VTEP
29     [Documentation]    This testcase creates a Internal Transport Manager - ITM tunnel between 2 DPNs
30     ${Dpn_id_1}    Genius.Get Dpn Ids    ${conn_id_1}
31     ${Dpn_id_2}    Genius.Get Dpn Ids    ${conn_id_2}
32     ${gateway-ip}=    Set Variable    0.0.0.0
33     Genius.Create Vteps    ${Dpn_id_1}    ${Dpn_id_2}    ${TOOLS_SYSTEM_IP}    ${TOOLS_SYSTEM_2_IP}    ${VLAN}    ${gateway-ip}
34     Wait Until Keyword Succeeds    40    10    Get ITM    ${itm_created[0]}    ${subnet}    ${VLAN}
35     ...    ${Dpn_id_1}    ${TOOLS_SYSTEM_IP}    ${Dpn_id_2}    ${TOOLS_SYSTEM_2_IP}
36     ${type}    Set Variable    odl-interface:tunnel-type-vxlan
37     ${tunnel-1}    Wait Until Keyword Succeeds    40    20    Get_Tunnel    ${Dpn_id_1}    ${Dpn_id_2}
38     ${tunnel-2}    Wait Until Keyword Succeeds    40    20    Get_Tunnel    ${Dpn_id_2}    ${Dpn_id_1}
39     ${tunnel-type}=    Set Variable    type: vxlan
40     Wait Until Keyword Succeeds    40    5    Get Data From URI    session    ${CONFIG_API}/itm-state:dpn-endpoints/DPN-TEPs-info/${Dpn_id_1}/
41     Wait Until Keyword Succeeds    40    5    Get Data From URI    session    ${CONFIG_API}/itm-state:dpn-endpoints/DPN-TEPs-info/${Dpn_id_2}/
42     Wait Until Keyword Succeeds    40    10    Ovs Verification For 2 Dpn    ${conn_id_1}    ${TOOLS_SYSTEM_IP}    ${TOOLS_SYSTEM_2_IP}
43     ...    ${tunnel-1}    ${tunnel-type}
44     Wait Until Keyword Succeeds    40    10    Ovs Verification For 2 Dpn    ${conn_id_2}    ${TOOLS_SYSTEM_2_IP}    ${TOOLS_SYSTEM_IP}
45     ...    ${tunnel-2}    ${tunnel-type}
46     ${resp}    RequestsLibrary.Get Request    session    ${OPERATIONAL_API}/itm-state:tunnels_state/
47     ${respjson}    RequestsLibrary.To Json    ${resp.content}    pretty_print=True
48     Should Be Equal As Strings    ${resp.status_code}    200
49     Should Contain    ${resp.content}    ${Dpn_id_1}    ${tunnel-1}
50     Should Contain    ${resp.content}    ${Dpn_id_2}    ${tunnel-2}
51     ${Port_num1}    Get Port Number    ${conn_id_1}    ${Bridge}    ${tunnel-1}
52     ${Port_num2}    Get Port Number    ${conn_id_2}    ${Bridge}    ${tunnel-2}
53     ${check-3}    Wait Until Keyword Succeeds    40    10    Genius.Check Table0 Entry For 2 Dpn    ${conn_id_1}    ${Bridge}
54     ...    ${Port_num1}
55     ${check-4}    Wait Until Keyword Succeeds    40    10    Genius.Check Table0 Entry For 2 Dpn    ${conn_id_2}    ${Bridge}
56     ...    ${Port_num2}
57
58 Verify VTEP After Restarting OVS
59     [Documentation]    Verify Testcase, Verifying tunnel state by restarting OVS
60     Wait Until Keyword Succeeds    20    2    Genius.Verify Tunnel Status as UP    TZA
61     OVSDB.Restart OVSDB    ${TOOLS_SYSTEM_IP}
62     Wait Until Keyword Succeeds    20    2    Genius.Verify Tunnel Status as UP    TZA
63
64 Verify VTEP After Restarting Controller
65     [Documentation]    Verify Testcase, Verifying tunnel state by restarting CONTROLLER
66     Genius.Verify Tunnel Status as UP    TZA
67     ClusterManagement.Stop_Members_From_List_Or_All
68     ClusterManagement.Start_Members_From_List_Or_All
69     Wait Until Keyword Succeeds    60    3    ClusterManagement.Check Status Of Services Is OPERATIONAL    @{GENIUS_DIAG_SERVICES}
70     Wait Until Keyword Succeeds    30    3    Genius.Verify Tunnel Status as UP    TZA
71
72 Verify Tunnels By Enabling/Disabling BFD
73     [Documentation]    Verify tunnel creation by enabling and disabling BFD one after another with respect to the branch in such a way default value is retained at last.
74     CompareStream.Run_Keyword_If_At_Least_Neon    Verify Tunnels By Enabling BFD
75     CompareStream.Run_Keyword_If_At_Least_Neon    Verify Tunnels By Disabling BFD
76     CompareStream.Run_Keyword_If_Less_Than_Neon    Verify Tunnels By Disabling BFD
77     CompareStream.Run_Keyword_If_Less_Than_Neon    Verify Tunnels By Enabling BFD
78
79 Delete and Verify VTEP
80     [Documentation]    This Delete testcase , deletes the ITM tunnel created between 2 dpns.
81     ${Dpn_id_1}    Genius.Get Dpn Ids    ${conn_id_1}
82     ${Dpn_id_2}    Genius.Get Dpn Ids    ${conn_id_2}
83     ${tunnel-1}    Get_Tunnel    ${Dpn_id_1}    ${Dpn_id_2}
84     ${tunnel-2}    Get_Tunnel    ${Dpn_id_2}    ${Dpn_id_1}
85     Remove All Elements At URI And Verify    ${CONFIG_API}/itm:transport-zones/transport-zone/${itm_created[0]}/subnets/${subnet}%2F24/vteps/${Dpn_id_1}/${port_name}
86     Remove All Elements At URI And Verify    ${CONFIG_API}/itm:transport-zones/transport-zone/${itm_created[0]}/subnets/${subnet}%2F24/vteps/${Dpn_id_2}/${port_name}
87     ${output}    KarafKeywords.Issue Command On Karaf Console    ${TEP_SHOW}
88     BuiltIn.Should Not Contain    ${output}    ${itm_created[0]}
89     Remove All Elements At URI And Verify    ${CONFIG_API}/itm:transport-zones/transport-zone/${itm_created[0]}/
90     ${resp}    Utils.Get Data From URI    session    ${CONFIG_API}/itm:transport-zones/
91     BuiltIn.Should Not Contain    ${resp}    ${itm_created[0]}
92     ${Ovs-del-1}    Wait Until Keyword Succeeds    40    10    Genius.Check Tunnel Delete On OVS    ${conn_id_1}    ${tunnel-1}
93     ${Ovs-del-2}    Wait Until Keyword Succeeds    40    10    Genius.Check Tunnel Delete On OVS    ${conn_id_2}    ${tunnel-2}
94
95 *** Keywords ***
96 Get_Tunnel
97     [Arguments]    ${src}    ${dst}
98     [Documentation]    This Keyword Gets the Tunnel Interface name which has been created between 2 DPNS by passing source , destination DPN Ids along with the type of tunnel which is configured.
99     ${resp}    RequestsLibrary.Get Request    session    ${CONFIG_API}/itm-state:dpn-teps-state/dpns-teps/${src}/remote-dpns/${dst}/
100     log    ${resp.content}
101     ${respjson}    RequestsLibrary.To Json    ${resp.content}    pretty_print=True
102     Should Be Equal As Strings    ${resp.status_code}    200
103     Should Contain    ${resp.content}    ${dst}
104     ${json}=    evaluate    json.loads('''${resp.content}''')    json
105     ${return}    Run Keyword And Return Status    Should contain    ${resp.content}    tunnel-name
106     log    ${return}
107     ${ret}    Run Keyword If    '${return}'=='True'    Check_Interface_Name    ${json["remote-dpns"][0]}    tunnel-name
108     [Return]    ${ret}
109
110 Check_Interface_Name
111     [Arguments]    ${json}    ${expected_tunnel_interface_name}
112     [Documentation]    This keyword Checks the Tunnel interface name is tunnel-interface-names in the output or not .
113     ${Tunnels}    Collections.Get From Dictionary    ${json}    ${expected_tunnel_interface_name}
114     Log    ${Tunnels}
115     [Return]    ${Tunnels}
116
117 Enable_Tunnel_Monitoring
118     [Documentation]    In this we will enable tunnel monitoring by tep:enable command running in karaf console
119     ${output}    Issue_Command_On_Karaf_Console    tep:enable-tunnel-monitor true
120
121 Verify Tunnel State After OVS Restart
122     [Arguments]    ${TOOLS_SYSTEM_IP}
123     [Documentation]    In this we will Verify Tunnel State by Stopping/Starting Switch
124     OVSDB.Stop OVS    ${TOOLS_SYSTEM_IP}
125     Wait Until Keyword Succeeds    2min    20 sec    Verify Tunnel Down
126     OVSDB.Start OVS    ${TOOLS_SYSTEM_IP}
127     Wait Until Keyword Succeeds    2min    20 sec    Genius.Verify Tunnel Status as UP    TZA
128
129 Verify Tunnel Down
130     [Documentation]    In this we will check whether tunnel is in down or not
131     ${output}=    KarafKeywords.Issue Command On Karaf Console    ${TEP_SHOW_STATE}
132     Should Contain    ${output}    DOWN
133
134 Get Port Number
135     [Arguments]    ${connection_id}    ${Bridgename}    ${tunnel}
136     [Documentation]    In this we get Port Number to check table0 entry for 2 Dpn
137     Switch Connection    ${connection_id}
138     ${check-1}    Execute Command    sudo ovs-ofctl -O OpenFlow13 show ${Bridgename}
139     Log    ${check-1}
140     ${lines}    Get Lines Containing String    ${check-1}    ${tunnel}
141     Log    ${lines}
142     ${port}    Get Regexp Matches    ${lines}    \\d+
143     ${port_num}    Get From List    ${port}    0
144     Should Contain    ${check-1}    ${port_num}
145     [Return]    ${port_num}
146
147 Disable_Tunnel_Monitoring
148     [Documentation]    In this we will disable tunnel monitoring by tep:enable command running in karaf console
149     ${output}    Issue_Command_On_Karaf_Console    tep:enable-tunnel-monitor false
150
151 Verify Tunnels By Enabling BFD
152     [Documentation]    Verify tunnel creation by enabling BFD monitoring.
153     ${result}    Run Keyword And Return Status    Verify Tunnel Monitoring is on
154     Run Keyword If    '${result}' == 'False'    Enable_Tunnel_monitoring
155     Verify Tunnel State After OVS Restart    ${TOOLS_SYSTEM_IP}
156     Verify Tunnel State After OVS Restart    ${TOOLS_SYSTEM_2_IP}
157
158 Verify Tunnels By Disabling BFD
159     [Documentation]    Verify tunnel creation by disabling BFD monitoring.
160     ${result} =    Run Keyword And Return Status    Verify Tunnel Monitoring is on
161     Run Keyword If    '${result}' == 'True'    Disable_Tunnel_Monitoring
162     ${tunnels_on_OVS} =    Genius.Get Tunnels On OVS    ${conn_id_1}
163     OVSDB.Stop OVS    ${TOOLS_SYSTEM_IP}
164     Genius.Verify Tunnel Status    ${tunnels_on_OVS}    UNKNOWN
165     OVSDB.Start OVS    ${TOOLS_SYSTEM_IP}
166     Wait Until Keyword Succeeds    20    2    Genius.Verify Tunnel Status as UP    TZA