From 6b29c041be0e0f60f96516e6fee7bb5664ea65dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 4 Dec 2023 09:22:22 +0100 Subject: [PATCH] Rename "memory" directory to "probe_behavior" The behavior alteration we are testing here is not exactly connected to memory. I'd rather name it like probe_behavior to make the folder a collection of tests related to these env. vars. --- tests/CMakeLists.txt | 2 +- tests/{memory => probe_behavior}/CMakeLists.txt | 0 tests/{memory => probe_behavior}/cgroup_test.sh | 0 .../collect_limit.oval.xml | 0 tests/{memory => probe_behavior}/collect_limit.sh | 0 .../{memory => probe_behavior}/ssg-rhel7-ds.xml.bz2 | Bin .../ssg-rhel7-oom-tailoring.xml | 0 .../{memory => probe_behavior}/ssg-rhel8-ds.xml.bz2 | Bin .../ssg-rhel8-oom-tailoring.xml | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename tests/{memory => probe_behavior}/CMakeLists.txt (100%) rename tests/{memory => probe_behavior}/cgroup_test.sh (100%) rename tests/{memory => probe_behavior}/collect_limit.oval.xml (100%) rename tests/{memory => probe_behavior}/collect_limit.sh (100%) rename tests/{memory => probe_behavior}/ssg-rhel7-ds.xml.bz2 (100%) rename tests/{memory => probe_behavior}/ssg-rhel7-oom-tailoring.xml (100%) rename tests/{memory => probe_behavior}/ssg-rhel8-ds.xml.bz2 (100%) rename tests/{memory => probe_behavior}/ssg-rhel8-oom-tailoring.xml (100%) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 44a811a285..d4bfc7dcbe 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,10 +30,10 @@ add_subdirectory("curl") add_subdirectory("CPE") add_subdirectory("DS") add_subdirectory("mitre") -add_subdirectory("memory") add_subdirectory("nist") add_subdirectory("oscap_string") add_subdirectory("oval_details") +add_subdirectory("probe_behavior") add_subdirectory("probes") add_subdirectory("report") add_subdirectory("sce") diff --git a/tests/memory/CMakeLists.txt b/tests/probe_behavior/CMakeLists.txt similarity index 100% rename from tests/memory/CMakeLists.txt rename to tests/probe_behavior/CMakeLists.txt diff --git a/tests/memory/cgroup_test.sh b/tests/probe_behavior/cgroup_test.sh similarity index 100% rename from tests/memory/cgroup_test.sh rename to tests/probe_behavior/cgroup_test.sh diff --git a/tests/memory/collect_limit.oval.xml b/tests/probe_behavior/collect_limit.oval.xml similarity index 100% rename from tests/memory/collect_limit.oval.xml rename to tests/probe_behavior/collect_limit.oval.xml diff --git a/tests/memory/collect_limit.sh b/tests/probe_behavior/collect_limit.sh similarity index 100% rename from tests/memory/collect_limit.sh rename to tests/probe_behavior/collect_limit.sh diff --git a/tests/memory/ssg-rhel7-ds.xml.bz2 b/tests/probe_behavior/ssg-rhel7-ds.xml.bz2 similarity index 100% rename from tests/memory/ssg-rhel7-ds.xml.bz2 rename to tests/probe_behavior/ssg-rhel7-ds.xml.bz2 diff --git a/tests/memory/ssg-rhel7-oom-tailoring.xml b/tests/probe_behavior/ssg-rhel7-oom-tailoring.xml similarity index 100% rename from tests/memory/ssg-rhel7-oom-tailoring.xml rename to tests/probe_behavior/ssg-rhel7-oom-tailoring.xml diff --git a/tests/memory/ssg-rhel8-ds.xml.bz2 b/tests/probe_behavior/ssg-rhel8-ds.xml.bz2 similarity index 100% rename from tests/memory/ssg-rhel8-ds.xml.bz2 rename to tests/probe_behavior/ssg-rhel8-ds.xml.bz2 diff --git a/tests/memory/ssg-rhel8-oom-tailoring.xml b/tests/probe_behavior/ssg-rhel8-oom-tailoring.xml similarity index 100% rename from tests/memory/ssg-rhel8-oom-tailoring.xml rename to tests/probe_behavior/ssg-rhel8-oom-tailoring.xml