emqx/apps/emqx_sn/intergration_test
Zaiming Shi 0cf8380822 chore(apps): Sync plugins to apps dir
emqx_telemetry from tag v4.2.7
all other apps are from e4.2.4
see sync-apps.sh
2021-02-06 11:42:40 +01:00
..
client chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00
Makefile chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00
README.md chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00
add_emqx_sn_to_project.py chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00
disable_qos3.py chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00
enable_qos3.py chore(apps): Sync plugins to apps dir 2021-02-06 11:42:40 +01:00

README.md

Integration test for emqx-sn

execute following command

make

note

The case4 and case5 are about processing received publish message with qos=-1, which needs the mqtt.sn.enable_qos3 in the emqx_sn.conf to set to on, otherwise these two cases may not get correct return value. And we already have python script to set the mqtt.sn.enable_qos3 to be on automatically, all the user needs to do is to use command "make r" to rebuild before using command "make" to start the test.