summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general')
-rw-r--r--cesar/test_general/station/maximus/py/sc02_long_simu_data.py2
1 files changed, 1 insertions, 1 deletions
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)