From 9005f8287037205325f9d02a1438d8bc3d8de8d6 Mon Sep 17 00:00:00 2001 From: Antti Kervinen Date: Mon, 9 Oct 2023 15:40:20 +0300 Subject: [PATCH] e2e: rename nri-resource-policy specific balloons tests The goal of this patch is to use the same e2e test numbers in nri-resource-policy and cri-resource-manager e2e tests for the balloons policy. This makes it easier to keep e2e tests in sync when porting policy features between these projects. Now test[01]* are common e2e tests for both projects, and test2* are nri-policy-specific e2e tests. Signed-off-by: Antti Kervinen --- .../code.var.sh | 0 .../nri-resource-policy-configmap.yaml.in | 0 .../code.var.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/e2e/policies.test-suite/balloons/n4c16/{test10-health-checking => test20-health-checking}/code.var.sh (100%) rename test/e2e/policies.test-suite/balloons/n4c16/{test10-health-checking => test20-health-checking}/nri-resource-policy-configmap.yaml.in (100%) rename test/e2e/policies.test-suite/balloons/n4c16/{test11-controller-check => test21-controller-check}/code.var.sh (100%) diff --git a/test/e2e/policies.test-suite/balloons/n4c16/test10-health-checking/code.var.sh b/test/e2e/policies.test-suite/balloons/n4c16/test20-health-checking/code.var.sh similarity index 100% rename from test/e2e/policies.test-suite/balloons/n4c16/test10-health-checking/code.var.sh rename to test/e2e/policies.test-suite/balloons/n4c16/test20-health-checking/code.var.sh diff --git a/test/e2e/policies.test-suite/balloons/n4c16/test10-health-checking/nri-resource-policy-configmap.yaml.in b/test/e2e/policies.test-suite/balloons/n4c16/test20-health-checking/nri-resource-policy-configmap.yaml.in similarity index 100% rename from test/e2e/policies.test-suite/balloons/n4c16/test10-health-checking/nri-resource-policy-configmap.yaml.in rename to test/e2e/policies.test-suite/balloons/n4c16/test20-health-checking/nri-resource-policy-configmap.yaml.in diff --git a/test/e2e/policies.test-suite/balloons/n4c16/test11-controller-check/code.var.sh b/test/e2e/policies.test-suite/balloons/n4c16/test21-controller-check/code.var.sh similarity index 100% rename from test/e2e/policies.test-suite/balloons/n4c16/test11-controller-check/code.var.sh rename to test/e2e/policies.test-suite/balloons/n4c16/test21-controller-check/code.var.sh