Test case and tag mismatch fix

Changes:
    - Fix the test case name in the suite

Tested:
    - NA
Change-Id: I3d4c39cd76f21e9f790e64df2cc55d833f9ebec8
Signed-off-by: George Keishing <gkeishin@in.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 70fcf55..e1ae33c 100644
--- a/gui/gui_test/settings_menu/test_network_sub_menu.robot
+++ b/gui/gui_test/settings_menu/test_network_sub_menu.robot
@@ -378,7 +378,7 @@
     Verify SLAAC Address On Autoconfig Enable
 
 
-Enable SLAAC On Both Interfaces, Disable It On Eth0 And Verify Eth1
+Enable SLAAC On Both Interfaces Disable It On Eth0 And Verify Eth1
     [Documentation]  Enable and verify SLAAC property on eth0 and eth1,
     ...  disable it on eth0 and verify eth1 is not impacted.
     [Tags]  Enable_SLAAC_On_Both_Interfaces_Disable_It_On_Eth0_And_Verify_Eth1
@@ -395,7 +395,7 @@
     Verify SLAAC Address On Autoconfig Enable
 
 
-Enable SLAAC On Both Interfaces, Disable It On Eth1 And Verify Eth0
+Enable SLAAC On Both Interfaces Disable It On Eth1 And Verify Eth0
     [Documentation]  Enable and verify SLAAC property on eth0 and eth1,
     ...  disable it on eth1 and verify eth0 is not impacted.
     [Tags]  Enable_SLAAC_On_Both_Interfaces_Disable_It_On_Eth1_And_Verify_Eth0
@@ -410,7 +410,7 @@
     Verify SLAAC Address On Autoconfig Enable
 
 
-Enable SLAAC On Both Interfaces, Disable It On Both And Verify
+Enable SLAAC On Both Interfaces Disable It On Both And Verify
     [Documentation]  Enable and verify SLAAC property on eth0 and eth1,
     ...  disable it on eth0,eth1 and verify.
     [Tags]  Enable_SLAAC_On_Both_Interfaces_Disable_It_On_Both_And_Verify
@@ -730,4 +730,4 @@
     @{ipv6_address_origin_list}  ${ipv6_slaac_addr}=
     ...    Get Address Origin List And Address For Type  SLAAC
     Wait Until Page Contains  ${ipv6_slaac_addr}
-    Wait Until Page Contains  SLAAC
\ No newline at end of file
+    Wait Until Page Contains  SLAAC