# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1712246301 -7200
# Node ID 228d3b758f19315976ff84f009a1d4b7e94bf302
# Parent  a6ec38dcbfb5f7675b5790620f86a84154483819
Modbus: fix test: add missing filles and add Modbus source+build in GH CI

diff -r a6ec38dcbfb5 -r 228d3b758f19 .github/workflows/run_tests_in_docker.yml
--- a/.github/workflows/run_tests_in_docker.yml	Thu Apr 04 17:31:49 2024 +0200
+++ b/.github/workflows/run_tests_in_docker.yml	Thu Apr 04 17:58:21 2024 +0200
@@ -28,6 +28,12 @@
           path: open62541
           submodules: recursive
 
+    - uses: actions/checkout@v3
+      with:
+          repository: beremiz/Modbus
+          ref: 4d7d67a8e911d744165709c20a254b5cb924ec71
+          path: Modbus
+
     - name: Restore cached docker image
       id: cache-docker-restore
       uses: actions/cache/restore@v3
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_0@ModbusRequest/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_0@ModbusRequest/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="0" Name="ModbusRequest_0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_0@ModbusRequest/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_0@ModbusRequest/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<ModbusRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" Function="16 - Write Multiple Registers" SlaveID="0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_1@ModbusRequest/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_1@ModbusRequest/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="1" Name="ModbusRequest_1"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_1@ModbusRequest/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/ModbusRequest_1@ModbusRequest/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<ModbusRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" Function="04 - Read Input Registers" SlaveID="0" Start_Address="0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="0" Name="ModbusTCPclient_0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPclient_0@ModbusTCPclient/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<ModbusTCPclient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Remote_Port_Number="1502" Configuration_Name="Modbus TCP Client 0.0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/HoldingRegs@MemoryArea/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/HoldingRegs@MemoryArea/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="0" Name="HoldingRegs"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/HoldingRegs@MemoryArea/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/HoldingRegs@MemoryArea/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<MemoryArea xmlns:xsd="http://www.w3.org/2001/XMLSchema" MemoryAreaType="03 - Holding Registers" Nr_of_Channels="1"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/InputRegs@MemoryArea/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/InputRegs@MemoryArea/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="1" Name="InputRegs"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/InputRegs@MemoryArea/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/InputRegs@MemoryArea/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<MemoryArea xmlns:xsd="http://www.w3.org/2001/XMLSchema" MemoryAreaType="04 - Input Registers"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/baseconfnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/baseconfnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<BaseParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" IEC_Channel="1" Name="ModbusTCPserver_0"/>
diff -r a6ec38dcbfb5 -r 228d3b758f19 tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/confnode.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/projects/modbus_test_tcp/modbus_0@modbus/ModbusTCPserver_0@ModbusTCPserver/confnode.xml	Thu Apr 04 17:58:21 2024 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<ModbusServerNode xmlns:xsd="http://www.w3.org/2001/XMLSchema" Local_Port_Number="1502" Local_IP_Address="127.0.0.1" Configuration_Name="Modbus TCP Server 0.1"/>