Feature: 0038 - Export and import configuration channels with new ISS implementation
Description: Distribute configuration between servers
Run export and import with ISS v2
File name: srv_handle_config_channels_with_ISS_v2.feature
Relative path: secondary/srv_handle_config_channels_with_ISS_v2.feature
When
I follow the left menu "Configuration > Channels"
00:00:00.138
And
I follow "Create Config Channel"
00:00:00.368
And
I enter "Test Config Channel" as "cofName"
00:00:00.070
And
I enter "testconfigchannel" as "cofLabel"
00:00:00.068
And
I enter "This is a test configuration channel" as "cofDescription"
00:00:00.078
And
I click on "Create Config Channel"
00:00:00.877
Then
I should see a "Test Config Channel" text
00:00:00.061
When
I follow the left menu "Configuration > Channels"
00:00:00.065
And
I follow "Test Config Channel"
00:00:00.493
And
I follow "Create Configuration File or Directory"
00:00:00.389
And
I enter "/etc/s-mgr/config" as "cffPath"
00:00:00.067
And
I enter "COLOR=white" in the editor
00:00:00.005
And
I click on "Create Configuration File"
00:00:00.070
Then
I should see a "Revision 1 of /etc/s-mgr/config from channel Test Config Channel" text
00:00:00.095
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should exist on server
00:00:02.324
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/etc/s-mgr/config" should exist on server
00:00:02.559
When
I ensure folder "/tmp/export_iss_v2" doesn't exist on "server"
00:00:02.585
When
I export config channels "testconfigchannel" with ISS v2 to "/tmp/export_iss_v2"
00:00:08.798
Then
"/tmp/export_iss_v2" folder on server is ISS v2 export directory
00:00:02.550
When
I follow the left menu "Configuration > Channels"
00:00:00.061
And
I follow "Test Config Channel"
00:00:00.566
And
I follow "Delete Channel"
00:00:00.347
And
I click on "Delete Config Channel"
00:00:00.574
Then
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should not exist on server
00:00:02.643
And
I should not see a "Test Config Channel" link
00:00:00.008
When
I follow the left menu "Configuration > Channels"
00:00:00.064
Then
I should see a "Test Config Channel" link
00:00:00.008
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should exist on server
00:00:02.627
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/etc/s-mgr/config" should exist on server
00:00:02.529
When
I follow the left menu "Configuration > Channels"
00:00:00.062
And
I follow "Test Config Channel"
00:00:00.544
And
I follow "Delete Channel"
00:00:00.359
And
I click on "Delete Config Channel"
00:00:00.055
Then
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should not exist on server
00:00:02.680
And
I should not see a "Test Config Channel" link
00:00:00.005