Meridio: e2e tests on Kind with Helm

Run the Meridio e2e tests on Kind with specific Kubernetes, NSM, TAPA,
Meridio Version and specifc IP Family. The tests are using the helm
chart (without the operator).
Once done, badges report the sucesses and failures

Change-Id: Ic8630aaca493bf3e6bf812d19457a8df0fe7108f
diff --git a/jjb/nsm/meridio-e2e-test-kind.yaml b/jjb/nsm/meridio-e2e-test-kind.yaml
new file mode 100644
index 0000000..3a60492
--- /dev/null
+++ b/jjb/nsm/meridio-e2e-test-kind.yaml
@@ -0,0 +1,86 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2021 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+- project:
+    name: 'meridio-e2e-test-kind'
+
+    project: 'meridio-e2e-test-kind'
+
+    jobs:
+      - 'meridio-e2e-test-kind'
+
+- job-template:
+    name: 'meridio-e2e-test-kind'
+    project-type: pipeline
+    disabled: '{obj:disabled}'
+
+    concurrent: false
+
+    properties:
+      - github:
+          url: https://github.com/Nordix/Meridio-Operator
+
+    parameters:
+      - string:
+          name: GITHUB_ORGANIZATION
+          default: 'Nordix'
+          description: GitHub Organization
+      - string:
+          name: PROJECT
+          default: 'Meridio'
+          description: GitHub project
+      - string:
+          name: GIT_PROJECT
+          default: "https://github.com/$GITHUB_ORGANIZATION/$PROJECT.git"
+          description: Git URL of the project
+      - string:
+          name: CURRENT_BRANCH
+          default: "master"
+          description: Current Git branch
+      - string:
+          name: DEFAULT_BRANCH
+          default: "master"
+          description: default branch
+      - string:
+          name: NEXT
+          default: 'false'
+          description: Does the job run has to call for a next run?
+      - string:
+          name: MERIDIO_VERSION
+          default: 'latest'
+          description: Version of Meridio
+      - string:
+          name: TAPA_VERSION
+          default: 'latest'
+          description: Version of Meridio TAPA
+      - string:
+          name: KUBERNETES_VERSION
+          default: 'v1.25'
+          description: Version of Kubernetes
+      - string:
+          name: NSM_VERSION
+          default: 'v1.6.0'
+          description: Version of NSM
+      - string:
+          name: IP_FAMILY
+          default: 'dualstack'
+          description: IP Family
+
+    dsl: 
+      !include-raw-escape: e2e.Jenkinsfile