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/vars/onap.yaml b/vars/onap.yaml
index c55258e..439d1ae 100644
--- a/vars/onap.yaml
+++ b/vars/onap.yaml
@@ -1,6 +1,6 @@
---
# ============LICENSE_START=======================================================
-# Copyright (C) 2019 The Nordix Foundation. All rights reserved.
+# Copyright (C) 2020 The Nordix Foundation. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,5 +29,19 @@
# <test suite>:
# image_name: <container image name>
# image_version: <container image sha256sum>
+framework:
+ xtesting:
+ infra-healthcheck:
+ image_name: nexus3.onap.org:10001/onap/xtesting-infra-healthcheck
+ # latest xtesting-infra-healthcheck image as on 2020-24-11
+ image_version: '75a85a5ef784e115186696ea9953dcbf0f2175401958c578aa708e2e894dea96'
+ healthcheck:
+ image_name: nexus3.onap.org:10001/onap/xtesting-healthcheck
+ # latest xtesting-healthcheck image as on 2020-24-11
+ image_version: '261eac403f0ecaa39194ac655042b7f1b87c2f9a57155f0f6ef5ed1eb53b766b'
+
+# test to peform with healthcheck testsuite. core, full, healthdist and postinstall tests
+#are supported by healthcheck testsuite.
+test_type: "{{ lookup('env','HEALTHCHECK_TEST_TYPE')| default('full', true) }}"
# vim: set ts=2 sw=2 expandtab: