Adapt xtesting-onap to stack oriented framework
This commit adds an initial testing capability for onap with the following two testsuits
support.
1. infra-healthcheck
2. healthcheck
Signed-off-by: eprasad <prasad.mukhedkar@est.tech>
Change-Id: I1f669880ba7ae9301c8f86974072e114ae28951d
Signed-off-by: eprasad <prasad.mukhedkar@est.tech>
diff --git a/playbooks/roles/prepare-testframework/templates/xtesting.env.j2 b/playbooks/roles/prepare-testframework/templates/xtesting.env.j2
new file mode 100644
index 0000000..ec7bf5e
--- /dev/null
+++ b/playbooks/roles/prepare-testframework/templates/xtesting.env.j2
@@ -0,0 +1,6 @@
+BUILD_TAG={{ lookup('env', 'BUILD_TAG') }}
+ENERGY_RECORDER_API_URL=http://energy.opnfv.fr/resources
+CI_LOOP=daily
+TEST_DB_URL=http://testresults.opnfv.org/onap/api/v1/results
+INSTALLER_TYPE=kubespray-oom
+NODE_NAME={{ lookup('env', 'POD_NAME') | default('noname', true) }}