summaryrefslogtreecommitdiff
path: root/test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py')
-rw-r--r--test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py b/test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py
index d6fb4e4d59..786fd76ba7 100644
--- a/test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py
+++ b/test_general/integration/ipmbox-hle-cl-sar-pbproc/src/Maximus.py
@@ -16,11 +16,11 @@ def my_eth_filter(eth):
return False
maximus = Maximus()
-maximus.init (sys.argv)
+maximus.init (sys.argv + ['-e', './obj/ipmbox-hle-cl-sar-pbproc.elf'])
# TEI of station 1 will be 1
station1 = maximus.create_sta()
-station1.debug()
+#station1.debug()
# TEI of station 2 will be 2
station2 = maximus.create_sta()