diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-17 18:37:18 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-17 18:37:18 +0800 |
commit | d7bd4fafe1fb5c4fd99b04b25d1793f5f4330dcc (patch) | |
tree | 44f9789dc378c7755a0d9d32128ee24826ec2ffa /jobs | |
parent | 1394ea85ff0810425e90cd0eb5a03d0d37dc3424 (diff) |
provider:checkbox: change the esata/firewire remove job dependency.
Make the esata/firewire remove job depends on the insert job, so that we could still test it even it failed with the storage test
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/esata.txt.in | 2 | ||||
-rw-r--r-- | jobs/firewire.txt.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/esata.txt.in b/jobs/esata.txt.in index e3c1918..e6ec175 100644 --- a/jobs/esata.txt.in +++ b/jobs/esata.txt.in @@ -23,7 +23,7 @@ _description: plugin: user-interact id: esata/remove -depends: esata/storage-test +depends: esata/insert command: removable_storage_watcher remove ata_serial_esata _description: PURPOSE: diff --git a/jobs/firewire.txt.in b/jobs/firewire.txt.in index 67bce5e..a94d749 100644 --- a/jobs/firewire.txt.in +++ b/jobs/firewire.txt.in @@ -25,7 +25,7 @@ _description: plugin: user-interact id: firewire/remove -depends: firewire/storage-test +depends: firewire/insert require: device.category == 'FIREWIRE' command: removable_storage_watcher remove firewire _description: |