Browse Source

Fix some MSA tests not running

pull/13856/head
VIacheslavKlimov 10 months ago
parent
commit
13c0926e67
  1. 4
      msa/black-box-tests/src/test/resources/connectivity.xml

4
msa/black-box-tests/src/test/resources/connectivity.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright © 2016-2025 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.
@ -23,6 +23,8 @@
<packages>
<package name="org.thingsboard.server.msa.connectivity" />
<package name="org.thingsboard.server.msa.edqs" />
<package name="org.thingsboard.server.msa.cf" />
<package name="org.thingsboard.server.msa.rule.node" />
</packages>
</test>
</suite>
Loading…
Cancel
Save