From 14808cb99b54147f08ab37dc822c78ca94adbefc Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 20 Dec 2024 14:54:52 -0500 Subject: [PATCH] Move RBAC functional tests into folder (#15723) --- awx/main/tests/functional/{ => rbac}/test_rbac_api.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_credential.py | 0 .../functional/{ => rbac}/test_rbac_execution_environment.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_instance_groups.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_inventory.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_job.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_job_start.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_job_templates.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_label.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_migration.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_notifications.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_organization.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_project.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_role.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_team.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_user.py | 0 awx/main/tests/functional/{ => rbac}/test_rbac_workflow.py | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename awx/main/tests/functional/{ => rbac}/test_rbac_api.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_credential.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_execution_environment.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_instance_groups.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_inventory.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_job.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_job_start.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_job_templates.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_label.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_migration.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_notifications.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_organization.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_project.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_role.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_team.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_user.py (100%) rename awx/main/tests/functional/{ => rbac}/test_rbac_workflow.py (100%) diff --git a/awx/main/tests/functional/test_rbac_api.py b/awx/main/tests/functional/rbac/test_rbac_api.py similarity index 100% rename from awx/main/tests/functional/test_rbac_api.py rename to awx/main/tests/functional/rbac/test_rbac_api.py diff --git a/awx/main/tests/functional/test_rbac_credential.py b/awx/main/tests/functional/rbac/test_rbac_credential.py similarity index 100% rename from awx/main/tests/functional/test_rbac_credential.py rename to awx/main/tests/functional/rbac/test_rbac_credential.py diff --git a/awx/main/tests/functional/test_rbac_execution_environment.py b/awx/main/tests/functional/rbac/test_rbac_execution_environment.py similarity index 100% rename from awx/main/tests/functional/test_rbac_execution_environment.py rename to awx/main/tests/functional/rbac/test_rbac_execution_environment.py diff --git a/awx/main/tests/functional/test_rbac_instance_groups.py b/awx/main/tests/functional/rbac/test_rbac_instance_groups.py similarity index 100% rename from awx/main/tests/functional/test_rbac_instance_groups.py rename to awx/main/tests/functional/rbac/test_rbac_instance_groups.py diff --git a/awx/main/tests/functional/test_rbac_inventory.py b/awx/main/tests/functional/rbac/test_rbac_inventory.py similarity index 100% rename from awx/main/tests/functional/test_rbac_inventory.py rename to awx/main/tests/functional/rbac/test_rbac_inventory.py diff --git a/awx/main/tests/functional/test_rbac_job.py b/awx/main/tests/functional/rbac/test_rbac_job.py similarity index 100% rename from awx/main/tests/functional/test_rbac_job.py rename to awx/main/tests/functional/rbac/test_rbac_job.py diff --git a/awx/main/tests/functional/test_rbac_job_start.py b/awx/main/tests/functional/rbac/test_rbac_job_start.py similarity index 100% rename from awx/main/tests/functional/test_rbac_job_start.py rename to awx/main/tests/functional/rbac/test_rbac_job_start.py diff --git a/awx/main/tests/functional/test_rbac_job_templates.py b/awx/main/tests/functional/rbac/test_rbac_job_templates.py similarity index 100% rename from awx/main/tests/functional/test_rbac_job_templates.py rename to awx/main/tests/functional/rbac/test_rbac_job_templates.py diff --git a/awx/main/tests/functional/test_rbac_label.py b/awx/main/tests/functional/rbac/test_rbac_label.py similarity index 100% rename from awx/main/tests/functional/test_rbac_label.py rename to awx/main/tests/functional/rbac/test_rbac_label.py diff --git a/awx/main/tests/functional/test_rbac_migration.py b/awx/main/tests/functional/rbac/test_rbac_migration.py similarity index 100% rename from awx/main/tests/functional/test_rbac_migration.py rename to awx/main/tests/functional/rbac/test_rbac_migration.py diff --git a/awx/main/tests/functional/test_rbac_notifications.py b/awx/main/tests/functional/rbac/test_rbac_notifications.py similarity index 100% rename from awx/main/tests/functional/test_rbac_notifications.py rename to awx/main/tests/functional/rbac/test_rbac_notifications.py diff --git a/awx/main/tests/functional/test_rbac_organization.py b/awx/main/tests/functional/rbac/test_rbac_organization.py similarity index 100% rename from awx/main/tests/functional/test_rbac_organization.py rename to awx/main/tests/functional/rbac/test_rbac_organization.py diff --git a/awx/main/tests/functional/test_rbac_project.py b/awx/main/tests/functional/rbac/test_rbac_project.py similarity index 100% rename from awx/main/tests/functional/test_rbac_project.py rename to awx/main/tests/functional/rbac/test_rbac_project.py diff --git a/awx/main/tests/functional/test_rbac_role.py b/awx/main/tests/functional/rbac/test_rbac_role.py similarity index 100% rename from awx/main/tests/functional/test_rbac_role.py rename to awx/main/tests/functional/rbac/test_rbac_role.py diff --git a/awx/main/tests/functional/test_rbac_team.py b/awx/main/tests/functional/rbac/test_rbac_team.py similarity index 100% rename from awx/main/tests/functional/test_rbac_team.py rename to awx/main/tests/functional/rbac/test_rbac_team.py diff --git a/awx/main/tests/functional/test_rbac_user.py b/awx/main/tests/functional/rbac/test_rbac_user.py similarity index 100% rename from awx/main/tests/functional/test_rbac_user.py rename to awx/main/tests/functional/rbac/test_rbac_user.py diff --git a/awx/main/tests/functional/test_rbac_workflow.py b/awx/main/tests/functional/rbac/test_rbac_workflow.py similarity index 100% rename from awx/main/tests/functional/test_rbac_workflow.py rename to awx/main/tests/functional/rbac/test_rbac_workflow.py