summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2017-07-10 18:17:31 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2017-07-10 18:17:31 +0200
commit57690a356b69f91e2a6f53bcac881d2c2627c9d8 (patch)
tree27d5aa110340f13dffec4d0ed681671d21cff4f0
parent49b24f8339c44c6ee29537ee0dde866fd06ace27 (diff)
Import plainbox-provider-checkbox_0.37.0~rc3.orig.tar.gzupstream-0.37.0_rc3patched-0.37.0_rc3-1
-rw-r--r--jobs/mediacard.txt.in4
-rw-r--r--jobs/usb.txt.in2
-rwxr-xr-xmanage.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/jobs/mediacard.txt.in b/jobs/mediacard.txt.in
index 72c488e..fd17181 100644
--- a/jobs/mediacard.txt.in
+++ b/jobs/mediacard.txt.in
@@ -30,6 +30,7 @@ id: mediacard/mmc-storage
estimated_duration: 30.0
depends: mediacard/mmc-insert
user: root
+flags: preserve-cwd
command: removable_storage_test -s 67120000 --memorycard sdio usb scsi --auto-reduce-size
requires:
package.name == 'udisks2' or (snap.name == 'core' and int(snap.revision) >= 1804)
@@ -92,6 +93,7 @@ id: mediacard/sd-storage
estimated_duration: 30.0
depends: mediacard/sd-insert
user: root
+flags: preserve-cwd
command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
requires:
package.name == 'udisks2' or (snap.name == 'core' and int(snap.revision) >= 1804)
@@ -127,6 +129,7 @@ category_id: com.canonical.plainbox::mediacard
id: mediacard/sd-preinserted
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'
@@ -170,6 +173,7 @@ id: mediacard/sdhc-storage
estimated_duration: 30.0
depends: mediacard/sdhc-insert
user: root
+flags: preserve-cwd
command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
requires:
package.name == 'udisks2' or (snap.name == 'core' and int(snap.revision) >= 1804)
diff --git a/jobs/usb.txt.in b/jobs/usb.txt.in
index 895ca44..acca8f5 100644
--- a/jobs/usb.txt.in
+++ b/jobs/usb.txt.in
@@ -225,7 +225,7 @@ id: usb/storage-preinserted
user: root
estimated_duration: 45.0
command: removable_storage_test -l usb && removable_storage_test -s 268400000 usb
-flags: also-after-suspend
+flags: also-after-suspend preserve-cwd
requires:
package.name == 'udisks2' or snap.name == 'udisks2'
package.name == 'udisks2' or (snap.name == 'core' and int(snap.revision) >= 1804)
diff --git a/manage.py b/manage.py
index c7fb0bc..e22bdce 100755
--- a/manage.py
+++ b/manage.py
@@ -5,7 +5,7 @@ from plainbox.provider_manager import N_
setup(
name='plainbox-provider-checkbox',
namespace='com.canonical.certification',
- version="0.37.0rc2",
+ version="0.37.0rc3",
description=N_("Checkbox provider"),
gettext_domain='plainbox-provider-checkbox',
strict=False, deprecated=False,