Fix clash between common tests repo and repo tests

The tests are adjusted so that the central tests
repo configuration do not clash with the tests.

Change-Id: Id5827e2fa4394c743590993d96f4868332228f62
This commit is contained in:
Jesse Pretorius 2016-09-30 15:57:51 +01:00
parent 07135b6faa
commit ac5cab0d28
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ lxc_container_config_list:
lxc_container_bind_mounts:
- host_directory: "/openstack/{{ inventory_hostname }}/test2"
container_directory: "/var/log/test2"
container_directory: "/opt/test2"

View File

@ -51,7 +51,7 @@
command: grep "lxc.mount.entry = /openstack/container1 opt/test1 none bind 0 0" /var/lib/lxc/container1/config
- name: Check for the presence of the right bound mount for container2
command: grep "lxc.mount.entry = /openstack/container2/test2 var/log/test2 none bind 0 0" /var/lib/lxc/container2/config
command: grep "lxc.mount.entry = /openstack/container2/test2 opt/test2 none bind 0 0" /var/lib/lxc/container2/config
- name: Check for the presence of the default bound mount for container3
command: grep "lxc.mount.entry = /openstack/backup/container3" /var/lib/lxc/container3/config