@sle_minion
@scc_credentials
@skip_if_github_validation
Feature: 0108 - Push a package with unset vendor
Description: In order to distribute software to the clients
As an authorized user
I want to push a package with unset vendor
File name: srv_push_package.feature
Relative path: secondary/srv_push_package.feature
@sle_minion
@scc_credentials
@skip_if_github_validation
Scenario: Push a package with unset vendor through the SLES minion
When
I copy unset package file on "sle_minion"
00:00:02.122
And
I push package "/root/subscription-tools-1.0-0.noarch.rpm" into "fake-base-channel-suse-like" channel through "sle_minion"
00:00:10.757
Then
I should see package "subscription-tools-1.0-0.noarch" in channel "Fake-Base-Channel-SUSE-like"
00:00:01.730
@sle_minion
@scc_credentials
@skip_if_github_validation
Scenario: Check vendor of package displayed in web UI
When
I follow the left menu "Software > Channel List > All"
00:00:00.076
And
I follow "Fake-Base-Channel-SUSE-like"
00:00:00.573
And
I follow "Packages"
00:00:00.483
And
I follow "subscription-tools-1.0-0.noarch"
00:00:00.437
Then
I should see a "Vendor:" text
00:00:00.067
And
I should see a "Not defined" text
00:00:00.063