From f12ab22591b3c21cfbb5e2db6c4f8ea79ff7baf0 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 2 Feb 2016 09:13:16 -0500 Subject: [PATCH] functional -> old --- awx/main/tests/old/README.md | 7 +++++++ awx/main/tests/{functional => old}/activity_stream.py | 0 awx/main/tests/{functional => old}/ad_hoc.py | 0 awx/main/tests/{functional => old}/commands/age_deleted.py | 0 .../tests/{functional => old}/commands/cleanup_facts.py | 0 .../tests/{functional => old}/commands/command_base.py | 0 .../{functional => old}/commands/commands_monolithic.py | 0 .../tests/{functional => old}/commands/remove_instance.py | 0 .../commands/run_fact_cache_receiver.py | 0 .../{functional => old}/commands/run_socketio_service.py | 0 .../tests/{functional => old}/commands/update_password.py | 0 awx/main/tests/{functional => old}/fact/fact_api.py | 0 awx/main/tests/{functional => old}/ha.py | 0 awx/main/tests/{functional => old}/inventory.py | 0 awx/main/tests/{functional => old}/jobs/job_launch.py | 0 awx/main/tests/{functional => old}/jobs/job_relaunch.py | 0 awx/main/tests/{functional => old}/jobs/jobs_monolithic.py | 0 awx/main/tests/{functional => old}/jobs/start_cancel.py | 0 awx/main/tests/{functional => old}/jobs/survey_password.py | 0 awx/main/tests/{functional => old}/licenses.py | 0 awx/main/tests/{functional => old}/organizations.py | 0 awx/main/tests/{functional => old}/projects.py | 0 awx/main/tests/{functional => old}/redact.py | 0 awx/main/tests/{functional => old}/schedules.py | 0 awx/main/tests/{functional => old}/scripts.py | 0 awx/main/tests/{functional => old}/settings.py | 0 awx/main/tests/{functional => old}/tasks.py | 0 awx/main/tests/{functional => old}/unified_jobs.py | 0 awx/main/tests/{functional => old}/users.py | 0 awx/main/tests/{functional => old}/views.py | 0 30 files changed, 7 insertions(+) create mode 100644 awx/main/tests/old/README.md rename awx/main/tests/{functional => old}/activity_stream.py (100%) rename awx/main/tests/{functional => old}/ad_hoc.py (100%) rename awx/main/tests/{functional => old}/commands/age_deleted.py (100%) rename awx/main/tests/{functional => old}/commands/cleanup_facts.py (100%) rename awx/main/tests/{functional => old}/commands/command_base.py (100%) rename awx/main/tests/{functional => old}/commands/commands_monolithic.py (100%) rename awx/main/tests/{functional => old}/commands/remove_instance.py (100%) rename awx/main/tests/{functional => old}/commands/run_fact_cache_receiver.py (100%) rename awx/main/tests/{functional => old}/commands/run_socketio_service.py (100%) rename awx/main/tests/{functional => old}/commands/update_password.py (100%) rename awx/main/tests/{functional => old}/fact/fact_api.py (100%) rename awx/main/tests/{functional => old}/ha.py (100%) rename awx/main/tests/{functional => old}/inventory.py (100%) rename awx/main/tests/{functional => old}/jobs/job_launch.py (100%) rename awx/main/tests/{functional => old}/jobs/job_relaunch.py (100%) rename awx/main/tests/{functional => old}/jobs/jobs_monolithic.py (100%) rename awx/main/tests/{functional => old}/jobs/start_cancel.py (100%) rename awx/main/tests/{functional => old}/jobs/survey_password.py (100%) rename awx/main/tests/{functional => old}/licenses.py (100%) rename awx/main/tests/{functional => old}/organizations.py (100%) rename awx/main/tests/{functional => old}/projects.py (100%) rename awx/main/tests/{functional => old}/redact.py (100%) rename awx/main/tests/{functional => old}/schedules.py (100%) rename awx/main/tests/{functional => old}/scripts.py (100%) rename awx/main/tests/{functional => old}/settings.py (100%) rename awx/main/tests/{functional => old}/tasks.py (100%) rename awx/main/tests/{functional => old}/unified_jobs.py (100%) rename awx/main/tests/{functional => old}/users.py (100%) rename awx/main/tests/{functional => old}/views.py (100%) diff --git a/awx/main/tests/old/README.md b/awx/main/tests/old/README.md new file mode 100644 index 0000000000..92582d890d --- /dev/null +++ b/awx/main/tests/old/README.md @@ -0,0 +1,7 @@ +Old Tests +========= +This are the old django.TestCase / unittest.TestCase tests for Tower. + +No new tests should be added to this folder. Overtime, we will be refactoring +tests out of this folder as py.test tests and into their respective functional +and unit folders. diff --git a/awx/main/tests/functional/activity_stream.py b/awx/main/tests/old/activity_stream.py similarity index 100% rename from awx/main/tests/functional/activity_stream.py rename to awx/main/tests/old/activity_stream.py diff --git a/awx/main/tests/functional/ad_hoc.py b/awx/main/tests/old/ad_hoc.py similarity index 100% rename from awx/main/tests/functional/ad_hoc.py rename to awx/main/tests/old/ad_hoc.py diff --git a/awx/main/tests/functional/commands/age_deleted.py b/awx/main/tests/old/commands/age_deleted.py similarity index 100% rename from awx/main/tests/functional/commands/age_deleted.py rename to awx/main/tests/old/commands/age_deleted.py diff --git a/awx/main/tests/functional/commands/cleanup_facts.py b/awx/main/tests/old/commands/cleanup_facts.py similarity index 100% rename from awx/main/tests/functional/commands/cleanup_facts.py rename to awx/main/tests/old/commands/cleanup_facts.py diff --git a/awx/main/tests/functional/commands/command_base.py b/awx/main/tests/old/commands/command_base.py similarity index 100% rename from awx/main/tests/functional/commands/command_base.py rename to awx/main/tests/old/commands/command_base.py diff --git a/awx/main/tests/functional/commands/commands_monolithic.py b/awx/main/tests/old/commands/commands_monolithic.py similarity index 100% rename from awx/main/tests/functional/commands/commands_monolithic.py rename to awx/main/tests/old/commands/commands_monolithic.py diff --git a/awx/main/tests/functional/commands/remove_instance.py b/awx/main/tests/old/commands/remove_instance.py similarity index 100% rename from awx/main/tests/functional/commands/remove_instance.py rename to awx/main/tests/old/commands/remove_instance.py diff --git a/awx/main/tests/functional/commands/run_fact_cache_receiver.py b/awx/main/tests/old/commands/run_fact_cache_receiver.py similarity index 100% rename from awx/main/tests/functional/commands/run_fact_cache_receiver.py rename to awx/main/tests/old/commands/run_fact_cache_receiver.py diff --git a/awx/main/tests/functional/commands/run_socketio_service.py b/awx/main/tests/old/commands/run_socketio_service.py similarity index 100% rename from awx/main/tests/functional/commands/run_socketio_service.py rename to awx/main/tests/old/commands/run_socketio_service.py diff --git a/awx/main/tests/functional/commands/update_password.py b/awx/main/tests/old/commands/update_password.py similarity index 100% rename from awx/main/tests/functional/commands/update_password.py rename to awx/main/tests/old/commands/update_password.py diff --git a/awx/main/tests/functional/fact/fact_api.py b/awx/main/tests/old/fact/fact_api.py similarity index 100% rename from awx/main/tests/functional/fact/fact_api.py rename to awx/main/tests/old/fact/fact_api.py diff --git a/awx/main/tests/functional/ha.py b/awx/main/tests/old/ha.py similarity index 100% rename from awx/main/tests/functional/ha.py rename to awx/main/tests/old/ha.py diff --git a/awx/main/tests/functional/inventory.py b/awx/main/tests/old/inventory.py similarity index 100% rename from awx/main/tests/functional/inventory.py rename to awx/main/tests/old/inventory.py diff --git a/awx/main/tests/functional/jobs/job_launch.py b/awx/main/tests/old/jobs/job_launch.py similarity index 100% rename from awx/main/tests/functional/jobs/job_launch.py rename to awx/main/tests/old/jobs/job_launch.py diff --git a/awx/main/tests/functional/jobs/job_relaunch.py b/awx/main/tests/old/jobs/job_relaunch.py similarity index 100% rename from awx/main/tests/functional/jobs/job_relaunch.py rename to awx/main/tests/old/jobs/job_relaunch.py diff --git a/awx/main/tests/functional/jobs/jobs_monolithic.py b/awx/main/tests/old/jobs/jobs_monolithic.py similarity index 100% rename from awx/main/tests/functional/jobs/jobs_monolithic.py rename to awx/main/tests/old/jobs/jobs_monolithic.py diff --git a/awx/main/tests/functional/jobs/start_cancel.py b/awx/main/tests/old/jobs/start_cancel.py similarity index 100% rename from awx/main/tests/functional/jobs/start_cancel.py rename to awx/main/tests/old/jobs/start_cancel.py diff --git a/awx/main/tests/functional/jobs/survey_password.py b/awx/main/tests/old/jobs/survey_password.py similarity index 100% rename from awx/main/tests/functional/jobs/survey_password.py rename to awx/main/tests/old/jobs/survey_password.py diff --git a/awx/main/tests/functional/licenses.py b/awx/main/tests/old/licenses.py similarity index 100% rename from awx/main/tests/functional/licenses.py rename to awx/main/tests/old/licenses.py diff --git a/awx/main/tests/functional/organizations.py b/awx/main/tests/old/organizations.py similarity index 100% rename from awx/main/tests/functional/organizations.py rename to awx/main/tests/old/organizations.py diff --git a/awx/main/tests/functional/projects.py b/awx/main/tests/old/projects.py similarity index 100% rename from awx/main/tests/functional/projects.py rename to awx/main/tests/old/projects.py diff --git a/awx/main/tests/functional/redact.py b/awx/main/tests/old/redact.py similarity index 100% rename from awx/main/tests/functional/redact.py rename to awx/main/tests/old/redact.py diff --git a/awx/main/tests/functional/schedules.py b/awx/main/tests/old/schedules.py similarity index 100% rename from awx/main/tests/functional/schedules.py rename to awx/main/tests/old/schedules.py diff --git a/awx/main/tests/functional/scripts.py b/awx/main/tests/old/scripts.py similarity index 100% rename from awx/main/tests/functional/scripts.py rename to awx/main/tests/old/scripts.py diff --git a/awx/main/tests/functional/settings.py b/awx/main/tests/old/settings.py similarity index 100% rename from awx/main/tests/functional/settings.py rename to awx/main/tests/old/settings.py diff --git a/awx/main/tests/functional/tasks.py b/awx/main/tests/old/tasks.py similarity index 100% rename from awx/main/tests/functional/tasks.py rename to awx/main/tests/old/tasks.py diff --git a/awx/main/tests/functional/unified_jobs.py b/awx/main/tests/old/unified_jobs.py similarity index 100% rename from awx/main/tests/functional/unified_jobs.py rename to awx/main/tests/old/unified_jobs.py diff --git a/awx/main/tests/functional/users.py b/awx/main/tests/old/users.py similarity index 100% rename from awx/main/tests/functional/users.py rename to awx/main/tests/old/users.py diff --git a/awx/main/tests/functional/views.py b/awx/main/tests/old/views.py similarity index 100% rename from awx/main/tests/functional/views.py rename to awx/main/tests/old/views.py