Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since the Felix framework does not fully implement the security-related portions of the OSGi specification, it is normal for it to fail the security-related test suites.

The important parts are the following settings:

  • -target specifies the bundles containing the tests.
  • -runpath specifies the class path used to run the framework for the tests.
  • -runbundles specifies the bundles being tested.
  • -runproperties specifies configuration properties to pass into the framework.

The following two examples show how to edit these files for the Felix framework and other bundle-based subprojects.

Testing the Felix framework

...