Merge ~bladernr/plainbox-provider-certification-server:add-lxd-vars-config-file into plainbox-provider-certification-server:master

Proposed by Jeff Lane 
Status: Merged
Approved by: Jeff Lane 
Approved revision: 193754336818be3ebf85216af6a4bb86864c9520
Merged at revision: 443c5d078e6e83e3ac1d9db23015bbe9b0691c7b
Proposed branch: ~bladernr/plainbox-provider-certification-server:add-lxd-vars-config-file
Merge into: plainbox-provider-certification-server:master
Diff against target: 20 lines (+9/-0)
1 file modified
configs/canonical-certification.conf (+9/-0)
Reviewer Review Type Date Requested Status
Jeff Lane  Approve
Review via email: mp+315515@code.launchpad.net

Description of the change

Adds LXD vars to config file for specifying LXD images for future LXD test cases

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote :

self-commit

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/configs/canonical-certification.conf b/configs/canonical-certification.conf
2index fccd579..156423a 100644
3--- a/configs/canonical-certification.conf
4+++ b/configs/canonical-certification.conf
5@@ -43,6 +43,15 @@ welcome_text = Welcome to System Certification!
6 #KVM_TIMEOUT = 300
7 #KVM_IMAGE = /path/to/cloudimage-filename.img
8
9+# For LXD testing:
10+#
11+# LXD_ROOTFS is the tarall that contains the pre-created root filesystem for
12+# LXD containers.
13+# LXD_TEMPLATES is the tarball that contains the LXD templates and YAML
14+# necessary for defining containers
15+#LXD_ROOTFS = /path/to/lxd-rootfs-filename.tar.xz
16+#LXD_TEMPLATES = /path/to/lxd-templates-filename.tar.xz
17+
18 # For network testing:
19 #
20 # TEST_TARGET_IPERF is the IP/Hostname of the iperf server for network testing.

Subscribers

People subscribed via source and target branches