@scope_api
@rhlike_minion
Feature: 0102 - API "channel" namespace and sub-namespaces
File name: srv_channel_api.feature
Relative path: secondary/srv_channel_api.feature
When
I create a repo with label "foobar" and url
00:00:00.950
And
I associate repo "foobar" with channel "foobar"
00:00:01.140
Then
channel "foobar" should have attribute "last_modified" that is a date
00:00:01.146
And
channel "foobar" should not have attribute "yumrepo_last_sync"
00:00:01.133
@scope_api
Scenario: Create a custom software channel as the child of another one
When
I create the following channels:
00:00:01.027
Then
"foobar-child" should get listed with a call of listSoftwareChannels
00:00:01.029
And
"foobar" should be the parent channel of "foobar-child"
00:00:01.238