Fix Tag naming errors

Refer: https://github.com/generatz/check_robot_tags  on how to use
       to identify tagging name mismatch.

Change-Id: I0859ab417d1ec362638fa5dffc3db70c6450380f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/security/test_ssl.robot b/tests/security/test_ssl.robot
index 0085f26..4dfe19e 100644
--- a/tests/security/test_ssl.robot
+++ b/tests/security/test_ssl.robot
@@ -14,14 +14,14 @@
     [Tags]  Test_SSL_Connection
     Initialize OpenBMC
 
-Test Non-SSL Connection To Port 80
+Test Non SSL Connection To Port 80
     [Documentation]  Test that OpenBMC machine does not accept the non-secure
     ...  http connection at port 80 and would expect a connection error.
     [Tags]  Test_Non_SSL_Connection_To_Port_80
     Create Session  openbmc  http://${OPENBMC_HOST}/  timeout=3
     Run Keyword And Expect Error  ConnectionError*  Get Request  openbmc  /list
 
-Test Non-SSL Connection To Port 443
+Test Non SSL Connection To Port 443
     [Documentation]  Test that OpenBmc does not accept the non-secure
     ...  http connection at port 443 and would expect a connection error.
     [Tags]  Test_Non_SSL_Connection_To_Port_443