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

marking some 6.16 feature JIRAs #15275

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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