Fix up PrefixCounting warning
[integration/test.git] / csit / libraries / Coe.robot
index 40853635c9f0369e2d243415de6b1a6aea00c229..ff1329d9eca2fc091763744731988dddddad8a90 100644 (file)
@@ -3,15 +3,11 @@ Library         BuiltIn
 Library         SSHLibrary
 Library         String
 Resource        DataModels.robot
-Resource        Genius.robot
 Resource        OVSDB.robot
 Resource        SSHKeywords.robot
 Resource        Utils.robot
-Resource        ../variables/netvirt/Variables.robot
 Resource        ../variables/Variables.robot
-Resource        VpnOperations.robot
 Variables       ../variables/coe/Modules.py
-Variables       ../variables/netvirt/Modules.py
 Resource        ToolsSystem.robot
 
 
@@ -54,7 +50,6 @@ Start Suite
     ...    2
     ...    ClusterManagement.Check Status Of Services Is OPERATIONAL
     ...    @{COE_DIAG_SERVICES}
-    BuiltIn.Wait Until Keyword Succeeds    85    2    Genius.Verify Tunnel Status As Up
 
 Set Connection ids and Bridge
     [Documentation]    Sets the connection ids for all the nodes and get the bridge from configuration file .
@@ -166,12 +161,6 @@ Label Nodes
     END
     Utils.Run Command On Remote System And Log    ${K8s_MASTER_IP}    kubectl get nodes --show-labels
 
-Derive Coe Data Models
-    [Documentation]    Data models is created by integrating netvirt and coe data models which is given as input to get the model dumps
-    FOR    ${models}    IN    @{netvirt_data_models}
-        Collections.Append To List    ${coe_data_models}    ${models}
-    END
-
 Check Pod Status Is Running
     [Documentation]    Checks the status of pods.This keyword is repeated until the status of all pods is Running
     ${pods} =    Utils.Run Command On Remote System And Log