summaryrefslogtreecommitdiff
diff options
-rw-r--r--units/ethernet/jobs.pxu1
-rw-r--r--units/mediacard/jobs.pxu2
2 files changed, 2 insertions, 1 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu
index bd7f273..6a48955 100644
--- a/units/ethernet/jobs.pxu
+++ b/units/ethernet/jobs.pxu
@@ -176,6 +176,7 @@ command:
category_id: com.canonical.plainbox::ethernet
estimated_duration: 4.0
flags: preserve-locale also-after-suspend
+user: root
unit: template
template-resource: device
diff --git a/units/mediacard/jobs.pxu b/units/mediacard/jobs.pxu
index f2b3a64..1d27f48 100644
--- a/units/mediacard/jobs.pxu
+++ b/units/mediacard/jobs.pxu
@@ -162,7 +162,7 @@ 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
+command: removable_storage_test -s 268400000 --memorycard -l sdio usb && removable_storage_test --memorycard sdio usb
requires:
package.name == 'udisks2' or snap.name == 'udisks2'
_summary: Automated test of SD Card reading & writing (udisk2) for servers