mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
1b99305a96
If you would like to use the runblacklist bnd instruction in an integration test it will not work as expected. In my current test case it is not used at all. This is caused because an included file overrides this instruction. IMHO it would be better to use the "Merged Instructions" feature and use a postfix in the included file. This way you can use the non postfixed instruction as usual. See: https://bnd.bndtools.org/chapters/820-instructions.html#merged-instructions Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
-include: itest-include.bndrun
|
|
|
|
# If we would like to use a storage at all, we will use the "volatile" storage.
|
|
-runblacklist.itest-common: \
|
|
bnd.identity;id='org.openhab.core.storage.json',\
|
|
bnd.identity;id='org.openhab.core.storage.mapdb'
|