~vila/ols-store-tests/better-reporting

« back to all changes in this revision

Viewing changes to ols-vms.conf

  • Committer: Vincent Ladeuil
  • Date: 2016-07-08 09:11:22 UTC
  • Revision ID: vila+ols@canonical.com-20160708091122-3h0fjvv6fvs2qoek
Support a secret setup script allowing credentials to be provided externally.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
vm.release = xenial
7
7
vm.architecture = amd64
8
8
vm.update = True
 
9
vm.locale = en_US.UTF-8
9
10
lxd.image = ubuntu:{vm.release}/{vm.architecture}
10
11
vm.packages = {tests.packages}, {store.packages}, bzr
 
12
vm.uploaded_scripts = ~/setup-store-secrets.sh
11
13
vm.setup_scripts = setup-dev-env
 
14