From c011dbf9c919d8cbeccba698b71cdc2b845fcf19 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 3 Dec 2024 15:01:45 +0100 Subject: [PATCH] Reorganize tests in httpd-container repository Signed-off-by: Petr "Stone" Hracek --- 2.4/test/container | 1 + 2.4/test/container/test_httpd.py | 1 - 2.4/test/container/test_httpd_s2i.py | 1 - 2.4/test/openshift | 1 + 2.4/test/test_httpd_ex_template.py | 1 - 2.4/test/test_httpd_imagestream_s2i.py | 1 - 2.4/test/test_httpd_imagestreams.py | 1 - 2.4/test/test_httpd_integration.py | 1 - 2.4/test/test_httpd_shared_helm_imagestreams.py | 1 - 2.4/test/test_httpd_shared_helm_template.py | 1 - 10 files changed, 2 insertions(+), 8 deletions(-) create mode 120000 2.4/test/container delete mode 120000 2.4/test/container/test_httpd.py delete mode 120000 2.4/test/container/test_httpd_s2i.py create mode 120000 2.4/test/openshift delete mode 120000 2.4/test/test_httpd_ex_template.py delete mode 120000 2.4/test/test_httpd_imagestream_s2i.py delete mode 120000 2.4/test/test_httpd_imagestreams.py delete mode 120000 2.4/test/test_httpd_integration.py delete mode 120000 2.4/test/test_httpd_shared_helm_imagestreams.py delete mode 120000 2.4/test/test_httpd_shared_helm_template.py diff --git a/2.4/test/container b/2.4/test/container new file mode 120000 index 00000000..bf5e5a70 --- /dev/null +++ b/2.4/test/container @@ -0,0 +1 @@ +../../test/container \ No newline at end of file diff --git a/2.4/test/container/test_httpd.py b/2.4/test/container/test_httpd.py deleted file mode 120000 index feb1dd5f..00000000 --- a/2.4/test/container/test_httpd.py +++ /dev/null @@ -1 +0,0 @@ -../../../test/container/test_httpd.py \ No newline at end of file diff --git a/2.4/test/container/test_httpd_s2i.py b/2.4/test/container/test_httpd_s2i.py deleted file mode 120000 index 4a108e73..00000000 --- a/2.4/test/container/test_httpd_s2i.py +++ /dev/null @@ -1 +0,0 @@ -../../../test/container/test_httpd_s2i.py \ No newline at end of file diff --git a/2.4/test/openshift b/2.4/test/openshift new file mode 120000 index 00000000..6f7addda --- /dev/null +++ b/2.4/test/openshift @@ -0,0 +1 @@ +../../test/openshift \ No newline at end of file diff --git a/2.4/test/test_httpd_ex_template.py b/2.4/test/test_httpd_ex_template.py deleted file mode 120000 index 922da056..00000000 --- a/2.4/test/test_httpd_ex_template.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_ex_template.py \ No newline at end of file diff --git a/2.4/test/test_httpd_imagestream_s2i.py b/2.4/test/test_httpd_imagestream_s2i.py deleted file mode 120000 index b24e3bab..00000000 --- a/2.4/test/test_httpd_imagestream_s2i.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_imagestream_s2i.py \ No newline at end of file diff --git a/2.4/test/test_httpd_imagestreams.py b/2.4/test/test_httpd_imagestreams.py deleted file mode 120000 index c356f03a..00000000 --- a/2.4/test/test_httpd_imagestreams.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_imagestreams.py \ No newline at end of file diff --git a/2.4/test/test_httpd_integration.py b/2.4/test/test_httpd_integration.py deleted file mode 120000 index 6634e2d6..00000000 --- a/2.4/test/test_httpd_integration.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_integration.py \ No newline at end of file diff --git a/2.4/test/test_httpd_shared_helm_imagestreams.py b/2.4/test/test_httpd_shared_helm_imagestreams.py deleted file mode 120000 index 94930d9a..00000000 --- a/2.4/test/test_httpd_shared_helm_imagestreams.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_shared_helm_imagestreams.py \ No newline at end of file diff --git a/2.4/test/test_httpd_shared_helm_template.py b/2.4/test/test_httpd_shared_helm_template.py deleted file mode 120000 index eec4d0a4..00000000 --- a/2.4/test/test_httpd_shared_helm_template.py +++ /dev/null @@ -1 +0,0 @@ -../../test/test_httpd_shared_helm_template.py \ No newline at end of file