[avmfritz] Reenable itest (#8567)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2020-09-24 14:51:11 +02:00 committed by GitHub
parent 5594150e54
commit 6b4839ea7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ Fragment-Host: org.openhab.binding.avmfritz
-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
#
@ -45,7 +49,6 @@ Fragment-Host: org.openhab.binding.avmfritz
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)',\
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-engine;version='[5.6.2,5.6.3)',\
junit-platform-commons;version='[1.6.2,1.6.3)',\

View File

@ -18,6 +18,7 @@
<modules>
<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.hue.tests</module>
<module>org.openhab.binding.max.tests</module>