Replacing a1-python with a1-go implementation
[ric-plt/a1.git] / integration_tests / a1mediator / templates / tests / test-connection.yaml
diff --git a/integration_tests/a1mediator/templates/tests/test-connection.yaml b/integration_tests/a1mediator/templates/tests/test-connection.yaml
deleted file mode 100644 (file)
index ca68368..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: v1
-kind: Pod
-metadata:
-  name: "{{ include "a1mediator.fullname" . }}-test-connection"
-  labels:
-{{ include "a1mediator.labels" . | indent 4 }}
-  annotations:
-    "helm.sh/hook": test-success
-spec:
-  containers:
-    - name: wget
-      image: busybox
-      command: ['wget']
-      args:  ['{{ include "a1mediator.fullname" . }}:{{ .Values.httpservice.port }}']
-  restartPolicy: Never