diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-18 15:26:49 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-18 15:26:49 +0200 |
commit | f3f5be4bdb859b64b50865c1fa09925a6c2b4218 (patch) | |
tree | 731b76867f4a63281630d093c8ed38492ecfc885 /ansible/roles | |
parent | 45fa0030abb4c013722f68c1ef23d53ba1d1620e (diff) |
Optimize test for 'resource-data' role
Moved 'file' package installation from Molecule's
'prepare' stage to Dockerfile to shorten the test
invocation.
Change-Id: Icbb805c54a4fd42003d0cde037fa56208bd6008a
Issue-ID: OOM-1809
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles')
-rw-r--r-- | ansible/roles/resource-data/molecule/default/group_vars/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/resource-data/molecule/default/group_vars/all.yml b/ansible/roles/resource-data/molecule/default/group_vars/all.yml index 558eacb2..46ab3e04 100644 --- a/ansible/roles/resource-data/molecule/default/group_vars/all.yml +++ b/ansible/roles/resource-data/molecule/default/group_vars/all.yml @@ -1,5 +1,5 @@ --- -app_data_path: /opt/myleculeapp +app_data_path: /opt/moleculeapp aux_data_path: "{{ app_data_path }}/runtime_images_source_dir" resources_dir: /data resources_filename: resources_package.tar |