summaryrefslogtreecommitdiff
diff options
authorRod Smith <rod.smith@canonical.com>2015-01-29 02:27:17 +0000
committerDaniel Manrique <>2015-01-29 02:27:17 +0000
commit1dac5dc52e446699eaf69d575a7f9123ed60e448 (patch)
tree647edc663c9f0188e724cdf201d0357a7dda6b3b
parenta5b14c881239fe351f638f39a9ac19a9d2f9f3ce (diff)
parent625badbb2e133626c0fc3ac26f707c8a175f1d56 (diff)
"Adds new info/kvm_output provider to add the output of the virtualization test as an attachment. [r=zkrynicki][bug=][author=rodsmith]"
-rw-r--r--jobs/info.txt.in6
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