2010-02-20 19:23:32 +01:00
|
|
|
-standalone: \
|
2021-04-02 20:00:30 +02:00
|
|
|
../../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/index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
|
|
|
target/index.xml;name="self"
|
2010-02-20 19:23:32 +01:00
|
|
|
|
|
|
|
-resolve.effective: active
|
|
|
|
|
|
|
|
-tester: biz.aQute.tester.junit-platform
|
|
|
|
|
|
|
|
# Run all integration tests which are named xyzTest
|
|
|
|
Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
|
|
|
|
|
2021-05-11 08:31:03 +02:00
|
|
|
# We would like to use the slf4j-api and implementation provided by pax-logging
|
|
|
|
-runblacklist.itest-common: \
|
|
|
|
bnd.identity;id='slf4j.api'
|
|
|
|
|
2010-02-20 19:23:32 +01:00
|
|
|
# Used by Objenesis/Mockito and not actually optional
|
|
|
|
-runsystempackages: sun.reflect
|
|
|
|
|
|
|
|
-runfw: org.eclipse.osgi
|
2022-12-19 20:39:42 +01:00
|
|
|
-runee: JavaSE-17
|
2010-02-20 19:23:32 +01:00
|
|
|
|
2021-11-06 10:13:40 +01:00
|
|
|
# An unused random HTTP port is used during tests to prevent resource conflicts
|
|
|
|
# This property is set by the build-helper-maven-plugin in the itests pom.xml
|
|
|
|
-runvm: -Dorg.osgi.service.http.port=${org.osgi.service.http.port}
|
|
|
|
|
2010-02-20 19:23:32 +01:00
|
|
|
# The integration test itself does not export anything.
|
|
|
|
Export-Package:
|
|
|
|
-exportcontents:
|
|
|
|
|
|
|
|
-runrequires.ee: \
|
2021-04-02 20:00:30 +02:00
|
|
|
bnd.identity;id='org.apache.servicemix.specs.activation-api-1.2.1',\
|
|
|
|
bnd.identity;id='org.glassfish.hk2.osgi-resource-locator',\
|
|
|
|
bnd.identity;id='com.sun.xml.bind.jaxb-osgi'
|
2010-02-20 19:23:32 +01:00
|
|
|
|
|
|
|
-runrequires.junit: \
|
2021-04-02 20:00:30 +02:00
|
|
|
bnd.identity;id='biz.aQute.tester.junit-platform',\
|
|
|
|
bnd.identity;id='junit-jupiter-engine'
|
|
|
|
|
|
|
|
-runproperties: \
|
|
|
|
org.ops4j.pax.logging.DefaultServiceLog.level=WARN
|
|
|
|
|
|
|
|
-runvm.java9plus: \
|
|
|
|
--add-opens=java.base/java.io=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.lang=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.net=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.security=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.text=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.time=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.base/java.util=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.naming/javax.naming.spi=ALL-UNNAMED,\
|
|
|
|
--add-opens=java.rmi/sun.rmi.transport.tcp=ALL-UNNAMED
|