From c3a8d64d1a53975636bb7669005bcdd1c0c2dcc1 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Tue, 13 Apr 2021 14:36:06 +0200
Subject: [PATCH] Add tangoDB file for tests on a arm64 Raspbi Pi

This Pi can run a pypcc-sim Docker image.
---
 CDB/thomas_arm64_ConfigDb.json | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 CDB/thomas_arm64_ConfigDb.json

diff --git a/CDB/thomas_arm64_ConfigDb.json b/CDB/thomas_arm64_ConfigDb.json
new file mode 100644
index 000000000..89673f8f9
--- /dev/null
+++ b/CDB/thomas_arm64_ConfigDb.json
@@ -0,0 +1,30 @@
+{
+    "servers": {
+        "PCC": {
+            "LTS": {
+                "PCC": {
+                    "LTS/PCC/1": {
+                        "properties": {
+                            "OPC_Server_Name": [
+                                "arm2"
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "SDP": {
+            "LTS": {
+                "SDP": {
+                    "LTS/SDP/1": {
+                        "properties": {
+                            "OPC_Server_Name": [
+                                "okeanos"
+                            ]
+                        }
+                    }
+                }
+            }
+        }
+    }
+}
-- 
GitLab