Skip to content

Commit 016159e

Browse files
committed
Added teardown to guarantee server is stopped
1 parent f60bfb8 commit 016159e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atest/tests/stopping.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SIGTERM
1818

1919
*** Keywords ***
2020
Start Server
21-
Start And Import Remote Library basics.py ${TEST NAME}
21+
Start And Import Remote Library basics.py ${TEST NAME}
2222
Server Should Be Started
2323

2424
Server Should Be Started
@@ -28,3 +28,4 @@ Server Should Be Stopped
2828
Server Should Be Stopped And Correct Messages Logged
2929
Run Keyword And Expect Error Connection to remote server broken: *
3030
... Server Should Be Started
31+
[Teardown] Run Keyword And Ignore Error ${TEST NAME}.Stop Remote Server

0 commit comments

Comments
 (0)