mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 10:48:06 +02:00
Merge branch 'ci/fix_qemu_test' into 'master'
CI: Add configuration for ttfw See merge request espressif/esp-mqtt!167
This commit is contained in:
@ -74,7 +74,7 @@ build_and_test_qemu:
|
|||||||
- export MQTT_PUBLISH_MSG_len_1=2 MQTT_PUBLISH_MSG_repeat_1=50
|
- export MQTT_PUBLISH_MSG_len_1=2 MQTT_PUBLISH_MSG_repeat_1=50
|
||||||
- export MQTT_PUBLISH_MSG_len_2=128 MQTT_PUBLISH_MSG_repeat_2=2
|
- export MQTT_PUBLISH_MSG_len_2=128 MQTT_PUBLISH_MSG_repeat_2=2
|
||||||
- export MQTT_PUBLISH_MSG_len_3=20 MQTT_PUBLISH_MSG_repeat_3=20
|
- export MQTT_PUBLISH_MSG_len_3=20 MQTT_PUBLISH_MSG_repeat_3=20
|
||||||
- python Runner.py $TEST_PATH -c $TEST_PATH/publish_connect_mqtt_qemu.yml -e $TEST_PATH/env.yml
|
- python Runner.py $TEST_PATH -c $MQTT_PATH/ci/publish_connect_mqtt_qemu.yml -e $TEST_PATH/env.yml
|
||||||
|
|
||||||
push_master_to_github:
|
push_master_to_github:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
7
ci/publish_connect_mqtt_qemu.yml
Normal file
7
ci/publish_connect_mqtt_qemu.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
CaseConfig:
|
||||||
|
- name: test_app_protocol_mqtt_publish_connect
|
||||||
|
overwrite:
|
||||||
|
dut:
|
||||||
|
class: ESP32QEMUDUT
|
||||||
|
package: ttfw_idf
|
||||||
|
|
Reference in New Issue
Block a user