CAN: Reenable example tests

This commit updates the CAN example tests and updates the job
and environment labels in the target-test.yml
This commit is contained in:
Darian Leung
2019-10-25 14:10:06 +08:00
parent 3b91c1f4b2
commit 81ddd9e291
4 changed files with 12 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ def dut_thread_callback(**kwargs):
result[0] = True
@IDF.idf_example_test(env_tag='Example_CAN2', ignore=True)
@IDF.idf_example_test(env_tag='Example_CAN2')
def test_can_network_example(env, extra_data):
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig