@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:01.019
And
I associate repo "foobar" with channel "foobar"
00:00:00.995
Then
channel "foobar" should have attribute "last_modified" that is a date
00:00:00.985
And
channel "foobar" should not have attribute "yumrepo_last_sync"
00:00:01.091
@scope_api
Scenario: Create a custom software channel as the child of another one
When
I create the following channels:
00:00:01.162
Then
"foobar-child" should get listed with a call of listSoftwareChannels
00:00:01.001
And
"foobar" should be the parent channel of "foobar-child"
00:00:01.173