summaryrefslogtreecommitdiff
path: root/units
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2019-06-10 11:17:32 -0400
committerJeff Lane <jeffrey.lane@canonical.com>2019-06-10 11:19:19 -0400
commit49c604bff724bf1dffa39941afe79dda238ffe3e (patch)
treeb97842f8af0a06ab906213d82b6b162225b36d84 /units
parent1a09d511849194e760bc11e3793d60230be00b54 (diff)
Add non-manifest-dependent mediacard test for server LP: #1832233
Diffstat (limited to 'units')
-rw-r--r--units/mediacard/jobs.pxu14
1 files changed, 14 insertions, 0 deletions
diff --git a/units/mediacard/jobs.pxu b/units/mediacard/jobs.pxu
index 01c0ad0..8ce16d6 100644
--- a/units/mediacard/jobs.pxu
+++ b/units/mediacard/jobs.pxu
@@ -156,6 +156,20 @@ _description:
system under test has a memory card device plugged in prior to checkbox execution.
It is intended for SRU automated testing.
+plugin: shell
+category_id: com.canonical.plainbox::mediacard
+id: mediacard/sd-preinserted-server
+estimated_duration: 30.0
+user: root
+flags: preserve-cwd
+command: removable_storage_test -s 268400000 --memorycard -l sdio usb scsi && removable_storage_test --memorycard sdio usb scsi
+requires:
+ package.name == 'udisks2' or snap.name == 'udisks2'
+_summary: Automated test of SD Card reading & writing (udisk2) for servers
+_description:
+ This is a fully automated version of mediacard/sd-automated and assumes that the
+ system under test has a memory card device plugged in prior to checkbox execution.
+
plugin: user-interact
template-engine: jinja2
category_id: com.canonical.plainbox::mediacard