From cb471ba2af9d3977ff082273f9086b22a588e8e3 Mon Sep 17 00:00:00 2001 From: vandabarata Date: Thu, 3 Oct 2024 10:53:18 +0100 Subject: [PATCH] QE: Fix openscap path for SLES --- .../features/secondary/min_salt_openscap_audit.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testsuite/features/secondary/min_salt_openscap_audit.feature b/testsuite/features/secondary/min_salt_openscap_audit.feature index eaf63d688a41..05b0b5f6ef60 100644 --- a/testsuite/features/secondary/min_salt_openscap_audit.feature +++ b/testsuite/features/secondary/min_salt_openscap_audit.feature @@ -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 @@ -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 @@ -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 @@ -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