From 09bf01b1cb838ac62c9fe8231dd3f70fd6b81e48 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 7 Nov 2024 12:54:26 +0100 Subject: [PATCH] Rename testing Helm charts to the latest ones. Container-ci-suite is not ready for switching between cluster Signed-off-by: Petr "Stone" Hracek --- ...dejs_application.py => test_shared_helm_nodejs_application.py} | 0 ...js_imagestreams.py => test_shared_helm_nodejs_imagestreams.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{test_helm_nodejs_application.py => test_shared_helm_nodejs_application.py} (100%) rename test/{test_helm_nodejs_imagestreams.py => test_shared_helm_nodejs_imagestreams.py} (100%) diff --git a/test/test_helm_nodejs_application.py b/test/test_shared_helm_nodejs_application.py similarity index 100% rename from test/test_helm_nodejs_application.py rename to test/test_shared_helm_nodejs_application.py diff --git a/test/test_helm_nodejs_imagestreams.py b/test/test_shared_helm_nodejs_imagestreams.py similarity index 100% rename from test/test_helm_nodejs_imagestreams.py rename to test/test_shared_helm_nodejs_imagestreams.py