Skip to content

Commit

Permalink
[feed] Reenable itest
Browse files Browse the repository at this point in the history
With these changes and working channelLink events (openhab/openhab-core#1596) the feed itest works again.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Sep 23, 2020
1 parent af84a0b commit 61fda63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions itests/org.openhab.binding.feed.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -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}

#
Expand Down Expand Up @@ -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)',\
Expand All @@ -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)'
1 change: 1 addition & 0 deletions itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 61fda63

Please sign in to comment.