Fix output in the expected INTENT rules 78/24778/3
authorcarmen.w.kelling <carmen.w.kelling@hp.com>
Tue, 4 Aug 2015 21:00:12 +0000 (14:00 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 6 Aug 2015 17:50:17 +0000 (17:50 +0000)
Change-Id: I8445b4ae051af39fcc37f75604c253d817d7081f
Signed-off-by: carmen.w.kelling <carmen.w.kelling@hp.com>
test/csit/suites/nic/cli/console.robot

index af855946452dc7eb8505fb0e74b74911552a7292..e88c62ce211948a5990d8242badd56baaa89982b 100644 (file)
@@ -21,10 +21,10 @@ Variables         ../../../variables/Variables.py
 @{intent3}        10.0.0.1,10.0.0.4    10.0.0.2    ALLOW
 @{all_intents}    ${intent1}    ${intent2}    ${intent3}
 @{all_intents_ids}
-${intent_validation1}    from [10.0.0.1, 10.0.0.4] to [10.0.0.2] apply [ALLOW]
-${intent_validation2}    from [10.0.0.5] to [10.0.0.2] apply [BLOCK]
-${intent_validation3}    from [10.0.0.5] to [10.0.0.3] apply [ALLOW]
-${intent_validation4}    from [10.0.0.5] to [10.0.0.10] apply [BLOCK]
+${intent_validation1}    from [10.0.0.1, 10.0.0.4] to [10.0.0.2] apply ALLOW
+${intent_validation2}    from [10.0.0.5] to [10.0.0.2] apply BLOCK
+${intent_validation3}    from [10.0.0.5] to [10.0.0.3] apply ALLOW
+${intent_validation4}    from [10.0.0.5] to [10.0.0.10] apply BLOCK
 @{all_intent_validations}    ${intent_validation1}    ${intent_validation2}    ${intent_validation3}    ${intent_validation4}
 
 *** Test Cases ***