CI: Add configuration for ttfw

File was removed from idf. Adding it here to fix CI before we move the
tests to pytest embedded
This commit is contained in:
Euripedes Rocha
2023-04-12 08:49:23 +02:00
parent dffabb067f
commit d71dcf372a
2 changed files with 8 additions and 1 deletions

View File

@ -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_2=128 MQTT_PUBLISH_MSG_repeat_2=2
- 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:
stage: deploy

View File

@ -0,0 +1,7 @@
CaseConfig:
- name: test_app_protocol_mqtt_publish_connect
overwrite:
dut:
class: ESP32QEMUDUT
package: ttfw_idf