Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move RBAC functional tests into folder #15723

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

AlanCoding
Copy link
Member

SUMMARY

All I want for Christmas is the awx/main/tests/functional/test_rbac_* files moved into their own folder.

$ tree awx/main/tests/functional/
awx/main/tests/functional/
├── analytics
│   ├── __init__.py
│   ├── test_collectors.py
│   ├── test_core.py
│   ├── test_counts.py
│   └── test_metrics.py
├── api
│   ├── __init__.py
│   ├── test_activity_streams.py
│   ├── test_adhoc.py
│   ├── test_analytics.py
│   ├── test_application_name.py
│   ├── test_auth.py
│   ├── test_create_attach_views.py
│   ├── test_credential_input_sources.py
│   ├── test_credential.py
│   ├── test_credential_type.py
│   ├── test_deprecated_credential_assignment.py
│   ├── test_events.py
│   ├── test_generic.py
│   ├── test_group.py
│   ├── test_host_filter.py
│   ├── test_immutablesharedfields.py
│   ├── test_instance_group.py
│   ├── test_instance_peers.py
│   ├── test_instance.py
│   ├── test_inventory.py
│   ├── test_job.py
│   ├── test_job_runtime_params.py
│   ├── test_job_template.py
│   ├── test_notifications.py
│   ├── test_organization_counts.py
│   ├── test_organizations.py
│   ├── test_pagination.py
│   ├── test_project.py
│   ├── test_rbac_displays.py
│   ├── test_resource_access_lists.py
│   ├── test_role.py
│   ├── test_schedules.py
│   ├── test_script_endpoint.py
│   ├── test_search_filter.py
│   ├── test_serializers.py
│   ├── test_settings.py
│   ├── test_survey_spec.py
│   ├── test_unified_jobs_stdout.py
│   ├── test_unified_jobs_view.py
│   ├── test_unified_job_template.py
│   ├── test_user.py
│   ├── test_webhooks.py
│   ├── test_workflow_job.py
│   └── test_workflow_node.py
├── commands
│   ├── __init__.py
│   ├── test_callback_receiver.py
│   ├── test_cleanup_host_metrics.py
│   ├── test_commands.py
│   ├── test_expire_sessions.py
│   ├── test_host_metric_summary_monthly.py
│   ├── test_inventory_import.py
│   ├── test_provision_instance.py
│   ├── test_register_queue.py
│   └── test_secret_key_regeneration.py
├── conftest.py
├── dab_rbac
│   ├── test_access_list.py
│   ├── test_access_regressions.py
│   ├── test_dab_rbac_api.py
│   ├── test_external_auditor.py
│   ├── test_managed_roles.py
│   ├── test_translation_layer_new_to_old.py
│   └── test_translation_layer.py
├── dab_resource_registry
│   ├── test_ansible_id_display.py
│   └── test_resource_list.py
├── __init__.py
├── models
│   ├── test_activity_stream.py
│   ├── test_base.py
│   ├── test_context_managers.py
│   ├── test_events.py
│   ├── test_execution_environment.py
│   ├── test_host_metric.py
│   ├── test_inventory.py
│   ├── test_job_launch_config.py
│   ├── test_job_options.py
│   ├── test_job.py
│   ├── test_notifications.py
│   ├── test_project.py
│   ├── test_schedule.py
│   ├── test_unified_job.py
│   └── test_workflow.py
├── rbac
│   ├── test_rbac_api.py
│   ├── test_rbac_credential.py
│   ├── test_rbac_execution_environment.py
│   ├── test_rbac_instance_groups.py
│   ├── test_rbac_inventory.py
│   ├── test_rbac_job.py
│   ├── test_rbac_job_start.py
│   ├── test_rbac_job_templates.py
│   ├── test_rbac_label.py
│   ├── test_rbac_migration.py
│   ├── test_rbac_notifications.py
│   ├── test_rbac_organization.py
│   ├── test_rbac_project.py
│   ├── test_rbac_role.py
│   ├── test_rbac_team.py
│   ├── test_rbac_user.py
│   └── test_rbac_workflow.py
├── task_management
│   ├── __init__.py
│   ├── test_capacity.py
│   ├── test_container_groups.py
│   ├── test_rampart_groups.py
│   └── test_scheduler.py
├── test_api_generics.py
├── test_apps.py
├── test_bulk.py
├── test_copy.py
├── test_credential.py
├── test_db_credential.py
├── test_dispatch.py
├── test_fixture_factories.py
├── test_ha.py
├── test_instance_group_ordering.py
├── test_instances.py
├── test_inventory_input_constructed.py
├── test_inventory_source_injectors.py
├── test_inventory_source_migration.py
├── test_jobs.py
├── test_labels.py
├── test_licenses.py
├── test_linkstate.py
├── test_migrations.py
├── test_named_url.py
├── test_notifications.py
├── test_org_admin_migration.py
├── test_projects.py
├── test_python_requirements.py
├── test_routing.py
├── test_session.py
├── test_tasks.py
└── utils
    ├── __init__.py
    ├── test_common.py
    ├── test_execution_environments.py
    └── test_update_model.py

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

Copy link

sonarqubecloud bot commented Dec 20, 2024

Quality Gate Passed Quality Gate passed

Issues
19 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@AlanCoding AlanCoding merged commit 14808cb into ansible:devel Dec 20, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants