-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add a scap remediation feature test #15491
Add a scap remediation feature test #15491
Conversation
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
|
||
:steps: | ||
|
||
1. Create a valid scap content |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, this step need to remove as this is part of setup.
Co-authored-by: vijay sawant <visawant@redhat.com>
Co-authored-by: vijay sawant <visawant@redhat.com>
trigger: test-robottelo |
PRT Result
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
* Add a scap remediation feature test * Update tests/foreman/longrun/test_oscap.py Co-authored-by: vijay sawant <visawant@redhat.com> * Update tests/foreman/longrun/test_oscap.py Co-authored-by: vijay sawant <visawant@redhat.com> * Update test_oscap.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Peter Ondrejka <pondrejk@users.noreply.github.com> Co-authored-by: vijay sawant <visawant@redhat.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Problem Statement
https://issues.redhat.com/browse/SAT-23240
Solution
Add an entity in airgun and test through WebUI (this is a WebUI-only feature). Create a host, run a scan, remediate an issue.
Requires SatelliteQE/airgun#1441