From: garciadeblas Date: Mon, 16 Jun 2025 10:21:55 +0000 (+0200) Subject: Add env variable to tests/Dockerfile for gitops tests X-Git-Tag: v18.0.0~53 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=3d4ae9c9a3247b5b7912cc0503e6f999934ab5b1;p=osm%2Fdevops.git Add env variable to tests/Dockerfile for gitops tests Change-Id: I769775d8b40206f22f073a5fae0d051b774d4572 Signed-off-by: garciadeblas --- diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index de900613..95248f1c 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -108,6 +108,9 @@ ENV ROBOT_REPORT_FOLDER=/robot-systest/results # Kubeconfig file ENV K8S_CREDENTIALS=/root/.kube/config +# Kubeconfig file of the existing cluster for Gitops tests +ENV CLUSTER_KUBECONFIG_CREDENTIALS=/robot-systest/cluster-kubeconfig.yaml + # OSM RSA file ENV OSM_RSA_FILE=/root/osm_id_rsa