Skip to content

Commit

Permalink
Merge pull request #7787 from maximenoel8/channel_mapping_specify_deb…
Browse files Browse the repository at this point in the history
…ian_fake_channel

Use the full debian base channel name to avoid Ambiguous match
  • Loading branch information
deneb-alpha authored Oct 27, 2023
2 parents dc1f893 + 2812ee8 commit 563bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/features/secondary/srv_dist_channel_mapping.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Feature: Distribution Channel Mapping
When I enter "Ubuntu 22.04.01 LTS" as "os"
And I enter "22.04" as "release"
And I select "x86_64" from "architecture" dropdown
And I select "Fake-Base-Channel" from "channel_label" dropdown
And I select "Fake-Base-Channel-Debian-like" from "channel_label" dropdown
And I click on "Create Mapping"
Then I should see a "Ubuntu 22.04.01 LTS" link in the content area

Expand Down Expand Up @@ -101,7 +101,7 @@ Feature: Distribution Channel Mapping
And I should see the text "sle-product-sles15-sp4-pool-x86_64" in the Channel Label field
When I follow "Ubuntu 22.04.01 LTS"
And I enter "Ubuntu 22.04.01 LTS modified" as "os"
And I select "Fake-Base-Channel" from "channel_label" dropdown
And I select "Fake-Base-Channel-Debian-like" from "channel_label" dropdown
And I click on "Update Mapping"
Then I should see the text "Ubuntu 22.04.01 LTS modified" in the Operating System field
And I should see the text "fake-base-channel" in the Channel Label field
Expand Down

0 comments on commit 563bc63

Please sign in to comment.