Fix VTN CSIT Failures with OVS 2.5 79/45279/1
authorgvrangan <venkatrangang@hcl.com>
Tue, 6 Sep 2016 23:34:06 +0000 (23:34 +0000)
committergvrangan <venkatrangang@hcl.com>
Tue, 6 Sep 2016 23:34:53 +0000 (23:34 +0000)
The wrong action was being searched in the flow entries.
The same has been fixed.

Change-Id: Id2584a810c810d44137c8f0aae80eb4bcc828254
Signed-off-by: gvrangan <venkatrangang@hcl.com>
csit/libraries/VtnMaKeywords.robot

index dc6d50c26512e84b9393940d70ab76720141da88..6a2733b829072de5b59bcf8b127c894ad54edb12 100644 (file)
@@ -42,7 +42,7 @@ ${policy_id}      1
 ${in_port}        1
 ${filter_index}    1
 @{inet_action}    set_field:192.0.0.1->ip_src    set_field:192.0.0.2->ip_dst
-${dscp_action}    set_field:32->nw_tos_shifted
+${dscp_action}    set_field:32->ip_dscp
 ${dscp_flow}      mod_nw_tos:128
 @{icmp_action}    mod_tp_dst:1    mod_tp_src:3
 ${drop_action}    actions=drop