add testing, reverse engineered / generated from OpenDTU source to improve compatibility testing and detecting regressions early.

This commit is contained in:
Pieter Hollander 2025-10-04 01:57:56 +02:00
parent 6b496a39ee
commit 99959726c8
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
12 changed files with 2888 additions and 0 deletions

10
testdata/test_config.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"db": "postgres://user:password@localhost:5432/opendtu",
"opendtu_address": "192.168.1.100",
"opendtu_auth": true,
"opendtu_username": "admin",
"opendtu_password": "secret123",
"timescaledb": true,
"tz": "Europe/Amsterdam",
"log_level": "INFO"
}