intel / tee-io-validator

Other
11 stars 8 forks source link

Run test with config combination #47

Closed mxu9 closed 4 months ago

mxu9 commented 4 months ago

Fix #46

With below Configuration (default + pcrc)

[Configuration_1]
type            = link_ide
default         = 1
pcrc            = 1

The test will be like below:

[2024-04-24 00:11:58.547]  Print test results.
[2024-04-24 00:11:58.547]  TestSuite_1 - pass: 1, fail: 0, skip: 0
[2024-04-24 00:11:58.547]      TestGroup (LinkIDE Default+PCRC Test) - pass: 1, fail: 0, skip: 0
[2024-04-24 00:11:58.547]        Test.1: case - pass; ide_stream_secure - na
mxu9 commented 4 months ago

Updated with PR #50