File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,16 @@ Set Pythonpath
37
37
Set Environment Variable IRONPYTHONPATH ${src }
38
38
39
39
Stop Remote Library
40
+ [Arguments] ${test logging } =True
40
41
Stop Remote Server
41
- Server Should Be Stopped And Correct Messages Logged
42
+ Server Should Be Stopped And Correct Messages Logged ${ test logging }
42
43
43
44
Server Should Be Stopped And Correct Messages Logged
45
+ [Arguments] ${test logging } =True
44
46
${result } = Wait For Process timeout=10s on_timeout=terminate
45
47
${expected } = Catenate SEPARATOR=\n
46
48
... Robot Framework remote server at 127.0.0.1:${ACTIVE PORT } starting.
47
49
... Robot Framework remote server at 127.0.0.1:${ACTIVE PORT } stopping.
48
- Should Be Equal ${result.stdout } ${expected }
50
+ Run Keyword If ${test logging }
51
+ ... Should Be Equal ${result.stdout } ${expected }
49
52
Should Be Equal ${result.rc } ${0 }
Original file line number Diff line number Diff line change 1
1
*** Settings ***
2
2
Resource resource.robot
3
3
Suite Setup Start And Import Remote Library returning.py
4
- Suite Teardown Stop Remote Library
4
+ Suite Teardown Stop Remote Library test logging='ipy' not in ' ${ INTERPRETER } '
5
5
Test Template Return Value Should Be
6
6
7
7
*** Test Cases ***
You can’t perform that action at this time.
0 commit comments