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

This commit is contained in:
Fu Hanxi
2020-06-11 14:22:05 +08:00
committed by Ivan Grokhotkov
parent fbd64af098
commit bde4b1b350
30 changed files with 38 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import unicode_literals
import ttfw_idf
@ttfw_idf.idf_example_test(env_tag='Example_WIFI')
@ttfw_idf.idf_example_test(env_tag='Example_GENERIC')
def test_examples_perfmon(env, extra_data):
dut = env.get_dut('perfmon', 'examples/system/perfmon')