diff options
author | Gavin Lin <gavin.lin@canonical.com> | 2020-06-11 17:17:41 +0800 |
---|---|---|
committer | Gavin Lin <gavin.lin@canonical.com> | 2020-06-11 17:17:41 +0800 |
commit | 8eecae6d57fe6a4cf1e1d340513639391e693b0c (patch) | |
tree | 660da8605fcb77ed9a9408443f927e31a78e2bf7 /units | |
parent | 0bbfcaadd20e6e4f2e641e2d93fef57743a980be (diff) |
Add thunderbolt3 storage-preinserted test
Diffstat (limited to 'units')
-rw-r--r-- | units/thunderbolt/jobs.pxu | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/units/thunderbolt/jobs.pxu b/units/thunderbolt/jobs.pxu index 74481fe..8bb54c4 100644 --- a/units/thunderbolt/jobs.pxu +++ b/units/thunderbolt/jobs.pxu @@ -134,6 +134,20 @@ _description: This is an automated test which performs read/write operations on an attached Thunderbolt HDD +plugin: shell +category_id: com.canonical.plainbox::disk +id: thunderbolt3/storage-preinserted +user: root +imports: from com.canonical.plainbox import manifest +requires: manifest.has_thunderbolt3 == 'True' +estimated_duration: 45.0 +command: removable_storage_test -s 268400000 scsi +flags: also-after-suspend +_summary: Storage test on Thunderbolt 3 -preinserted +_description: + This is an automated test which performs read/write operations on a preinserted + Thunderbolt HDD + plugin: user-interact category_id: com.canonical.plainbox::disk id: thunderbolt3/remove |