mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[feed] Reenable itest (#8564)
With these changes and working channelLink events (openhab/openhab-core#1634) the feed itest works again. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
af84a0b4c7
commit
5d729d923a
@ -10,6 +10,10 @@ Fragment-Host: org.openhab.binding.feed
|
||||
bnd.identity;id='org.apache.felix.configadmin',\
|
||||
osgi.identity;filter:='(&(osgi.identity=org.ops4j.pax.web.pax-web-runtime)(version>=7.2.3))'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
-runblacklist: \
|
||||
bnd.identity;id='org.openhab.core.storage.json'
|
||||
|
||||
-runvm: -Dorg.osgi.service.http.port=${org.osgi.service.http.port}
|
||||
|
||||
#
|
||||
@ -49,8 +53,6 @@ Fragment-Host: org.openhab.binding.feed
|
||||
org.ops4j.pax.web.pax-web-jetty;version='[7.2.11,7.2.12)',\
|
||||
org.ops4j.pax.web.pax-web-runtime;version='[7.2.11,7.2.12)',\
|
||||
org.ops4j.pax.web.pax-web-spi;version='[7.2.11,7.2.12)',\
|
||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||
biz.aQute.tester.junit-platform;version='[5.1.2,5.1.3)',\
|
||||
junit-jupiter-api;version='[5.6.2,5.6.3)',\
|
||||
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
|
||||
@ -68,4 +70,6 @@ Fragment-Host: org.openhab.binding.feed
|
||||
org.openhab.core.test;version='[3.0.0,3.0.1)',\
|
||||
org.openhab.core.thing;version='[3.0.0,3.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[3.0.0,3.0.1)',\
|
||||
org.opentest4j;version='[1.2.0,1.2.1)'
|
||||
org.opentest4j;version='[1.2.0,1.2.1)',\
|
||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||
ch.qos.logback.core;version='[1.2.3,1.2.4)'
|
@ -18,6 +18,7 @@
|
||||
|
||||
<modules>
|
||||
<module>org.openhab.binding.astro.tests</module>
|
||||
<module>org.openhab.binding.feed.tests</module>
|
||||
<module>org.openhab.binding.hue.tests</module>
|
||||
<module>org.openhab.binding.max.tests</module>
|
||||
<module>org.openhab.binding.modbus.tests</module>
|
||||
|
Loading…
Reference in New Issue
Block a user