diff options
author | rickwu4444 <rick.wu@canonical.com> | 2021-03-04 16:19:33 +0800 |
---|---|---|
committer | rickwu4444 <rick.wu@canonical.com> | 2021-03-04 16:19:33 +0800 |
commit | d828c49630655d1cc957141ca63622d17bd0258a (patch) | |
tree | ac6e5106aa3bab8881d03f557e0c12066121686f | |
parent | d83de07b2fdbe7dff2f7dbae3cde1708d5bc548c (diff) |
Add fwts 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 + |