From af8eb63dc6a8be8e47ecb86d1e50b6931e9b0231 Mon Sep 17 00:00:00 2001 From: Santhosh Edukulla Date: Wed, 6 Nov 2013 02:51:07 +0530 Subject: [PATCH] Renamed modules with same name to avoid confusion There were two module files with same name and is creating confusion while reporting the test results. Renamed them prefixing them with mem\cpu Signed-off-by: Santhosh Edukulla Signed-off-by: SrikanteswaraRao Talluri --- .../{test_project_limits.py => test_cpu_project_limits.py} | 0 .../{test_project_limits.py => test_mem_project_limits.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/component/cpu_limits/{test_project_limits.py => test_cpu_project_limits.py} (100%) rename test/integration/component/memory_limits/{test_project_limits.py => test_mem_project_limits.py} (100%) diff --git a/test/integration/component/cpu_limits/test_project_limits.py b/test/integration/component/cpu_limits/test_cpu_project_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_project_limits.py rename to test/integration/component/cpu_limits/test_cpu_project_limits.py diff --git a/test/integration/component/memory_limits/test_project_limits.py b/test/integration/component/memory_limits/test_mem_project_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_project_limits.py rename to test/integration/component/memory_limits/test_mem_project_limits.py