ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC

This commit is contained in:
Fu Hanxi
2020-06-10 10:26:53 +08:00
parent 001c673f4e
commit a73b0c3eb6
30 changed files with 38 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import print_function
import ttfw_idf
@ttfw_idf.idf_example_test(env_tag='Example_WIFI')
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC')
def test_examples_system_cpp_exceptions(env, extra_data):
dut = env.get_dut('cpp_exceptions_example', 'examples/cxx/exceptions', dut_class=ttfw_idf.ESP32DUT)
# start test