Fix test case tagging name

Error message:
space not allowed in tag name:
   'Able_To_Access_Serial_Console_Via_Both_Network Interfaces' (TagWithSpaces)

Change-Id: I7fa4a6a3c55d09bee04af4babb0d2de8d4ad2adb
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/managers/test_multiple_interfaces.robot b/redfish/managers/test_multiple_interfaces.robot
index 3ad8842..c142d5c 100644
--- a/redfish/managers/test_multiple_interfaces.robot
+++ b/redfish/managers/test_multiple_interfaces.robot
@@ -115,7 +115,7 @@
 
 Able To Access Serial Console Via Both Network Interfaces
     [Documentation]  Able to access serial console via both network interfaces.
-    [Tags]  Able_To_Access_Serial_Console_Via_Both_Network Interfaces
+    [Tags]  Able_To_Access_Serial_Console_Via_Both_Network_Interfaces
 
     Open Connection And Log In  host=${OPENBMC_HOST}  port=2200
     Open Connection And Log In  host=${OPENBMC_HOST_1}  port=2200