From 9fecc1993841aa88255c96ee0fcd383812f06cff Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Mon, 20 Nov 2023 13:28:08 +0000 Subject: [PATCH] chore: reorganize unit tests --- test/unit/{health_test.yaml => health.yaml} | 0 test/unit/{kube-mgmt_args_test.yaml => kube-mgmt_args.yaml} | 0 test/unit/{rbac_cm_test.yaml => rbac_cm.yaml} | 0 test/unit/{rbac_replicate_test.yaml => rbac_replicate.yaml} | 0 test/unit/{sa_test.yaml => sa.yaml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/unit/{health_test.yaml => health.yaml} (100%) rename test/unit/{kube-mgmt_args_test.yaml => kube-mgmt_args.yaml} (100%) rename test/unit/{rbac_cm_test.yaml => rbac_cm.yaml} (100%) rename test/unit/{rbac_replicate_test.yaml => rbac_replicate.yaml} (100%) rename test/unit/{sa_test.yaml => sa.yaml} (100%) diff --git a/test/unit/health_test.yaml b/test/unit/health.yaml similarity index 100% rename from test/unit/health_test.yaml rename to test/unit/health.yaml diff --git a/test/unit/kube-mgmt_args_test.yaml b/test/unit/kube-mgmt_args.yaml similarity index 100% rename from test/unit/kube-mgmt_args_test.yaml rename to test/unit/kube-mgmt_args.yaml diff --git a/test/unit/rbac_cm_test.yaml b/test/unit/rbac_cm.yaml similarity index 100% rename from test/unit/rbac_cm_test.yaml rename to test/unit/rbac_cm.yaml diff --git a/test/unit/rbac_replicate_test.yaml b/test/unit/rbac_replicate.yaml similarity index 100% rename from test/unit/rbac_replicate_test.yaml rename to test/unit/rbac_replicate.yaml diff --git a/test/unit/sa_test.yaml b/test/unit/sa.yaml similarity index 100% rename from test/unit/sa_test.yaml rename to test/unit/sa.yaml