FROM {{ item.image }}
 {% endif %}
 
-RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python sudo bash ca-certificates && apt-get clean; \
+RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python sudo bash ca-certificates curl && apt-get clean; \
     elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python sudo python-devel python*-dnf bash && dnf clean all; \
     elif [ $(command -v yum) ]; then yum makecache fast && yum install -y python sudo yum-plugin-ovl bash && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf && yum clean all; \
     elif [ $(command -v zypper) ]; then zypper refresh && zypper install -y python sudo bash python-xml && zypper clean -a; \
 
   pre_tasks:
     - name: Include infrastructure group variables
       include_vars: ../../../../group_vars/infrastructure.yml
-    - name: Include test scenario variables
-      include_vars: vars.yml
   roles:
     - helm
 
   pre_tasks:
     - name: Include infrastructure group variables
       include_vars: ../../../../group_vars/infrastructure.yml
-    - name: Include test scenario variables
-      include_vars: vars.yml
   roles:
     - prepare-helm
 
+++ /dev/null
-../default/Dockerfile.j2
\ No newline at end of file
 
+++ /dev/null
-../default/converge.yml
\ No newline at end of file
 
+++ /dev/null
----
-dependency:
-  name: galaxy
-driver:
-  name: docker
-lint: |
-  set -e
-  yamllint .
-  ansible-lint .
-  flake8
-platforms:
-  - name: infrastructure-server-helm3
-    image: centos:7
-    groups:
-      - infrastructure
-provisioner:
-  name: ansible
-  env:
-    ANSIBLE_ROLES_PATH: ../../../../test/roles
-    ANSIBLE_LIBRARY: ../../../../library
-  inventory:
-    group_vars:
-      all:
-        app_name: onap
-        app_data_path: "/opt/{{ app_name }}"
-verifier:
-  name: testinfra
-  directory: ../default/tests
 
+++ /dev/null
-../default/prepare.yml
\ No newline at end of file
 
+++ /dev/null
----
-helm_version: v3.6.3