author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Fri, 03 Mar 2023 19:20:49 +0100 | |
branch | wxPython4 |
changeset 3741 | 838242d34741 |
parent 3676 | 2f79540660f6 |
permissions | -rw-r--r-- |
3673
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
1 |
<?xml version='1.0' encoding='utf-8'?> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
2 |
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
3 |
<variables/> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
4 |
<globals> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
5 |
<xhtml:p><![CDATA[ |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
6 |
import sys |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
7 |
def pfunc(arg): |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
8 |
sys.stdout.write(arg) |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
9 |
sys.stdout.flush() |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
10 |
|
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
11 |
pfunc("globals section\n") |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
12 |
|
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
13 |
]]></xhtml:p> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
14 |
</globals> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
15 |
<init> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
16 |
<xhtml:p><![CDATA[ |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
17 |
pfunc("init section\n") |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
18 |
]]></xhtml:p> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
19 |
</init> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
20 |
<cleanup> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
21 |
<xhtml:p><![CDATA[ |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
22 |
pfunc("cleanup section\n") |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
23 |
]]></xhtml:p> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
24 |
</cleanup> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
25 |
<start> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
26 |
<xhtml:p><![CDATA[ |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
27 |
pfunc("start section\n") |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
28 |
]]></xhtml:p> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
29 |
</start> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
30 |
<stop> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
31 |
<xhtml:p><![CDATA[ |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
32 |
pfunc("stop section\n") |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
33 |
|
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
34 |
]]></xhtml:p> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
35 |
</stop> |
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
36 |
</PyFile> |