diff options
author | William Hsu <william.hsu@canonical.com> | 2020-12-06 01:41:12 +0800 |
---|---|---|
committer | William Hsu <william.hsu@canonical.com> | 2020-12-06 01:51:24 +0800 |
commit | 4a304ff0788995fed9f6ce0921da921c3eb7e355 (patch) | |
tree | 15559e4f890857f7933da2f7e3f4aa62818635b8 /units | |
parent | 6d4c26a118551bf992cd91da87d20609bcfeba59 (diff) |
Grant the permission to daisy-chain test
Diffstat (limited to 'units')
-rw-r--r-- | units/thunderbolt/jobs.pxu | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/units/thunderbolt/jobs.pxu b/units/thunderbolt/jobs.pxu index 73fadb5..031c2ad 100644 --- a/units/thunderbolt/jobs.pxu +++ b/units/thunderbolt/jobs.pxu @@ -105,7 +105,7 @@ _siblings: [ _summary: Storage insert detection on Thunderbolt 3 port _description: PURPOSE: - This test will check if the insertion of a Thunderbolt HDD could be detected + This test will check if the insertion of a Thunderbolt 3 HDD could be detected STEPS: 1. Click 'Test' to begin the test. This test will timeout and fail if the insertion has not been detected within 40 seconds. @@ -164,7 +164,7 @@ _siblings: [ _summary: Storage removal detection on Thunderbolt 3 port _description: PURPOSE: - This test will check the system can detect the removal of a Thunderbolt HDD + This test will check the system can detect the removal of a Thunderbolt 3 HDD STEPS: 1. Click 'Test' to begin the test. This test will timeout and fail if the removal has not been detected within 20 seconds. @@ -176,6 +176,7 @@ _description: plugin: user-interact-verify category_id: com.canonical.plainbox::disk id: thunderbolt3/daisy-chain +user: root imports: from com.canonical.plainbox import manifest requires: manifest.has_thunderbolt3 == 'True' flags: also-after-suspend-manual |