Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols

This commit is contained in:
Shubham Kulkarni
2021-03-25 15:20:30 +05:30
committed by Rocha Euripedes
parent 5fafa05f92
commit 17ae8434f4
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ def on_message(client, userdata, msg):
message_log += 'Received data:' + msg.topic + ' ' + payload + '\n'
@ttfw_idf.idf_example_test(env_tag='Example_WIFI')
@ttfw_idf.idf_example_test(env_tag='Example_WIFI_Protocols')
def test_examples_protocol_mqtt_ssl(env, extra_data):
broker_url = ''
broker_port = 0