diff options
author | PMR <pmr@pmr-lander> | 2021-03-08 09:40:11 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2021-03-08 09:40:11 +0000 |
commit | f667217098b4322d10fba3d5f66ad8f50110a87f (patch) | |
tree | b50e6f03bcad2997761fd392a0df19564e03c9ea | |
parent | 27bfbe29813df5b9d13b4d21c0a238256e21f4ad (diff) | |
parent | d828c49630655d1cc957141ca63622d17bd0258a (diff) |
Merge #396888 from ~rickwu4444/plainbox-provider-checkbox:add-fw-diagnosis
Add fwts diagnosis test plan to IOT
-rw-r--r-- | units/firmware/test-plan.pxu | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/units/firmware/test-plan.pxu b/units/firmware/test-plan.pxu index 1765ced..7db724d 100644 --- a/units/firmware/test-plan.pxu +++ b/units/firmware/test-plan.pxu @@ -36,3 +36,30 @@ include: firmware/tcglog-required-algs-sha256 firmware/tcglog-require-pe-image-digests firmware/tcglog-dump-attachment + + +id: iot-fwts-full +unit: test plan +_name: Test fwts diagnosis with iot project +_description: Test fwts diagnosis with iot project +include: +nested_part: + iot-fwts-manual + iot-fwts-automated + + +id: iot-fwts-manual +unit: test plan +_name: Test fwts diagnosis with iot project (manual) +_description: Test fwts diagnosis with project (manual) +include: + + +id: iot-fwts-automated +unit: test plan +_name: Test fwts diagnosis with iot project (automated) +_description: Test fwts diagnosis with iot project (automated) +include: + firmware/fwts_desktop_diagnosis + firmware/fwts_desktop_diagnosis_results.log.gz + |