diff options
author | PMR <pmr@pmr-lander> | 2020-09-17 10:23:19 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-09-17 10:23:19 +0000 |
commit | d9cc683b1b64559a9c0b838b1cfebb40cccfe3a7 (patch) | |
tree | a8477f9e2d79dec0527f54c239d25eb78bc16b7b /units/firewire | |
parent | 23fbca98a6208b9b2ca438579367679be0a56d5d (diff) |
Import plainbox-provider-checkbox_0.55.0~rc1.orig.tar.gzupstream-0.55.0_rc1patched-0.55.0_rc1-1
Diffstat (limited to 'units/firewire')
-rw-r--r-- | units/firewire/jobs.pxu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/firewire/jobs.pxu b/units/firewire/jobs.pxu index 9a0df3f..ced87cc 100644 --- a/units/firewire/jobs.pxu +++ b/units/firewire/jobs.pxu @@ -2,7 +2,7 @@ plugin: user-interact category_id: com.canonical.plainbox::firewire id: firewire/insert require: device.category == 'FIREWIRE' -command: removable_storage_watcher insert firewire +command: removable_storage_watcher.py insert firewire _description: PURPOSE: This test will check the system can detect the insertion of a FireWire HDD @@ -20,7 +20,7 @@ id: firewire/storage-test user: root require: device.category == 'FIREWIRE' depends: firewire/insert -command: removable_storage_test -s 268400000 firewire +command: removable_storage_test.py -s 268400000 firewire _description: This is an automated test which performs read/write operations on an attached FireWire HDD @@ -30,7 +30,7 @@ category_id: com.canonical.plainbox::firewire id: firewire/remove depends: firewire/insert require: device.category == 'FIREWIRE' -command: removable_storage_watcher remove firewire +command: removable_storage_watcher.py remove firewire _description: PURPOSE: This test will check the system can detect the removal of a FireWire HDD |