From a3d7bc1a1b9a90af7e7ec6529195ac699262e4b0 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:29:21 -0500 Subject: [PATCH] [6.15.z] api endpoints updated (#13901) --- tests/foreman/endtoend/test_api_endtoend.py | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/tests/foreman/endtoend/test_api_endtoend.py b/tests/foreman/endtoend/test_api_endtoend.py index 86cebd69c6b..e8bf062659c 100644 --- a/tests/foreman/endtoend/test_api_endtoend.py +++ b/tests/foreman/endtoend/test_api_endtoend.py @@ -58,6 +58,7 @@ 'alternate_content_sources_bulk_actions': ( '/katello/api/alternate_content_sources/bulk/destroy', '/katello/api/alternate_content_sources/bulk/refresh', + '/katello/api/alternate_content_sources/bulk/refresh_all', ), 'ansible_collections': ( '/katello/api/ansible_collections', @@ -146,6 +147,8 @@ '/katello/api/systems/:id/enabled_repos', ), 'capsule_content': ( + '/katello/api/capsules/:id/content/counts', + '/katello/api/capsules/:id/content/update_counts', '/katello/api/capsules/:id/content/available_lifecycle_environments', '/katello/api/capsules/:id/content/lifecycle_environments', '/katello/api/capsules/:id/content/lifecycle_environments', @@ -153,7 +156,7 @@ '/katello/api/capsules/:id/content/sync', '/katello/api/capsules/:id/content/sync', '/katello/api/capsules/:id/content/sync', - '/katello/api/capsules/:id/reclaim_space', + '/katello/api/capsules/:id/content/reclaim_space', ), 'capsules': ('/katello/api/capsules', '/katello/api/capsules/:id'), 'common_parameters': ( @@ -457,6 +460,7 @@ '/api/hosts/:id/inherited_parameters', ), 'hosts_bulk_actions': ( + '/api/hosts/bulk', '/api/hosts/bulk/add_host_collections', '/api/hosts/bulk/remove_host_collections', '/api/hosts/bulk/add_subscriptions', @@ -469,9 +473,6 @@ '/api/hosts/bulk/change_content_source', '/api/hosts/bulk/destroy', '/api/hosts/bulk/environment_content_view', - '/api/hosts/bulk/install_content', - '/api/hosts/bulk/update_content', - '/api/hosts/bulk/remove_content', '/api/hosts/bulk/module_streams', '/api/hosts/bulk/release_version', '/api/hosts/bulk/resolve_traces', @@ -482,14 +483,8 @@ '/api/hosts/:host_id/errata', '/api/hosts/:host_id/errata/:id', '/api/hosts/:host_id/errata/applicability', - '/api/hosts/:host_id/errata/apply', - ), - 'host_packages': ( - '/api/hosts/:host_id/packages', - '/api/hosts/:host_id/packages/install', - '/api/hosts/:host_id/packages/remove', - '/api/hosts/:host_id/packages/upgrade_all', ), + 'host_packages': ('/api/hosts/:host_id/packages',), 'http_proxies': ( '/api/http_proxies', '/api/http_proxies', @@ -724,6 +719,7 @@ '/api/remote_execution_features', '/api/remote_execution_features/:id', '/api/remote_execution_features/:id', + '/api/api/hosts/:id/available_remote_execution_features', ), 'scap_content_profiles': ('/api/compliance/scap_content_profiles',), 'simple_content_access': (