Skip to content

Commit

Permalink
Merge pull request #9319 from vandabarata/qe-vb-fix-openscap-path-on-…
Browse files Browse the repository at this point in the history
…sles

QE: Fix openscap path for SLES
  • Loading branch information
raulillo82 authored Oct 3, 2024
2 parents 8ceb11d + cb471ba commit be1401c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testsuite/features/secondary/min_salt_openscap_audit.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Feature: OpenSCAP audit of Salt minion
And I follow "Schedule" in the content area
And I wait at most 30 seconds until I do not see "This system does not yet have OpenSCAP scan capability." text, refreshing the page
And I enter "--profile standard" as "params"
And I enter "/usr/share/xml/scap/ssg/content/ssg-sle15-ds-1.2.xml" as "path"
And I enter "/usr/share/xml/scap/ssg/content/ssg-sle15-ds.xml" as "path"
And I click on "Schedule"
Then I should see a "XCCDF scan has been scheduled" text
And I wait at most 500 seconds until event "OpenSCAP xccdf scanning" is completed
Expand All @@ -40,7 +40,7 @@ Feature: OpenSCAP audit of Salt minion
And I follow "Schedule" in the content area
And I wait at most 30 seconds until I do not see "This system does not yet have OpenSCAP scan capability." text, refreshing the page
And I enter "--profile standard" as "params"
And I enter "/usr/share/xml/scap/ssg/content/ssg-opensuse-ds-1.2.xml" as "path"
And I enter "/usr/share/xml/scap/ssg/content/ssg-opensuse-ds.xml" as "path"
And I click on "Schedule"
Then I should see a "XCCDF scan has been scheduled" text
And I wait at most 500 seconds until event "OpenSCAP xccdf scanning" is completed
Expand Down Expand Up @@ -73,7 +73,7 @@ Feature: OpenSCAP audit of Salt minion
And I follow "Schedule" in the content area
And I wait at most 30 seconds until I do not see "This system does not yet have OpenSCAP scan capability." text, refreshing the page
And I enter "--profile standard" as "params"
And I enter "/usr/share/xml/scap/ssg/content/ssg-sle15-ds-1.2.xml" as "path"
And I enter "/usr/share/xml/scap/ssg/content/ssg-sle15-ds.xml" as "path"
And I click on "Schedule"
Then I should see a "XCCDF scan has been scheduled" text
When I wait for the OpenSCAP audit to finish
Expand All @@ -84,7 +84,7 @@ Feature: OpenSCAP audit of Salt minion
And I follow "Schedule" in the content area
And I wait at most 30 seconds until I do not see "This system does not yet have OpenSCAP scan capability." text, refreshing the page
And I enter "--profile standard" as "params"
And I enter "/usr/share/xml/scap/ssg/content/ssg-opensuse-ds-1.2.xml" as "path"
And I enter "/usr/share/xml/scap/ssg/content/ssg-opensuse-ds.xml" as "path"
And I click on "Schedule"
Then I should see a "XCCDF scan has been scheduled" text
When I wait for the OpenSCAP audit to finish
Expand Down

0 comments on commit be1401c

Please sign in to comment.