Skip to content

Commit

Permalink
marking some 6.16 feature JIRAs
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Jun 3, 2024
1 parent e65bda0 commit 0008672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/cli/test_oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,8 @@ def test_positive_associate_scap_policy_with_hostgroups(self, scap_content, modu
:expectedresults: The policy is created and associated successfully.
:Verifies: SAT-19492
:CaseImportance: Medium
"""
hostgroup = module_target_sat.cli_factory.hostgroup()
Expand Down
2 changes: 2 additions & 0 deletions tests/foreman/sys/test_webpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def test_positive_webpack5(target_sat):
:id: b7f3fbb2-ef4b-4634-877f-b8ea10373e04
:Verifies: SAT-5741
:expectedresults: There is a file "public/webpack/foreman_tasks/foreman_tasks_remoteEntry.js" when Webpack 5 has been used. It used to be "public/webpack/foreman-tasks-<ID>.js" before.
"""
assert (
Expand Down

0 comments on commit 0008672

Please sign in to comment.