From bdd25143e96323f4262ac4f900547646764752d7 Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Sun, 23 Sep 2012 14:56:11 +0200 Subject: cesar/test_general/station/maximus: fix sc02 test Function called have renamed one day, update the script test to run again this test. --- cesar/test_general/station/maximus/py/sc02_long_simu_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cesar/test_general') diff --git a/cesar/test_general/station/maximus/py/sc02_long_simu_data.py b/cesar/test_general/station/maximus/py/sc02_long_simu_data.py index 945471e5b5..422277e8a0 100644 --- a/cesar/test_general/station/maximus/py/sc02_long_simu_data.py +++ b/cesar/test_general/station/maximus/py/sc02_long_simu_data.py @@ -65,7 +65,7 @@ for i in range(loop_count): csi.process_wait_sec(period_duration) # Send one data packet. print "Sending " + str(packet_count) + " packet(s) of data." - csi.process_data_send_traffic(csi.avln_create_traffic(avln, packet_count)) + csi.process_data_send_traffic(csi.avln_create_bridge_traffic(avln, packet_count)) # Wait a little time for the last packets to be sent and received. csi.process_wait_sec(5) -- cgit v1.2.3