diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-20 11:30:19 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-20 11:30:19 +0800 |
commit | d69fddab3fd0d43a8cdada5a5d82a1d98233514f (patch) | |
tree | 0df568a3feeeef64b97ded93aa2705e443a02df4 /jobs | |
parent | 221fafe9b8afea5522ea9dc7b0d537a9c03fdef3 (diff) |
provider:checkbox: run thunderbolt storage test as root
This workaround is for bug http://pad.lv/1445419, just like how we did for eSATA and Firewire tests, otherwise it will fail due to unable to access other partitions.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/thunderbolt.pxu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/thunderbolt.pxu b/jobs/thunderbolt.pxu index 5da10e5..635e70c 100644 --- a/jobs/thunderbolt.pxu +++ b/jobs/thunderbolt.pxu @@ -23,6 +23,7 @@ _description: plugin: shell id: thunderbolt/storage-test +user: root imports: from 2013.com.canonical.plainbox import manifest requires: manifest.has_thunderbolt == 'True' depends: thunderbolt/insert |