Remove the minor issue causing test failure
[integration/test.git] / csit / suites / tsdr / HBase / 070_Netflow.robot
index cb2f55114eab4acd9d1e4b35e0dd37efe889c393..5f9a7571da270d60f101476622a2d8ec609fd911 100644 (file)
@@ -39,7 +39,7 @@ Verification of Full Record Text for Netflow Dumps
     ${out}=    Query the Data from HBaseClient    scan 'NETFLOW',{ COLUMNS => 'c1' , LIMIT => 10, FILTER => "ValueFilter( =, 'regexstring:srcAddr=${IP_1}' )" }
     Should Contain    ${out}    srcAddr=${IP_1}
     Should Contain    ${out}    dstAddr=${IP_2}
-    Should Contain    ${out}    dstPort=${port}
+    Should Contain    ${out}    srcPort=${port}
     Should Contain    ${out}    protocol=${protocol}
     Should Contain    ${out}    nextHop=${nexthop}
     Should Contain    ${out}    engine_type