Fix robot resource file import error

Changes:
   - Fix the import path in the test suite.

Tested:
   - Ran clean on sandbox.

Change-Id: Ie4c7d0413c9569e82c07069d894b8298894c6bfa
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/security/test_ssl.robot b/security/test_ssl.robot
index d909e7a..3b74f05 100644
--- a/security/test_ssl.robot
+++ b/security/test_ssl.robot
@@ -2,9 +2,9 @@
 Documentation     This testsuite is for testing SSL connection to OpenBMC.
 Suite Teardown    Delete All Sessions
 
-Resource          ../../lib/rest_client.robot
-Resource          ../../lib/resource.robot
-Resource          ../../lib/openbmc_ffdc.robot
+Resource          ../lib/rest_client.robot
+Resource          ../lib/resource.robot
+Resource          ../lib/openbmc_ffdc.robot
 Test Teardown     FFDC On Test Case Fail
 
 *** Test Cases ***