mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[itest] Exclude json and mapdb storage by default for itests (#1193)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
committed by
Wouter Born
parent
d627a6b7e6
commit
7634f3de5f
@@ -0,0 +1,28 @@
|
||||
-standalone: \
|
||||
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
||||
../../bom/test-index/target/index.xml;name="org.openhab.core.bom.test-index",\
|
||||
../../bom/openhab-core-index/target/local-index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
||||
target/index.xml;name="self"
|
||||
|
||||
-resolve.effective: active
|
||||
|
||||
# Run all integration tests which are named xyzTest
|
||||
Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
|
||||
|
||||
# A temporary inclusion until an R7 framework is available
|
||||
Import-Package: org.osgi.framework.*;version="[1.8,2)",*
|
||||
|
||||
# Used by Objenesis/Mockito and not actually optional
|
||||
-runsystempackages: sun.reflect
|
||||
|
||||
-runfw: org.eclipse.osgi
|
||||
-runee: JavaSE-1.8
|
||||
|
||||
# The integration test itself does not export anything.
|
||||
Export-Package:
|
||||
-exportcontents:
|
||||
|
||||
-runrequires.ee: \
|
||||
bnd.identity;id='org.apache.servicemix.specs.activation-api-1.1',\
|
||||
bnd.identity;id='org.apache.servicemix.specs.annotation-api-1.3',\
|
||||
bnd.identity;id='org.apache.servicemix.specs.jaxb-api-2.2'
|
||||
Reference in New Issue
Block a user