From 1ff8ebc13cc8f2eab0d41d738b3fa0d45b3022a6 Mon Sep 17 00:00:00 2001 From: tengqm Date: Thu, 9 Jul 2015 07:21:40 -0400 Subject: [PATCH] Rename api unit test folder name This is a preparation to split the openstack api v1 test cases. The current test case file is too large for maintenance. This patch renames the openstack folder to openstack_v1 so that in future we (hopefully) don't have to move them around again. Change-Id: Ie939e2d6022e688e02c5c946346b223e7b319136 --- heat/tests/api/{openstack => openstack_v1}/__init__.py | 0 .../api/{openstack => openstack_v1}/test_api_openstack_v1.py | 0 .../test_stacks_view.py} | 0 .../test_api_openstack_v1_util.py => openstack_v1/test_util.py} | 0 .../test_views_common.py} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename heat/tests/api/{openstack => openstack_v1}/__init__.py (100%) rename heat/tests/api/{openstack => openstack_v1}/test_api_openstack_v1.py (100%) rename heat/tests/api/{openstack/test_api_openstack_v1_views_stacks_view_builder.py => openstack_v1/test_stacks_view.py} (100%) rename heat/tests/api/{openstack/test_api_openstack_v1_util.py => openstack_v1/test_util.py} (100%) rename heat/tests/api/{openstack/test_api_openstack_v1_views_views_common.py => openstack_v1/test_views_common.py} (100%) diff --git a/heat/tests/api/openstack/__init__.py b/heat/tests/api/openstack_v1/__init__.py similarity index 100% rename from heat/tests/api/openstack/__init__.py rename to heat/tests/api/openstack_v1/__init__.py diff --git a/heat/tests/api/openstack/test_api_openstack_v1.py b/heat/tests/api/openstack_v1/test_api_openstack_v1.py similarity index 100% rename from heat/tests/api/openstack/test_api_openstack_v1.py rename to heat/tests/api/openstack_v1/test_api_openstack_v1.py diff --git a/heat/tests/api/openstack/test_api_openstack_v1_views_stacks_view_builder.py b/heat/tests/api/openstack_v1/test_stacks_view.py similarity index 100% rename from heat/tests/api/openstack/test_api_openstack_v1_views_stacks_view_builder.py rename to heat/tests/api/openstack_v1/test_stacks_view.py diff --git a/heat/tests/api/openstack/test_api_openstack_v1_util.py b/heat/tests/api/openstack_v1/test_util.py similarity index 100% rename from heat/tests/api/openstack/test_api_openstack_v1_util.py rename to heat/tests/api/openstack_v1/test_util.py diff --git a/heat/tests/api/openstack/test_api_openstack_v1_views_views_common.py b/heat/tests/api/openstack_v1/test_views_common.py similarity index 100% rename from heat/tests/api/openstack/test_api_openstack_v1_views_views_common.py rename to heat/tests/api/openstack_v1/test_views_common.py