From 3d4ae9c9a3247b5b7912cc0503e6f999934ab5b1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 16 Jun 2025 12:21:55 +0200 Subject: [PATCH] Add env variable to tests/Dockerfile for gitops tests Change-Id: I769775d8b40206f22f073a5fae0d051b774d4572 Signed-off-by: garciadeblas --- docker/tests/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1