From ce9ca6e62b8d4dc3d2b41dbc271e3593c4430590 Mon Sep 17 00:00:00 2001 From: Keiichi Hikita Date: Fri, 6 Oct 2017 14:42:23 +0900 Subject: [PATCH] move files. --- heat_dashboard/{dashboards/project/stacks => }/__init__.py | 0 .../project/stacks/resource_types => content}/__init__.py | 0 .../template_versions => content/resource_types}/__init__.py | 0 .../project/stacks => content}/resource_types/panel.py | 0 .../project/stacks => content}/resource_types/tables.py | 0 .../{dashboards/project/stacks => content}/resource_types/tabs.py | 0 .../resource_types/templates/stacks.resource_types/_details.html | 0 .../{dashboards/project/stacks => content}/resource_types/urls.py | 0 .../project/stacks => content}/resource_types/views.py | 0 heat_dashboard/{test/api_tests => content/stacks}/__init__.py | 0 heat_dashboard/{dashboards/project => content}/stacks/api.py | 0 heat_dashboard/{dashboards/project => content}/stacks/forms.py | 0 heat_dashboard/{dashboards/project => content}/stacks/mappings.py | 0 heat_dashboard/{dashboards/project => content}/stacks/panel.py | 0 heat_dashboard/{dashboards/project => content}/stacks/sro.py | 0 heat_dashboard/{dashboards/project => content}/stacks/tables.py | 0 heat_dashboard/{dashboards/project => content}/stacks/tabs.py | 0 .../stacks/templates/stacks/_change_template.html | 0 .../project => content}/stacks/templates/stacks/_create.html | 0 .../stacks/templates/stacks/_detail_events.html | 0 .../stacks/templates/stacks/_detail_overview.html | 0 .../stacks/templates/stacks/_detail_resources.html | 0 .../stacks/templates/stacks/_detail_topology.html | 0 .../project => content}/stacks/templates/stacks/_preview.html | 0 .../stacks/templates/stacks/_preview_details.html | 0 .../stacks/templates/stacks/_preview_template.html | 0 .../stacks/templates/stacks/_resource_info.html | 0 .../stacks/templates/stacks/_resource_overview.html | 0 .../stacks/templates/stacks/_select_template.html | 0 .../project => content}/stacks/templates/stacks/_stack_info.html | 0 .../stacks/templates/stacks/_stack_template.html | 0 .../project => content}/stacks/templates/stacks/_update.html | 0 .../stacks/templates/stacks/change_template.html | 0 .../project => content}/stacks/templates/stacks/create.html | 0 .../project => content}/stacks/templates/stacks/preview.html | 0 .../stacks/templates/stacks/preview_details.html | 0 .../stacks/templates/stacks/preview_template.html | 0 .../stacks/templates/stacks/select_template.html | 0 .../project => content}/stacks/templates/stacks/update.html | 0 heat_dashboard/{dashboards/project => content}/stacks/urls.py | 0 heat_dashboard/{dashboards/project => content}/stacks/views.py | 0 heat_dashboard/content/template_versions/__init__.py | 0 .../project/stacks => content}/template_versions/panel.py | 0 .../project/stacks => content}/template_versions/tables.py | 0 .../project/stacks => content}/template_versions/tabs.py | 0 .../templates/stacks.template_versions/_details.html | 0 .../templates/stacks.template_versions/index.html | 0 .../project/stacks => content}/template_versions/urls.py | 0 .../project/stacks => content}/template_versions/views.py | 0 heat_dashboard/test/{api_tests => tests/api}/heat_rest_tests.py | 0 heat_dashboard/test/{api_tests => tests/api}/heat_tests.py | 0 heat_dashboard/test/tests/content/__init__.py | 0 .../tests.py => test/tests/content/test_resource_types.py} | 0 .../project/stacks/tests.py => test/tests/content/test_stacks.py} | 0 .../tests.py => test/tests/content/test_template_versions.py} | 0 55 files changed, 0 insertions(+), 0 deletions(-) rename heat_dashboard/{dashboards/project/stacks => }/__init__.py (100%) rename heat_dashboard/{dashboards/project/stacks/resource_types => content}/__init__.py (100%) rename heat_dashboard/{dashboards/project/stacks/template_versions => content/resource_types}/__init__.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/panel.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/tables.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/tabs.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/templates/stacks.resource_types/_details.html (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/urls.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/resource_types/views.py (100%) rename heat_dashboard/{test/api_tests => content/stacks}/__init__.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/api.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/forms.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/mappings.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/panel.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/sro.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/tables.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/tabs.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_change_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_create.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_detail_events.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_detail_overview.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_detail_resources.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_detail_topology.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_preview.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_preview_details.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_preview_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_resource_info.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_resource_overview.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_select_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_stack_info.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_stack_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/_update.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/change_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/create.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/preview.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/preview_details.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/preview_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/select_template.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/templates/stacks/update.html (100%) rename heat_dashboard/{dashboards/project => content}/stacks/urls.py (100%) rename heat_dashboard/{dashboards/project => content}/stacks/views.py (100%) create mode 100644 heat_dashboard/content/template_versions/__init__.py rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/panel.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/tables.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/tabs.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/templates/stacks.template_versions/_details.html (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/templates/stacks.template_versions/index.html (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/urls.py (100%) rename heat_dashboard/{dashboards/project/stacks => content}/template_versions/views.py (100%) rename heat_dashboard/test/{api_tests => tests/api}/heat_rest_tests.py (100%) rename heat_dashboard/test/{api_tests => tests/api}/heat_tests.py (100%) create mode 100644 heat_dashboard/test/tests/content/__init__.py rename heat_dashboard/{dashboards/project/stacks/resource_types/tests.py => test/tests/content/test_resource_types.py} (100%) rename heat_dashboard/{dashboards/project/stacks/tests.py => test/tests/content/test_stacks.py} (100%) rename heat_dashboard/{dashboards/project/stacks/template_versions/tests.py => test/tests/content/test_template_versions.py} (100%) diff --git a/heat_dashboard/dashboards/project/stacks/__init__.py b/heat_dashboard/__init__.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/__init__.py rename to heat_dashboard/__init__.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/__init__.py b/heat_dashboard/content/__init__.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/__init__.py rename to heat_dashboard/content/__init__.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/__init__.py b/heat_dashboard/content/resource_types/__init__.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/__init__.py rename to heat_dashboard/content/resource_types/__init__.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/panel.py b/heat_dashboard/content/resource_types/panel.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/panel.py rename to heat_dashboard/content/resource_types/panel.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/tables.py b/heat_dashboard/content/resource_types/tables.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/tables.py rename to heat_dashboard/content/resource_types/tables.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/tabs.py b/heat_dashboard/content/resource_types/tabs.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/tabs.py rename to heat_dashboard/content/resource_types/tabs.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/_details.html b/heat_dashboard/content/resource_types/templates/stacks.resource_types/_details.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/_details.html rename to heat_dashboard/content/resource_types/templates/stacks.resource_types/_details.html diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/urls.py b/heat_dashboard/content/resource_types/urls.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/urls.py rename to heat_dashboard/content/resource_types/urls.py diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/views.py b/heat_dashboard/content/resource_types/views.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/views.py rename to heat_dashboard/content/resource_types/views.py diff --git a/heat_dashboard/test/api_tests/__init__.py b/heat_dashboard/content/stacks/__init__.py similarity index 100% rename from heat_dashboard/test/api_tests/__init__.py rename to heat_dashboard/content/stacks/__init__.py diff --git a/heat_dashboard/dashboards/project/stacks/api.py b/heat_dashboard/content/stacks/api.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/api.py rename to heat_dashboard/content/stacks/api.py diff --git a/heat_dashboard/dashboards/project/stacks/forms.py b/heat_dashboard/content/stacks/forms.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/forms.py rename to heat_dashboard/content/stacks/forms.py diff --git a/heat_dashboard/dashboards/project/stacks/mappings.py b/heat_dashboard/content/stacks/mappings.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/mappings.py rename to heat_dashboard/content/stacks/mappings.py diff --git a/heat_dashboard/dashboards/project/stacks/panel.py b/heat_dashboard/content/stacks/panel.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/panel.py rename to heat_dashboard/content/stacks/panel.py diff --git a/heat_dashboard/dashboards/project/stacks/sro.py b/heat_dashboard/content/stacks/sro.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/sro.py rename to heat_dashboard/content/stacks/sro.py diff --git a/heat_dashboard/dashboards/project/stacks/tables.py b/heat_dashboard/content/stacks/tables.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/tables.py rename to heat_dashboard/content/stacks/tables.py diff --git a/heat_dashboard/dashboards/project/stacks/tabs.py b/heat_dashboard/content/stacks/tabs.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/tabs.py rename to heat_dashboard/content/stacks/tabs.py diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_change_template.html b/heat_dashboard/content/stacks/templates/stacks/_change_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_change_template.html rename to heat_dashboard/content/stacks/templates/stacks/_change_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_create.html b/heat_dashboard/content/stacks/templates/stacks/_create.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_create.html rename to heat_dashboard/content/stacks/templates/stacks/_create.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_events.html b/heat_dashboard/content/stacks/templates/stacks/_detail_events.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_events.html rename to heat_dashboard/content/stacks/templates/stacks/_detail_events.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_overview.html b/heat_dashboard/content/stacks/templates/stacks/_detail_overview.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_overview.html rename to heat_dashboard/content/stacks/templates/stacks/_detail_overview.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_resources.html b/heat_dashboard/content/stacks/templates/stacks/_detail_resources.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_resources.html rename to heat_dashboard/content/stacks/templates/stacks/_detail_resources.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_topology.html b/heat_dashboard/content/stacks/templates/stacks/_detail_topology.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_topology.html rename to heat_dashboard/content/stacks/templates/stacks/_detail_topology.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_preview.html b/heat_dashboard/content/stacks/templates/stacks/_preview.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_preview.html rename to heat_dashboard/content/stacks/templates/stacks/_preview.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html b/heat_dashboard/content/stacks/templates/stacks/_preview_details.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html rename to heat_dashboard/content/stacks/templates/stacks/_preview_details.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html b/heat_dashboard/content/stacks/templates/stacks/_preview_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html rename to heat_dashboard/content/stacks/templates/stacks/_preview_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_info.html b/heat_dashboard/content/stacks/templates/stacks/_resource_info.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_info.html rename to heat_dashboard/content/stacks/templates/stacks/_resource_info.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html b/heat_dashboard/content/stacks/templates/stacks/_resource_overview.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html rename to heat_dashboard/content/stacks/templates/stacks/_resource_overview.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_select_template.html b/heat_dashboard/content/stacks/templates/stacks/_select_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_select_template.html rename to heat_dashboard/content/stacks/templates/stacks/_select_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html b/heat_dashboard/content/stacks/templates/stacks/_stack_info.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html rename to heat_dashboard/content/stacks/templates/stacks/_stack_info.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html b/heat_dashboard/content/stacks/templates/stacks/_stack_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html rename to heat_dashboard/content/stacks/templates/stacks/_stack_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/_update.html b/heat_dashboard/content/stacks/templates/stacks/_update.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/_update.html rename to heat_dashboard/content/stacks/templates/stacks/_update.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/change_template.html b/heat_dashboard/content/stacks/templates/stacks/change_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/change_template.html rename to heat_dashboard/content/stacks/templates/stacks/change_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/create.html b/heat_dashboard/content/stacks/templates/stacks/create.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/create.html rename to heat_dashboard/content/stacks/templates/stacks/create.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/preview.html b/heat_dashboard/content/stacks/templates/stacks/preview.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/preview.html rename to heat_dashboard/content/stacks/templates/stacks/preview.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/preview_details.html b/heat_dashboard/content/stacks/templates/stacks/preview_details.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/preview_details.html rename to heat_dashboard/content/stacks/templates/stacks/preview_details.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/preview_template.html b/heat_dashboard/content/stacks/templates/stacks/preview_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/preview_template.html rename to heat_dashboard/content/stacks/templates/stacks/preview_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/select_template.html b/heat_dashboard/content/stacks/templates/stacks/select_template.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/select_template.html rename to heat_dashboard/content/stacks/templates/stacks/select_template.html diff --git a/heat_dashboard/dashboards/project/stacks/templates/stacks/update.html b/heat_dashboard/content/stacks/templates/stacks/update.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/templates/stacks/update.html rename to heat_dashboard/content/stacks/templates/stacks/update.html diff --git a/heat_dashboard/dashboards/project/stacks/urls.py b/heat_dashboard/content/stacks/urls.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/urls.py rename to heat_dashboard/content/stacks/urls.py diff --git a/heat_dashboard/dashboards/project/stacks/views.py b/heat_dashboard/content/stacks/views.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/views.py rename to heat_dashboard/content/stacks/views.py diff --git a/heat_dashboard/content/template_versions/__init__.py b/heat_dashboard/content/template_versions/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/panel.py b/heat_dashboard/content/template_versions/panel.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/panel.py rename to heat_dashboard/content/template_versions/panel.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/tables.py b/heat_dashboard/content/template_versions/tables.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/tables.py rename to heat_dashboard/content/template_versions/tables.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/tabs.py b/heat_dashboard/content/template_versions/tabs.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/tabs.py rename to heat_dashboard/content/template_versions/tabs.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/_details.html b/heat_dashboard/content/template_versions/templates/stacks.template_versions/_details.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/_details.html rename to heat_dashboard/content/template_versions/templates/stacks.template_versions/_details.html diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/index.html b/heat_dashboard/content/template_versions/templates/stacks.template_versions/index.html similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/index.html rename to heat_dashboard/content/template_versions/templates/stacks.template_versions/index.html diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/urls.py b/heat_dashboard/content/template_versions/urls.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/urls.py rename to heat_dashboard/content/template_versions/urls.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/views.py b/heat_dashboard/content/template_versions/views.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/views.py rename to heat_dashboard/content/template_versions/views.py diff --git a/heat_dashboard/test/api_tests/heat_rest_tests.py b/heat_dashboard/test/tests/api/heat_rest_tests.py similarity index 100% rename from heat_dashboard/test/api_tests/heat_rest_tests.py rename to heat_dashboard/test/tests/api/heat_rest_tests.py diff --git a/heat_dashboard/test/api_tests/heat_tests.py b/heat_dashboard/test/tests/api/heat_tests.py similarity index 100% rename from heat_dashboard/test/api_tests/heat_tests.py rename to heat_dashboard/test/tests/api/heat_tests.py diff --git a/heat_dashboard/test/tests/content/__init__.py b/heat_dashboard/test/tests/content/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/heat_dashboard/dashboards/project/stacks/resource_types/tests.py b/heat_dashboard/test/tests/content/test_resource_types.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/resource_types/tests.py rename to heat_dashboard/test/tests/content/test_resource_types.py diff --git a/heat_dashboard/dashboards/project/stacks/tests.py b/heat_dashboard/test/tests/content/test_stacks.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/tests.py rename to heat_dashboard/test/tests/content/test_stacks.py diff --git a/heat_dashboard/dashboards/project/stacks/template_versions/tests.py b/heat_dashboard/test/tests/content/test_template_versions.py similarity index 100% rename from heat_dashboard/dashboards/project/stacks/template_versions/tests.py rename to heat_dashboard/test/tests/content/test_template_versions.py