X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FOpenStackOperations.robot;h=cfcc7c014f1b81db368b63f7a13d24554f936d95;hb=da45a56394d29a40f9644a790bb28a00c38f6f3e;hp=6b87944d67e2c39d76f66c4bb1717c6f29b810bd;hpb=e87a41697ca9482234a0cdd830a87c0ec162be2e;p=integration%2Ftest.git 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