Skip to content

Commit

Permalink
New method to check applicable package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Jan 11, 2024
1 parent c5f5d29 commit 2fbf45a
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 72 deletions.
6 changes: 3 additions & 3 deletions robottelo/host_helpers/api_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ def wait_for_errata_applicability_task(
"%B %d, %Y at %I:%M:%S %p"
)
search_query = (
'( label = Actions::Katello::Applicability::Hosts::BulkGenerate OR label = '
'Actions::Katello::Host::UploadPackageProfile ) AND started_at >= "%s"'
% str(long_format)
'( label = Actions::Katello::Applicability::Hosts::BulkGenerate OR'
' label = Actions::Katello::Host::UploadPackageProfile ) AND'
f' started_at >= "{long_format}" '
)
tasks = self._satellite.api.ForemanTask().search(query={'search': search_query})
tasks_finished = 0
Expand Down
Loading

0 comments on commit 2fbf45a

Please sign in to comment.