How to run OSGi tests

Hi,

I am writing a binding and want to add an OSGi integration test. I’ve created a module in itests directory but am struggling with:

  • How to create the itest.bndrun file
  • How to run the tests

Command line is fine, within IntelliJ would be better.

The code is here.