summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGligor <gligorisaev@gmail.com>2022-08-05 11:14:46 +0200
committerGligor <gligorisaev@gmail.com>2022-08-05 11:14:46 +0200
commitfb1e555ecbf004e8a84ccac5767c3c71da05bf4e (patch)
tree41c9539a31f3f1841e3f0325987263df5dd49ab9
parent384629784e18c8c4c0545fed490b97d2f36999d2 (diff)
Add empty line on end of Testrun
Signed-off-by: Gligor <gligorisaev@gmail.com>
-rw-r--r--tests/RobotFramework/tedge/call_tedge.robot3
-rw-r--r--tests/RobotFramework/tedge/call_tedge_config_list.robot3
-rw-r--r--tests/RobotFramework/tedge_connect/tedge_connect_test.robot2
3 files changed, 5 insertions, 3 deletions
diff --git a/tests/RobotFramework/tedge/call_tedge.robot b/tests/RobotFramework/tedge/call_tedge.robot
index 425f49af..34228a70 100644
--- a/tests/RobotFramework/tedge/call_tedge.robot
+++ b/tests/RobotFramework/tedge/call_tedge.robot
@@ -59,4 +59,5 @@ call tedge help
*** Keywords ***
Open Connection And Log In
SSHLibrary.Open Connection ${HOST}
- SSHLibrary.Login ${USERNAME} ${PASSWORD} \ No newline at end of file
+ SSHLibrary.Login ${USERNAME} ${PASSWORD}
+ \ No newline at end of file
diff --git a/tests/RobotFramework/tedge/call_tedge_config_list.robot b/tests/RobotFramework/tedge/call_tedge_config_list.robot
index 90a7dc96..5e5b3c08 100644
--- a/tests/RobotFramework/tedge/call_tedge_config_list.robot
+++ b/tests/RobotFramework/tedge/call_tedge_config_list.robot
@@ -145,4 +145,5 @@ set/unset run.path
*** Keywords ***
Open Connection And Log In
SSHLibrary.Open Connection ${HOST}
- SSHLibrary.Login ${USERNAME} ${PASSWORD} \ No newline at end of file
+ SSHLibrary.Login ${USERNAME} ${PASSWORD}
+ \ No newline at end of file
diff --git a/tests/RobotFramework/tedge_connect/tedge_connect_test.robot b/tests/RobotFramework/tedge_connect/tedge_connect_test.robot
index 9f16452e..2a7b2d8f 100644
--- a/tests/RobotFramework/tedge_connect/tedge_connect_test.robot
+++ b/tests/RobotFramework/tedge_connect/tedge_connect_test.robot
@@ -46,4 +46,4 @@ tedge_disconnect_test_sm_services
Open Connection And Log In
SSHLibrary.Open Connection ${HOST}
- SSHLibrary.Login ${USERNAME} ${PASSWORD} \ No newline at end of file
+ SSHLibrary.Login ${USERNAME} ${PASSWORD}