Change in IPv6 coexistence testcases

    Changes:
        Verify Coexistence Of IPv6 All Types Via GUI

    Tested:
        Ran and Tested on BMC Environment

Change-Id: I401017ad6d5322f24dcb183e1da950257e8938d8
Signed-off-by: Feroz M A <m.a.feroz@ibm.com>
diff --git a/gui/gui_test/settings_menu/test_network_sub_menu.robot b/gui/gui_test/settings_menu/test_network_sub_menu.robot
index af6f65c..4c2e7d1 100644
--- a/gui/gui_test/settings_menu/test_network_sub_menu.robot
+++ b/gui/gui_test/settings_menu/test_network_sub_menu.robot
@@ -563,9 +563,9 @@
     Disabled
 
 
-Verify Coexistence Of IPv6 Addresses Via GUI
-    [Documentation]  verify coexistence of IPv6 addresses on both interfaces, DHCPv6 and SLAAC setup must be present.
-    [Tags]  Verify_Coexistence_Of_IPv6_Addresses_Via_GUI
+Verify Coexistence Of IPv6 All Types Via GUI
+    [Documentation]  verify coexistence of IPv6 all types on both interfaces, DHCPv6 and SLAAC setup must be present.
+    [Tags]  Verify_Coexistence_Of_IPv6_All_Types_Via_GUI
     [Setup]  Run Keywords  Add Static IPv6 Address And Verify Via GUI  ${test_ipv6_addr}  ${test_prefix_length}  Success
     ...  AND  Set And Verify DHCPv6 States  Enabled  Enabled
     ...  AND  Set SLAAC Property On Eth0 And Eth1
@@ -573,15 +573,9 @@
     [Template]  Coexistence Of IPv6 Addresses
 
 
-    # Channel_number   ipv6_type1    ipv6_type2     ipv6_type3
-    1                  Static        LinkLocal      SLAAC
-    2                  LinkLocal     SLAAC          Static
-    1                  Static        DHCP           SLAAC
-    2                  SLAAC         DHCP           Static
-    1                  Static        LinkLocal      DHCP
-    2                  LinkLocal     DHCP           Static
-    1                  LinkLocal     SLAAC          DHCP
-    2                  SLAAC         DHCP           LinkLocal
+    # Channel_number   ipv6_type1    ipv6_type2     ipv6_type3    ipv6_type4
+    1                  Static        LinkLocal      SLAAC         DHCP
+    2                  LinkLocal     SLAAC          Static        DHCP
 
 
 *** Keywords ***