Feature: 0012 - Create fake repositories for each fake child channel
Description: In order to distribute software to the clients
As an authorized user
I want to create a fake repository per fake child channel
File name: srv_create_fake_repositories.feature
Relative path: reposync/srv_create_fake_repositories.feature
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.204
And
I follow "Create Repository"
00:00:00.341
And
I enter "fake-rpm-repo" as "label"
00:00:00.061
And
I enter "http://localhost/pub/TestRepoRpmUpdates/" as "url"
00:00:00.087
And
I click on "Create Repository"
00:00:00.059
Then
I should see a "Repository created successfully" text
00:00:00.156
And
I should see "metadataSigned" as checked
00:00:00.018
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.077
And
I follow "fake-rpm-repo"
00:00:00.233
And
I uncheck "metadataSigned"
00:00:10.074
And
I click on "Update Repository"
00:00:00.466
Then
I should see a "Repository updated successfully" text
00:00:00.155
And
I should see "metadataSigned" as unchecked
00:00:00.015
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.070
And
I follow "Create Repository"
00:00:00.248
And
I enter "fake-appstream-repo" as "label"
00:00:00.063
And
I enter "http://localhost/pub/TestRepoAppStream/" as "url"
00:00:00.085
And
I click on "Create Repository"
00:00:00.055
Unable to find visible xpath "/html" (Capybara::ElementNotFound) ./features/support/commonlib.rb:125:in `check_text?' ./features/step_definitions/navigation_steps.rb:691:in `/^I should see a "([^"]*)" text$/' features/reposync/srv_create_fake_repositories.feature:40:in `I should see a "Repository created successfully" text'
And
I should see "metadataSigned" as checked
0s
@rhlike_minion
Scenario: Disable metadata check for the fake AppStream repository
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.074
And
I follow "fake-appstream-repo"
00:00:00.305
And
I uncheck "metadataSigned"
00:00:10.081
And
I click on "Update Repository"
00:00:00.443
Then
I should see a "Repository updated successfully" text
00:00:00.161
And
I should see "metadataSigned" as unchecked
00:00:00.015
@sle_minion
Scenario: Add the fake RPM repository to the SUSE fake child channel
When
I follow the left menu "Software > Manage > Channels"
00:00:00.075
And
I follow "Fake-RPM-SUSE-Channel"
00:00:00.461
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
00:00:00.116
And
I click on "Update Channel"
00:00:00.065
Then
I should see a "Channel Fake-RPM-SUSE-Channel updated" text
00:00:00.532
+ Show Error
+ Screenshot
Unable to find xpath "/html" (Capybara::ElementNotFound) ./features/support/commonlib.rb:125:in `check_text?' ./features/step_definitions/navigation_steps.rb:691:in `/^I should see a "([^"]*)" text$/' features/reposync/srv_create_fake_repositories.feature:58:in `I should see a "Channel Fake-RPM-SUSE-Channel updated" text'
When
I follow "Repositories" in the content area
0s
And
I select the "fake-rpm-repo" repo
0s
And
I click on "Save Repositories"
0s
Then
I should see a "Fake-RPM-SUSE-Channel repository information was successfully updated" text
0s
When
I follow the left menu "Software > Manage > Channels"
00:00:00.072
And
I follow "Test-Child-Channel-x86_64"
00:00:00.363
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
00:00:00.118
And
I click on "Update Channel"
00:00:00.491
Then
I should see a "Channel Test-Child-Channel-x86_64 updated" text
00:00:00.186
When
I follow "Repositories" in the content area
00:00:00.070
And
I select the "fake-rpm-repo" repo
00:00:00.060
And
I click on "Save Repositories"
00:00:00.572
Then
I should see a "Test-Child-Channel-x86_64 repository information was successfully updated" text
00:00:00.165
@rhlike_minion
Scenario: Add the fake RPM repository to the RedHat-like base channel
When
I follow the left menu "Software > Manage > Channels"
00:00:00.069
And
I follow "Fake-Base-Channel-RH-like"
00:00:00.348
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
00:00:00.112
And
I click on "Update Channel"
00:00:00.558
Then
I should see a "Channel Fake-Base-Channel-RH-like updated" text
00:00:00.183
When
I follow "Repositories" in the content area
00:00:00.062
And
I select the "fake-rpm-repo" repo
00:00:00.050
And
I click on "Save Repositories"
00:00:01.210
Then
I should see a "Fake-Base-Channel-RH-like repository information was successfully updated" text
00:00:00.160
@rhlike_minion
Scenario: Add the fake AppStream repository to the AppStream base channel
When
I follow the left menu "Software > Manage > Channels"
00:00:00.067
And
I follow "Fake-Base-Channel-AppStream"
00:00:00.353
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
00:00:00.110
And
I click on "Update Channel"
00:00:01.046
Then
I should see a "Channel Fake-Base-Channel-AppStream updated" text
00:00:00.178
When
I follow "Repositories" in the content area
00:00:00.059
And
I select the "fake-appstream-repo" repo
00:00:00.060
And
I click on "Save Repositories"
00:00:01.272
Then
I should see a "Fake-Base-Channel-AppStream repository information was successfully updated" text
00:00:00.166
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.073
And
I follow "Create Repository"
00:00:00.310
And
I enter "fake-i586-repo" as "label"
00:00:00.059
And
I enter "file:///srv/www/htdocs/pub/TestRepoRpmUpdates/" as "url"
00:00:00.092
And
I uncheck "metadataSigned"
00:00:10.083
And
I click on "Create Repository"
00:00:00.504
Then
I should see a "Repository created successfully" text
00:00:00.154
When
I follow the left menu "Software > Manage > Channels"
00:00:00.077
And
I follow "Fake-Child-Channel-i586"
00:00:00.367
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
00:00:00.115
And
I click on "Update Channel"
00:00:00.488
Then
I should see a "Channel Fake-Child-Channel-i586 updated" text
00:00:00.182
When
I follow "Repositories" in the content area
00:00:00.075
And
I select the "fake-i586-repo" repo
00:00:00.057
And
I click on "Save Repositories"
00:00:00.752
Then
I should see a "Fake-Child-Channel-i586 repository information was successfully updated" text
00:00:00.164
When
I follow the left menu "Software > Manage > Channels"
00:00:00.068
And
I follow "Fake-Child-Channel-SUSE-like"
00:00:00.435
And
I follow "Repositories" in the content area
00:00:00.059
And
I select the "fake-rpm-repo" repo
00:00:00.056
And
I click on "Save Repositories"
00:00:00.660
Then
I should see a "Fake-Child-Channel-SUSE-like repository information was successfully updated" text
00:00:00.164
When
I follow the left menu "Software > Manage > Repositories"
00:00:00.072
And
I follow "Create Repository"
00:00:00.314
And
I enter "fake-debian-repo" as "label"
00:00:00.063
And
I select "deb" from "contenttype"
00:00:00.066
And
I enter "http://localhost/pub/TestRepoDebUpdates/" as "url"
00:00:00.087
And
I click on "Create Repository"
00:00:00.462
Then
I should see a "Repository created successfully" text
00:00:00.165
@deblike_minion
Scenario: Add the repository to the Debian-like base channel
When
I follow the left menu "Software > Manage > Channels"
00:00:00.071
And
I follow "Fake-Base-Channel-Debian-like"
00:00:00.369
And
I follow "Repositories" in the content area
00:00:00.055
And
I select the "fake-debian-repo" repo
00:00:00.054
And
I click on "Save Repositories"
00:00:01.481
Then
I should see a "Fake-Base-Channel-Debian-like repository information was successfully updated" text
00:00:00.171
@pxeboot_minion
@uyuni
@scc_credentials
Scenario: Add the repository to the terminal child channel
When
I follow the left menu "Software > Manage > Channels"
0s
And
I follow "Fake-RPM-Terminal-Channel"
0s
And
I enter "file:///etc/pki/rpm-gpg/uyuni-tools-gpg-pubkey-0d20833e.key" as "GPG key URL"
0s
And
I click on "Update Channel"
0s
Then
I should see a "Channel Fake-RPM-Terminal-Channel updated" text
0s
When
I follow "Repositories" in the content area
0s
And
I select the "fake-rpm-repo" repo
0s
And
I click on "Save Repositories"
0s
Then
I should see a "Fake-RPM-Terminal-Channel repository information was successfully updated" text
0s