X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsxp%2Ffiltering%2F050_Domain_filtering.robot;h=a5b8f02fdf855dd4151fbacadd4106b77cf64640;hb=e9101ba6db9677fca93b217287d43a48f6aba141;hp=53423bedba56bff0d28528d199d4192435feba24;hpb=c9c2accb731b954f8a5dde7daac32b7061d4e3db;p=integration%2Ftest.git diff --git a/csit/suites/sxp/filtering/050_Domain_filtering.robot b/csit/suites/sxp/filtering/050_Domain_filtering.robot index 53423bedba..a5b8f02fdf 100644 --- a/csit/suites/sxp/filtering/050_Domain_filtering.robot +++ b/csit/suites/sxp/filtering/050_Domain_filtering.robot @@ -32,8 +32,8 @@ Update Messages Test Add Filters Wait Until Keyword Succeeds 15 1 Check Domain Sharing : FOR ${node} IN RANGE 2 5 - \ Delete Binding ${node}0 ${node}0.${node}0.${node}0.0/24 127.0.0.${node} - \ Delete Binding ${node}0 ${node}0.${node}0.0.0/16 127.0.0.${node} + \ Delete Bindings ${node}0 ${node}0.${node}0.${node}0.0/24 127.0.0.${node} + \ Delete Bindings ${node}0 ${node}0.${node}0.0.0/16 127.0.0.${node} Wait Until Keyword Succeeds 15 1 Check Domain Sharing After Update : FOR ${node} IN RANGE 2 5 \ Add Bindings ${node}0 ${node}0.${node}0.${node}0.0/24 127.0.0.${node} @@ -56,9 +56,9 @@ Local Binding Update Test Wait Until Keyword Succeeds 15 1 Check Initialized Local Add Filters Wait Until Keyword Succeeds 15 1 Check Domain Sharing Local - Delete Binding 20 20.20.20.5/32 127.0.0.1 ${DOMAIN_1} - Delete Binding 30 30.30.30.5/32 127.0.0.1 ${DOMAIN_2} - Delete Binding 40 40.40.40.5/32 127.0.0.1 ${DOMAIN_3} + Delete Bindings 20 20.20.20.5/32 127.0.0.1 ${DOMAIN_1} + Delete Bindings 30 30.30.30.5/32 127.0.0.1 ${DOMAIN_2} + Delete Bindings 40 40.40.40.5/32 127.0.0.1 ${DOMAIN_3} Wait Until Keyword Succeeds 15 1 Check Domain Sharing After Update Local Add Bindings 20 20.20.20.5/32 127.0.0.1 ${DOMAIN_1} Add Bindings 30 30.30.30.5/32 127.0.0.1 ${DOMAIN_2} @@ -75,7 +75,7 @@ Binding Replacement Test Wait Until Keyword Succeeds 15 1 Check After Update Part One Add Filters After Update Wait Until Keyword Succeeds 15 1 Check After Update Part Two - Delete Binding 450 35.35.35.35/32 127.0.0.1 ${DOMAIN_3} + Delete Bindings 450 35.35.35.35/32 127.0.0.1 ${DOMAIN_3} Wait Until Keyword Succeeds 15 1 Check After Update Part Three *** Keywords ***