@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.969
And
I associate repo "foobar" with channel "foobar"
00:00:01.203
Then
channel "foobar" should have attribute "last_modified" that is a date
00:00:01.179
And
channel "foobar" should not have attribute "yumrepo_last_sync"
00:00:01.201
@scope_api
Scenario: Create a custom software channel as the child of another one
When
I create the following channels:
00:00:01.194
Then
"foobar-child" should get listed with a call of listSoftwareChannels
00:00:01.265
And
"foobar" should be the parent channel of "foobar-child"
00:00:01.371