From: Faseela K Date: Tue, 18 Dec 2018 10:21:26 +0000 (+0530) Subject: Fix COE Model Dumps X-Git-Tag: pre-potassium~431 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F78854%2F2;p=integration%2Ftest.git Fix COE Model Dumps coe_data_models was partial for the second suite, as model derivation is done in start suite, and that was run only for the first suite. Change-Id: I73c3143ded18f44bf6a10b69bc3b581410671e93 Signed-off-by: Faseela K --- diff --git a/csit/libraries/Coe.robot b/csit/libraries/Coe.robot index 5ec712dfad..8d8369bae3 100644 --- a/csit/libraries/Coe.robot +++ b/csit/libraries/Coe.robot @@ -34,6 +34,7 @@ Coe Suite Setup [Documentation] COE project requires start suite to be executed only for the first test suite.This keyword find the current suite,compares it with the stored first suite value and executes Coe.Start suite only if the cuurent suite is equal to the first suite. ToolsSystem.Get Tools System Nodes Data Coe.Set Connection ids and Bridge + Coe.Derive Coe Data Models ${current suite} ${suite names updated} Extract current suite name ${first_suite} = Set Variable ${suite names updated[0]} ${status} = BuiltIn.Evaluate '${first_suite}' == '${current suite}' @@ -48,7 +49,6 @@ Start Suite Coe.Label Nodes BuiltIn.Wait Until Keyword Succeeds 60 2 ClusterManagement.Check Status Of Services Is OPERATIONAL @{COE_DIAG_SERVICES} BuiltIn.Wait Until Keyword Succeeds 85 2 Genius.Verify Tunnel Status as UP default-transport-zone - Coe.Derive Coe Data Models Set Connection ids and Bridge [Documentation] Sets the connection ids for all the nodes and get the bridge from configuration file .