mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[avmfritz] Reenable itest (#8567)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
5594150e54
commit
6b4839ea7d
@ -5,6 +5,10 @@ Fragment-Host: org.openhab.binding.avmfritz
|
|||||||
|
|
||||||
-runrequires: bnd.identity;id='org.openhab.binding.avmfritz.tests'
|
-runrequires: bnd.identity;id='org.openhab.binding.avmfritz.tests'
|
||||||
|
|
||||||
|
# We would like to use the "volatile" storage only
|
||||||
|
-runblacklist: \
|
||||||
|
bnd.identity;id='org.openhab.core.storage.json'
|
||||||
|
|
||||||
#
|
#
|
||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
@ -45,7 +49,6 @@ Fragment-Host: org.openhab.binding.avmfritz
|
|||||||
org.ops4j.pax.web.pax-web-api;version='[7.2.11,7.2.12)',\
|
org.ops4j.pax.web.pax-web-api;version='[7.2.11,7.2.12)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
biz.aQute.tester.junit-platform;version='[5.1.2,5.1.3)',\
|
biz.aQute.tester.junit-platform;version='[5.1.2,5.1.3)',\
|
||||||
jakarta.xml.bind-api;version='[2.3.3,2.3.4)',\
|
|
||||||
junit-jupiter-api;version='[5.6.2,5.6.3)',\
|
junit-jupiter-api;version='[5.6.2,5.6.3)',\
|
||||||
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
|
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
|
||||||
junit-platform-commons;version='[1.6.2,1.6.3)',\
|
junit-platform-commons;version='[1.6.2,1.6.3)',\
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>org.openhab.binding.astro.tests</module>
|
<module>org.openhab.binding.astro.tests</module>
|
||||||
|
<module>org.openhab.binding.avmfritz.tests</module>
|
||||||
<module>org.openhab.binding.feed.tests</module>
|
<module>org.openhab.binding.feed.tests</module>
|
||||||
<module>org.openhab.binding.hue.tests</module>
|
<module>org.openhab.binding.hue.tests</module>
|
||||||
<module>org.openhab.binding.max.tests</module>
|
<module>org.openhab.binding.max.tests</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user