Skip to content

Commit

Permalink
QE: Fix AlmaLinux 8 CLM tests
Browse files Browse the repository at this point in the history
For RHEL 8 clients we create CLM filters for Python 3.6 and Ruby 2.7
instead of PHP. Furthermore the client tools channel were wrong.

Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg authored and admd committed Jun 19, 2024
1 parent 2424e35 commit d6e246e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Feature: Add the Alma 8 distribution custom repositories

Scenario: Verify the CLM filters we need for Alma 8 exist
When I follow the left menu "Content Lifecycle > Filters"
Then I should see a "ruby-3.1" text
And I should see a "php-8.1" text
Then I should see a "ruby-2.7" text
And I should see a "python-3.6" text

@susemanager
Scenario: Create a CLM project to remove AppStream metadata from Alma 8
Expand All @@ -30,6 +30,7 @@ Feature: Add the Alma 8 distribution custom repositories
And I check "Custom Channel for alma8_minion"
And I click on "Save"
Then I should see a "RES8-Manager-Tools-Pool for x86_64 Alma" text
And I should see a "RES8-Manager-Tools-Updates for x86_64 Alma" text
When I click on "Attach/Detach Filters"
And I check "python-3.6: enable module python36:3.6"
And I check "ruby-2.7: enable module ruby:2.7"
Expand Down

0 comments on commit d6e246e

Please sign in to comment.