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.131
And
I follow "Create Config Channel"
00:00:00.416
And
I enter "Test Config Channel" as "cofName"
00:00:00.066
And
I enter "testconfigchannel" as "cofLabel"
00:00:00.062
And
I enter "This is a test configuration channel" as "cofDescription"
00:00:00.076
And
I click on "Create Config Channel"
00:00:00.062
Then
I should see a "Test Config Channel" text
00:00:00.902
When
I follow the left menu "Configuration > Channels"
00:00:00.064
And
I follow "Test Config Channel"
00:00:00.387
And
I follow "Create Configuration File or Directory"
00:00:00.372
And
I enter "/etc/s-mgr/config" as "cffPath"
00:00:00.066
And
I enter "COLOR=white" in the editor
00:00:00.007
And
I click on "Create Configuration File"
00:00:00.680
Then
I should see a "Revision 1 of /etc/s-mgr/config from channel Test Config Channel" text
00:00:00.091
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should exist on server
00:00:02.592
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/etc/s-mgr/config" should exist on server
00:00:02.543
When
I ensure folder "/tmp/export_iss_v2" doesn't exist on "server"
00:00:04.412
When
I export config channels "testconfigchannel" with ISS v2 to "/tmp/export_iss_v2"
00:00:07.546
Then
"/tmp/export_iss_v2" folder on server is ISS v2 export directory
00:00:02.510
When
I follow the left menu "Configuration > Channels"
00:00:00.069
And
I follow "Test Config Channel"
00:00:00.479
And
I follow "Delete Channel"
00:00:00.346
And
I click on "Delete Config Channel"
00:00:00.061
Then
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should not exist on server
00:00:04.834
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.059
Then
I should see a "Test Config Channel" link
00:00:00.009
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should exist on server
00:00:02.581
And
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/etc/s-mgr/config" should exist on server
00:00:02.503
When
I follow the left menu "Configuration > Channels"
00:00:00.055
And
I follow "Test Config Channel"
00:00:00.486
And
I follow "Delete Channel"
00:00:00.339
And
I click on "Delete Config Channel"
00:00:00.535
Then
file "/srv/susemanager/salt/manager_org_1/testconfigchannel/init.sls" should not exist on server
00:00:04.567
And
I should not see a "Test Config Channel" link
00:00:00.004