diff options
author | Alan Rominger <arominge@redhat.com> | 2024-12-20 20:54:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 20:54:52 +0100 |
commit | 14808cb99b54147f08ab37dc822c78ca94adbefc (patch) | |
tree | 349ae1e577ef32f14d9eaa98021d42ad6c8c105f | |
parent | Move cred type unite tests to awx-plugins (diff) | |
download | awx-14808cb99b54147f08ab37dc822c78ca94adbefc.tar.xz awx-14808cb99b54147f08ab37dc822c78ca94adbefc.zip |
Move RBAC functional tests into folder (#15723)
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_api.py (renamed from awx/main/tests/functional/test_rbac_api.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_credential.py (renamed from awx/main/tests/functional/test_rbac_credential.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_execution_environment.py (renamed from awx/main/tests/functional/test_rbac_execution_environment.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_instance_groups.py (renamed from awx/main/tests/functional/test_rbac_instance_groups.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_inventory.py (renamed from awx/main/tests/functional/test_rbac_inventory.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_job.py (renamed from awx/main/tests/functional/test_rbac_job.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_job_start.py (renamed from awx/main/tests/functional/test_rbac_job_start.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_job_templates.py (renamed from awx/main/tests/functional/test_rbac_job_templates.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_label.py (renamed from awx/main/tests/functional/test_rbac_label.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_migration.py (renamed from awx/main/tests/functional/test_rbac_migration.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_notifications.py (renamed from awx/main/tests/functional/test_rbac_notifications.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_organization.py (renamed from awx/main/tests/functional/test_rbac_organization.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_project.py (renamed from awx/main/tests/functional/test_rbac_project.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_role.py (renamed from awx/main/tests/functional/test_rbac_role.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_team.py (renamed from awx/main/tests/functional/test_rbac_team.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_user.py (renamed from awx/main/tests/functional/test_rbac_user.py) | 0 | ||||
-rw-r--r-- | awx/main/tests/functional/rbac/test_rbac_workflow.py (renamed from awx/main/tests/functional/test_rbac_workflow.py) | 0 |
17 files changed, 0 insertions, 0 deletions
diff --git a/awx/main/tests/functional/test_rbac_api.py b/awx/main/tests/functional/rbac/test_rbac_api.py index 8eb26177a4..8eb26177a4 100644 --- a/awx/main/tests/functional/test_rbac_api.py +++ b/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 index 7b208f644f..7b208f644f 100644 --- a/awx/main/tests/functional/test_rbac_credential.py +++ b/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 index 8749574389..8749574389 100644 --- a/awx/main/tests/functional/test_rbac_execution_environment.py +++ b/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 index 418e5a351a..418e5a351a 100644 --- a/awx/main/tests/functional/test_rbac_instance_groups.py +++ b/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 index 87804d1c74..87804d1c74 100644 --- a/awx/main/tests/functional/test_rbac_inventory.py +++ b/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 index c4bcee00d6..c4bcee00d6 100644 --- a/awx/main/tests/functional/test_rbac_job.py +++ b/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 index 6d03e8dc2e..6d03e8dc2e 100644 --- a/awx/main/tests/functional/test_rbac_job_start.py +++ b/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 index 34f82d9a74..34f82d9a74 100644 --- a/awx/main/tests/functional/test_rbac_job_templates.py +++ b/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 index c131934fc2..c131934fc2 100644 --- a/awx/main/tests/functional/test_rbac_label.py +++ b/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 index 8ee411ba1a..8ee411ba1a 100644 --- a/awx/main/tests/functional/test_rbac_migration.py +++ b/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 index 72d5d016a9..72d5d016a9 100644 --- a/awx/main/tests/functional/test_rbac_notifications.py +++ b/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 index 7a07225d30..7a07225d30 100644 --- a/awx/main/tests/functional/test_rbac_organization.py +++ b/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 index ff7a2a5038..ff7a2a5038 100644 --- a/awx/main/tests/functional/test_rbac_project.py +++ b/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 index 8911ba880e..8911ba880e 100644 --- a/awx/main/tests/functional/test_rbac_role.py +++ b/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 index 6c3e68c6c1..6c3e68c6c1 100644 --- a/awx/main/tests/functional/test_rbac_team.py +++ b/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 index 10ca851bbe..10ca851bbe 100644 --- a/awx/main/tests/functional/test_rbac_user.py +++ b/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 index 4814e3212c..4814e3212c 100644 --- a/awx/main/tests/functional/test_rbac_workflow.py +++ b/awx/main/tests/functional/rbac/test_rbac_workflow.py |