diff options
author | Rod Smith <rod.smith@canonical.com> | 2015-01-28 18:18:11 -0500 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2015-01-28 18:18:11 -0500 |
commit | 625badbb2e133626c0fc3ac26f707c8a175f1d56 (patch) | |
tree | 6cc0fae2b4729aa120e6004d811487d10fca172a | |
parent | 22a3562f76b5bfcc66baf0f8cd7cbf6a7212d011 (diff) |
Added new info/kvm_output provider to add the output of the virtualization test as an attachment. Relies on ~roadmr/checkbox/virtualization-log-file
-rw-r--r-- | jobs/info.txt.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in index a808d0d..078422c 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -241,3 +241,9 @@ estimated_duration: 0.1 _description: Attaches the buildstamp identifier for the preinstalled OS _summary: Attach /etc/buildstamp command: [ -s /etc/buildstamp ] && cat /etc/buildstamp + +plugin: attachment +id: info/kvm_output +estimated_duration: 0.1 +_description: Attaches the debug log from the virtualization run +command: [ -f $PLAINBOX_SESSION_SHARE/virt_debug ] && cat $PLAINBOX_SESSION_SHARE/virt_debug |