diff options
author | Michal Zegan <m.zegan@samsung.com> | 2019-06-04 15:28:08 +0200 |
---|---|---|
committer | Michal Zegan <m.zegan@samsung.com> | 2019-06-04 15:34:02 +0200 |
commit | 05bd819cfac6ac1412a66c5a88650fb2fc8b93bd (patch) | |
tree | 71b2c2285a561bc5aedbc0f25cab4963396382fd /ansible/test/play-resources | |
parent | df7d7cc1294c6ea1fcab2ed4ac2ee7c375b29651 (diff) |
Do not use bindmounts for nfs tests
This commit removes bindmounting
of host directories to containers in play-resources tests.
It seems that it is unneeded, and it is enough to just create anonymous volumes
instead of cluttering host filesystem.
This is one part of a preparation for removing the cleanup-directories
role that won't be needed anymore.
Note: similar changes were made to the nfs
role tests, for the same reasons, but
cleanup-directories is not used there
Change-Id: Ib33543427d72b4bc7ede532e5eb9a5023931f1fe
Issue-ID: OOM-1902
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/test/play-resources')
-rw-r--r-- | ansible/test/play-resources/molecule/nfs/molecule.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/play-resources/molecule/nfs/molecule.yml b/ansible/test/play-resources/molecule/nfs/molecule.yml index ffaabb07..9cff6b8d 100644 --- a/ansible/test/play-resources/molecule/nfs/molecule.yml +++ b/ansible/test/play-resources/molecule/nfs/molecule.yml @@ -13,7 +13,7 @@ platforms: override_command: false volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - - ${HOME}/data:/data:rw # mount fs from host to get nfs exportfs task working + - /data groups: - resources networks: |