Skip to content

Commit

Permalink
CI: Add configuration for ttfw
Browse files Browse the repository at this point in the history
File was removed from idf. Adding it here to fix CI before we move the
tests to pytest embedded
  • Loading branch information
euripedesrocha committed Apr 12, 2023
1 parent dffabb0 commit d71dcf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions ci/publish_connect_mqtt_qemu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CaseConfig:
- name: test_app_protocol_mqtt_publish_connect
overwrite:
dut:
class: ESP32QEMUDUT
package: ttfw_idf

0 comments on commit d71dcf3

Please sign in to comment.