From 5d6d14bc1f1579006406a68cd069fba14ba3fa0c Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 22 Oct 2013 21:35:17 -0400 Subject: [PATCH] CLOUDSTACK-4934: Rename Limit resources tests so that they have unique names. Signed-off-by: SrikanteswaraRao Talluri --- .../test_domain_limits.py => test_cpu_domain_limits.py} | 0 test/integration/component/{cpu_limits => }/test_cpu_limits.py | 0 .../{cpu_limits/test_maximum_limits.py => test_cpu_max_limits.py} | 0 .../test_project_limits.py => test_cpu_project_limits.py} | 0 .../component/{memory_limits => }/test_memory_limits.py | 0 .../test_domain_limits.py => test_mm_domain_limits.py} | 0 .../test_maximum_limits.py => test_mm_max_limits.py} | 0 .../test_project_limits.py => test_mm_project_limits.py} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/component/{cpu_limits/test_domain_limits.py => test_cpu_domain_limits.py} (100%) rename test/integration/component/{cpu_limits => }/test_cpu_limits.py (100%) rename test/integration/component/{cpu_limits/test_maximum_limits.py => test_cpu_max_limits.py} (100%) rename test/integration/component/{cpu_limits/test_project_limits.py => test_cpu_project_limits.py} (100%) rename test/integration/component/{memory_limits => }/test_memory_limits.py (100%) rename test/integration/component/{memory_limits/test_domain_limits.py => test_mm_domain_limits.py} (100%) rename test/integration/component/{memory_limits/test_maximum_limits.py => test_mm_max_limits.py} (100%) rename test/integration/component/{memory_limits/test_project_limits.py => test_mm_project_limits.py} (100%) diff --git a/test/integration/component/cpu_limits/test_domain_limits.py b/test/integration/component/test_cpu_domain_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_domain_limits.py rename to test/integration/component/test_cpu_domain_limits.py diff --git a/test/integration/component/cpu_limits/test_cpu_limits.py b/test/integration/component/test_cpu_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_cpu_limits.py rename to test/integration/component/test_cpu_limits.py diff --git a/test/integration/component/cpu_limits/test_maximum_limits.py b/test/integration/component/test_cpu_max_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_maximum_limits.py rename to test/integration/component/test_cpu_max_limits.py diff --git a/test/integration/component/cpu_limits/test_project_limits.py b/test/integration/component/test_cpu_project_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_project_limits.py rename to test/integration/component/test_cpu_project_limits.py diff --git a/test/integration/component/memory_limits/test_memory_limits.py b/test/integration/component/test_memory_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_memory_limits.py rename to test/integration/component/test_memory_limits.py diff --git a/test/integration/component/memory_limits/test_domain_limits.py b/test/integration/component/test_mm_domain_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_domain_limits.py rename to test/integration/component/test_mm_domain_limits.py diff --git a/test/integration/component/memory_limits/test_maximum_limits.py b/test/integration/component/test_mm_max_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_maximum_limits.py rename to test/integration/component/test_mm_max_limits.py diff --git a/test/integration/component/memory_limits/test_project_limits.py b/test/integration/component/test_mm_project_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_project_limits.py rename to test/integration/component/test_mm_project_limits.py