summaryrefslogtreecommitdiff
path: root/common/tests
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests')
-rw-r--r--common/tests/tests67
1 files changed, 33 insertions, 34 deletions
diff --git a/common/tests/tests b/common/tests/tests
index 00e8e614f0..24b86f8731 100644
--- a/common/tests/tests
+++ b/common/tests/tests
@@ -166,9 +166,9 @@ cesar/hal/leon/maximus/test:
make: make COV=y
cov test_maximus_timer: ./obj/test_maximus_timer > /dev/null
-cesar/hal/phy/maximus/test:
-make: make COV=y
-cov test_phy_maximus: ./obj/test_phy_maximus > /dev/null
+#cesar/hal/phy/maximus/test:
+#make: make COV=y
+#cov test_phy_maximus: ./obj/test_phy_maximus > /dev/null
cesar/hal/phy/maximus/dur/test:
make: make COV=y
@@ -186,42 +186,41 @@ cesar/interface/fcall/test:
make: make COV=y
./obj/test_interface_fcall > /dev/null
-cesar/maximus/prototest/fcall:
-make
-
-cesar/maximus/stationtest:
-make
-
-cesar/maximus/unittest:
+cesar/maximus/sci/utest/server:
make: make COV=y
-./obj/unittest -e ../stationtest/obj/stationtest.elf > /dev/null
+cov run: ./obj/sci_server_test
-cesar/maximus/usertest:
+cesar/maximus/sci/utest/scimsg:
make: make COV=y
-./obj/usertest -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
+cov run: ./obj/sci_msg_test
-cesar/maximus/python:
+cesar/maximus/scheduler/utest:
make: make COV=y
-python test/test_channel.py -e ../stationtest/obj/test_station.elf -d false -t 2500000000
-python test/test_cli.py
-python test/test_ethernet.py -e ../stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null
-python test/test_fsm.py > /dev/null
-python test/test_interface.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
-python test/test_lib_cesar.py -e ../stationtest/obj/test_lib_cesar.elf -d false -t 2500000000
-python test/test_lib_proto.py -u -e ../prototest/fcall/obj/test_fcall.elf -d false -t 2500000000 > /dev/null
-python test/test_macframe.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
-python test/test_mme.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000
-python test/test_result.py
-python test/test_simu.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
-python test/test_station.py -e ../stationtest/obj/test_station.elf -d false -t 2500000000 > /dev/null
-python test/test_utils.py > /dev/null
-python py/script_example.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
-python py/test_cb.py -e ../stationtest/obj/test_cb.elf -d false -t 2500000000 > /dev/null
-python py/test_ether.py -e ../stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null
-python py/test_false_alarm.py -e ../stationtest/obj/test_false_alarm.elf -d false -t 2500000000 > /dev/null
-python py/test_send_mpdu.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
-python py/test_send_noise.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
-python py/test_tx_rx.py -e ../stationtest/obj/test_tx_rx.elf -d false -t 2500000000 > /dev/null
+cov run: ./obj/scheduler_test
+
+cesar/maximus/python/utest:
+make: make
+memory: python py/memory.py
+channel: python script_2/test_channel.py -e stationtest/obj/test_station.elf -d false -t 2500000000
+cli: python script_2/test_cli.py
+ethernet: python script_2/test_ethernet.py -e stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null
+fsm: python script_2/test_fsm.py > /dev/null
+interface: python script_2/test_interface.py -e stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
+lib_cesar: python script_2/test_lib_cesar.py -e stationtest/obj/test_lib_cesar.elf -d false -t 2500000000
+lib_proto: python script_2/test_lib_proto.py -u -e prototest/fcall/obj/test_fcall.elf -d false -t 2500000000 > /dev/null
+macframe: python script_2/test_macframe.py -e stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
+mme: python script_2/test_mme.py -e stationtest/obj/stationtest.elf -d false -t 2500000000
+result: python script_2/test_result.py
+simu: python script_2/test_simu.py -e stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
+station: python script_2/test_station.py -e stationtest/obj/test_station.elf -d false -t 2500000000 > /dev/null
+utils: python script_2/test_utils.py > /dev/null
+example: python script_1/script_example.py -e stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null
+cb: python script_1/test_cb.py -e stationtest/obj/test_cb.elf -d false -t 2500000000 > /dev/null
+ether: python script_1/test_ether.py -e stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null
+false_alarm: python script_1/test_false_alarm.py -e stationtest/obj/test_false_alarm.elf -d false -t 2500000000 > /dev/null
+send_mpdu: python script_1/test_send_mpdu.py -e stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
+send_noise: python script_1/test_send_noise.py -e stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null
+tx_rx: python script_1/test_tx_rx.py -e stationtest/obj/test_tx_rx.elf -d false -t 2500000000 > /dev/null
cesar/maximus/python/tools/csi/test:
python avln.py