Fix for SSL error test case and base code cleanup

This change addresses the following
  - Warning messages from existing code tags,documentation etc
  - Fix SSL Connection error test case

Resolves openbmc/openbmc-test-automation#9 and
resolves openbmc/openbmc-test-automation#4

Change-Id: I41a1ce8b42304b2e4b0a6c5de2c5f995788d599e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_eventlog.robot b/tests/test_eventlog.robot
index 8280f78..c294ae5 100644
--- a/tests/test_eventlog.robot
+++ b/tests/test_eventlog.robot
@@ -128,7 +128,7 @@
     ${resp} =    openbmc post request     ${deluri}    data=${NIL}
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
 
-makeing new log after obmc-phosphor-event.service restart
+making new log after obmc-phosphor-event.service restart
     [Documentation]     This is for testing event creation after the
     ...                 event service is restarted.
     [Tags]  CI