summaryrefslogtreecommitdiff
path: root/cesar/test_general/maximus/integration/sar-pbproc/test1.py
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/maximus/integration/sar-pbproc/test1.py')
-rw-r--r--cesar/test_general/maximus/integration/sar-pbproc/test1.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/cesar/test_general/maximus/integration/sar-pbproc/test1.py b/cesar/test_general/maximus/integration/sar-pbproc/test1.py
index 5211cf9f27..c382ad6179 100644
--- a/cesar/test_general/maximus/integration/sar-pbproc/test1.py
+++ b/cesar/test_general/maximus/integration/sar-pbproc/test1.py
@@ -102,14 +102,17 @@ fc2.add_param_ushort ("lid", 1)
fc2.add_param_ushort ("tei", 1)
fc2.send()
-
-#maximus.wait(1000)
+maximus.wait(10000)
print "\n************ STATION 1 TRACE ***************\n"
fc1 = maximus.create_fcall ("fc_sar_print_trace")
fc1.set_sta(station1)
fc1.send();
+fc1 = maximus.create_fcall ("fc_station_uninit")
+fc1.set_sta(station1)
+fc1.send();
+
station1.remove()
@@ -118,4 +121,8 @@ fc1 = maximus.create_fcall ("fc_sar_print_trace")
fc1.set_sta(station2)
fc1.send();
+fc1 = maximus.create_fcall ("fc_station_uninit")
+fc1.set_sta(station2)
+fc1.send();
+
station2.remove()