diff options
author | Lukas Waymann <lukas.waymann@canonical.com> | 2020-10-30 13:25:47 +0800 |
---|---|---|
committer | Lukas Waymann <lukas.waymann@canonical.com> | 2020-10-30 13:25:47 +0800 |
commit | 6bcf32590a44279c2abc02fa0fcedb746c00b1ea (patch) | |
tree | cf23002cc7cbe6e06991ccfe70f8eb475b974c65 /units | |
parent | 239f4ed2191a074b31e4d1cad8f75ac2a5ce503b (diff) |
Remove suspend/usb*_storage_preinserted_after_suspend jobs
These jobs are functionally equivalent to after-suspend-usb/storage-preinserted and after-suspend-usb3/storage-preinserted.
Diffstat (limited to 'units')
-rw-r--r-- | units/suspend/suspend.pxu | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 7874819..a2830d4 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1636,34 +1636,6 @@ _description: plugin: shell category_id: com.canonical.plainbox::suspend -id: suspend/usb_storage_preinserted_after_suspend -estimated_duration: 1.2 -user: root -depends: suspend/suspend_advanced_auto -command: removable_storage_test.py -l usb && removable_storage_test.py -s 268400000 usb -_description: - This is an automated version of usb/storage-automated and assumes that the - server has usb storage devices plugged in prior to checkbox execution. It - is intended for servers and SRU automated testing. -requires: - manifest.has_usb_storage == 'True' - -plugin: shell -category_id: com.canonical.plainbox::suspend -id: suspend/usb3_storage_preinserted_after_suspend -estimated_duration: 1.2 -user: root -requires: - usb.usb3 == 'supported' -depends: suspend/suspend_advanced_auto -command: removable_storage_test.py -l usb && removable_storage_test.py -s 268400000 -m 500000000 usb --driver xhci_hcd -_description: - This is an automated version of usb3/storage-automated and assumes that the - server has usb 3.0 storage devices plugged in prior to checkbox execution. It - is intended for servers and SRU automated testing. - -plugin: shell -category_id: com.canonical.plainbox::suspend id: suspend/usb_performance_after_suspend depends: suspend/usb_insert_after_suspend user: root |