From 6c8887995a9b5de7beb3ae1243c6dc9e45bda120 Mon Sep 17 00:00:00 2001 From: dashevchenko Date: Tue, 25 Feb 2025 13:23:26 +0200 Subject: [PATCH] fixed license, included edqs tests to test suite --- docker/docker-compose.edqs.yml | 2 +- edqs/src/main/conf/edqs.conf | 2 +- edqs/src/main/conf/logback.xml | 2 +- .../server/msa/ContainerTestSuite.java | 3 ++- .../thingsboard/server/msa/TestRestClient.java | 10 +++++++--- .../msa/edqs/EdqsEntityDataQueryTest.java | 18 +++++++++++------- msa/black-box-tests/src/test/resources/all.xml | 10 ++++++++++ msa/edqs/docker/Dockerfile | 2 +- msa/edqs/docker/start-tb-edqs.sh | 2 +- msa/edqs/pom.xml | 2 +- 10 files changed, 36 insertions(+), 17 deletions(-) diff --git a/docker/docker-compose.edqs.yml b/docker/docker-compose.edqs.yml index 3a01a3c970..c50740faeb 100644 --- a/docker/docker-compose.edqs.yml +++ b/docker/docker-compose.edqs.yml @@ -1,5 +1,5 @@ # -# Copyright © 2016-2024 The Thingsboard Authors +# Copyright © 2016-2025 The Thingsboard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/edqs/src/main/conf/edqs.conf b/edqs/src/main/conf/edqs.conf index ae880ef7e8..3f96fd590d 100644 --- a/edqs/src/main/conf/edqs.conf +++ b/edqs/src/main/conf/edqs.conf @@ -1,5 +1,5 @@ # -# Copyright © 2016-2024 The Thingsboard Authors +# Copyright © 2016-2025 The Thingsboard Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/edqs/src/main/conf/logback.xml b/edqs/src/main/conf/logback.xml index 4ff57d48ab..850a28b212 100644 --- a/edqs/src/main/conf/logback.xml +++ b/edqs/src/main/conf/logback.xml @@ -1,7 +1,7 @@