regression: capture test fix variable name dst_ipv4 80/5380/1
authorYaroslav Brustinov <[email protected]>
Thu, 2 Feb 2017 14:23:25 +0000 (16:23 +0200)
committerYaroslav Brustinov <[email protected]>
Thu, 2 Feb 2017 14:23:25 +0000 (16:23 +0200)
Change-Id: I34f4b687986de705d02032e12b8200da392185fc
Signed-off-by: Yaroslav Brustinov <[email protected]>
scripts/automation/regression/stateless_tests/stl_capture_test.py

index d8248dd..6c4824b 100644 (file)
@@ -234,7 +234,7 @@ class STLCapture_Test(CStlGeneral_Test):
             
             count = 50
             
-            self.c.ping_ip(src_port = self.tx_port, dst_ipv4 = rx_ipv4, pkt_size = 1500, count = count, interval_sec = 0.01)
+            self.c.ping_ip(src_port = self.tx_port, dst_ip = rx_ipv4, pkt_size = 1500, count = count, interval_sec = 0.01)
 
             pkts = []
             self.c.stop_capture(capture_info['id'], output = pkts)