Skip to content

Commit e849ac9

Browse files
authored
api endtoend get links test updated for 6.19 (#21022)
1 parent 2f654b4 commit e849ac9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/foreman/endtoend/test_api_endtoend.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,12 @@
416416
'/katello/api/host_collections/:id/copy',
417417
'/katello/api/host_collections/:id/remove_hosts',
418418
),
419-
'host_debs': ('/api/hosts/:host_id/debs',),
419+
'host_debs': (
420+
'/api/hosts/:host_id/debs',
421+
'/api/host_debs/:id',
422+
'/api/host_debs/compare',
423+
'/api/host_debs/installed_debs',
424+
),
420425
'host_module_streams': ('/api/hosts/:host_id/module_streams',),
421426
'host_statuses': ('/api/host_statuses',),
422427
'host_subscriptions': (
@@ -431,6 +436,7 @@
431436
'host_tracer': (
432437
'/api/hosts/:host_id/traces',
433438
'/api/hosts/:host_id/traces/resolve',
439+
'/api/hosts/bulk/traces/auto_complete_search',
434440
),
435441
'hostgroups': (
436442
'/api/hostgroups',
@@ -478,6 +484,7 @@
478484
'hosts_bulk_actions': (
479485
'/api/hosts/bulk',
480486
'/api/hosts/bulk/build',
487+
'/api/hosts/bulk/change_power_state',
481488
'/api/hosts/bulk/reassign_hostgroups',
482489
'/api/hosts/bulk/change_owner',
483490
'/api/hosts/bulk/disassociate',
@@ -497,6 +504,7 @@
497504
'/api/hosts/bulk/resolve_traces',
498505
'/api/hosts/bulk/traces',
499506
'/api/hosts/bulk/system_purpose',
507+
'/api/hosts/bulk/assign_content_view_environments',
500508
),
501509
'host_errata': (
502510
'/api/hosts/:host_id/errata',
@@ -508,6 +516,7 @@
508516
'/api/host_packages/:id',
509517
'/api/host_packages/compare',
510518
'/api/host_packages/installed_packages',
519+
'/api/hosts/:host_id/transient_packages/containerfile_install_command',
511520
),
512521
'http_proxies': (
513522
'/api/http_proxies',

0 commit comments

Comments
 (0)