Fix import and test directive syntax error
Changes:
- Fixes the following errors
1) Keyword 'Verify Redfish User Login With Wrong Password'
expected 5 arguments, got 1.
2) lib/bmc_date_and_time_utils.robot' on line 4:
Resource file '../../lib/resource.robot' does not exist.
Tested:
- Ran with --dryrun check is clean.
Change-Id: Ibeb25ac62d616b9b78bb5c20faa6d48f26ba7285
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/bmc_date_and_time_utils.robot b/lib/bmc_date_and_time_utils.robot
index 6dde95c..a1fb8d5 100644
--- a/lib/bmc_date_and_time_utils.robot
+++ b/lib/bmc_date_and_time_utils.robot
@@ -1,13 +1,13 @@
*** Settings ***
Documentation This module provides general keywords for date time and ntp.
-Resource ../../lib/resource.robot
-Resource ../../lib/bmc_redfish_resource.robot
-Resource ../../lib/common_utils.robot
-Resource ../../lib/openbmc_ffdc.robot
-Resource ../../lib/utils.robot
-Resource ../../lib/rest_client.robot
-Library ../../lib/gen_robot_valid.py
+Resource ../lib/resource.robot
+Resource ../lib/bmc_redfish_resource.robot
+Resource ../lib/common_utils.robot
+Resource ../lib/openbmc_ffdc.robot
+Resource ../lib/utils.robot
+Resource ../lib/rest_client.robot
+Library ../lib/gen_robot_valid.py
*** Variables ***
diff --git a/redfish/account_service/test_user_account.robot b/redfish/account_service/test_user_account.robot
index 96bda5d..7d1503a 100644
--- a/redfish/account_service/test_user_account.robot
+++ b/redfish/account_service/test_user_account.robot
@@ -112,7 +112,7 @@
Verify Redfish Operator User Login With Wrong Password
[Documentation] Verify Redfish create operator user with valid password and make sure
- ... operator user failed to login with wrong password.
+ ... operator user failed to login with wrong password.
[Tags] Verify_Redfish_Operator_User_Login_With_Wrong_Password
[Template] Verify Redfish User Login With Wrong Password