From: gvrangan Date: Tue, 20 Nov 2018 09:24:42 +0000 (+0900) Subject: Disable Tunnel Validation for SFC Jobs X-Git-Tag: pre-potassium~452 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=da45a56394d29a40f9644a790bb28a00c38f6f3e Disable Tunnel Validation for SFC Jobs - SFC uses the flow based tunnels - odltools needs to be enhanced for validating of tunnels - Until the enhancement is complete, this patch blocks the tunnel validation for SFC jobs. Change-Id: Ie9542d6ea878d6ea5e4d5f9a8f120f9ab1d01acf Signed-off-by: gvrangan --- diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 6b87944d67..cfcc7c014f 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -1239,7 +1239,13 @@ Verify Services Wait Until Keyword Succeeds 60 2 ClusterManagement.Check Status Of Services Is OPERATIONAL @{NETVIRT_DIAG_SERVICES} Verify Expected Default Tunnels - [Documentation] Verify if the default tunnels are created + [Documentation] Verify if the default tunnels are created. + ... SFC jobs currently fail this validation because it uses of-tunnels. + ... This validation will be blocked for NEtvirt SFC jobs until support for of-tunnels + ... added to odltools. + ${check_feature_list} = BuiltIn.Create List odl-netvirt-sfc + ${is_sfc_enabled} = OpenStackOperations.Is Feature Installed features=${check_feature_list} + BuiltIn.Return From Keyword If ${is_sfc_enabled} == ${True} ${True} BuiltIn.Return From Keyword If ${OS_NODE_CNT} == ${1} ${True} ${output} = ODLTools.Analyze Tunnels test_name=${SUITE_NAME}.Suite Setup BuiltIn.Should Contain ${output} All tunnels are up