Fix No keyword exist error
Test Remote API Valid Config Combination :: Verify valid combinati... | FAIL |
No keyword with name 'Configure Remote Logging Server' found. Did you mean:
remote_logging_utils.Configure Remote Log Server
Verify Configure Remote Logging Server
Change-Id: I1151123bf4ccd1b92605967475f32c287ac00559
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/remote_logging/test_remote_logging.robot b/remote_logging/test_remote_logging.robot
index 1f0c4ac..1ad0b38 100644
--- a/remote_logging/test_remote_logging.robot
+++ b/remote_logging/test_remote_logging.robot
@@ -339,7 +339,7 @@
${status}= Run Keyword And Return Status
- ... Configure Remote Logging Server remote_host=${remote_host} remote_port=${remote_port}
+ ... Configure Remote Log Server With Parameters remote_host=${remote_host} remote_port=${remote_port}
Should Be Equal ${status} ${expectation}
... msg=Test result ${status} and expectation ${expectation} do not match.