summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
authorThierry Carré2012-09-23 14:56:11 +0200
committerThierry Carré2013-01-31 15:04:45 +0100
commitbdd25143e96323f4262ac4f900547646764752d7 (patch)
tree5e42fd6e129fd2b8543cd7fb197593c1b5170d58 /cesar/test_general
parent87ebfa840cfadf67dc049e8ac461c852cd328fd5 (diff)
cesar/test_general/station/maximus: fix sc02 test
Function called have renamed one day, update the script test to run again this test.
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)