diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 23:36:35 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 23:36:35 +0100 |
| commit | 52727a053c45f8d6c634d405742c3289a0be1f78 (patch) | |
| tree | 6f5c5b33e1e0584d49e496ae88b2123268c5dba5 /tests/run_download_cert_test.sh | |
| parent | 3d30c8499ae37ca0ff837e9deaad359de0297765 (diff) | |
| download | BobinkCOpcUa-52727a053c45f8d6c634d405742c3289a0be1f78.tar.gz BobinkCOpcUa-52727a053c45f8d6c634d405742c3289a0be1f78.zip | |
Rename CMake project and executable targets
Project: OpcUaC → BobinkOpcUaC
Targets: ServerLDS → bobink_opcua_discovery_server,
ServerRegister → bobink_opcua_server,
Client → client
Diffstat (limited to 'tests/run_download_cert_test.sh')
| -rwxr-xr-x | tests/run_download_cert_test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run_download_cert_test.sh b/tests/run_download_cert_test.sh index f20609c..3631c56 100755 --- a/tests/run_download_cert_test.sh +++ b/tests/run_download_cert_test.sh @@ -63,15 +63,15 @@ if ss -tlnp 2>/dev/null | grep -q ":${LDS_PORT} "; then fi # ── start LDS ────────────────────────────────────────────────── -build/ServerLDS "$CONFIG_DIR/server_lds.conf" >/dev/null 2>&1 & +build/bobink_opcua_discovery_server "$CONFIG_DIR/server_lds.conf" >/dev/null 2>&1 & LDS_PID=$! -wait_for_port "$LDS_PORT" "$LDS_PID" "ServerLDS" +wait_for_port "$LDS_PORT" "$LDS_PID" "bobink_opcua_discovery_server" # ── download certificate ─────────────────────────────────────── TMPFILE=$(mktemp) DOWNLOADED_CERT=$(mktemp --suffix=.der) -build/Client "$CONFIG_DIR/client.conf" download-cert "opc.tcp://localhost:$LDS_PORT" "$DOWNLOADED_CERT" >"$TMPFILE" 2>&1 +build/client "$CONFIG_DIR/client.conf" download-cert "opc.tcp://localhost:$LDS_PORT" "$DOWNLOADED_CERT" >"$TMPFILE" 2>&1 DC_RC=$? DC_OUTPUT=$(<"$TMPFILE") |
