aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-01 07:50:45 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-01 17:39:25 +0100
commit616b0760dca131ec703d667d27c256d109944b2b (patch)
treeea2072db7fe5fe57a91ac969a1963b548a576935 /participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
parent7d04c23c7c51738d68f325e450ac408c1ae9905f (diff)
Add Junits for kubernetes participant module
Overall coverage for the module: 85% Issue-ID: POLICY-3241 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I00c7866ae598b9768d1616468a4c9bfe4cc76166
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json')
-rw-r--r--participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
new file mode 100644
index 000000000..4e355c38e
--- /dev/null
+++ b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
@@ -0,0 +1,15 @@
+{
+ "charts" : [
+ {
+ "chartName" : "HelloWorld",
+ "version" : "1.0",
+ "namespace" : "onap",
+ "repository" : "chartMuseum"
+ },
+ {
+ "chartName" : "nginx",
+ "version" : "1.1",
+ "namespace" : "onap"
+ }
+ ]
+}