Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Overview

The following results are for the OSGi R4.2 core framework OSGi TCK test suites:

  • org.osgi.test.cases.framework - Tests framework functionality.
    • activationpolicy - Tests activation policies, i.e., lazy activation.
    • classloading - Tests a gamut of covering including class loading and service registry behavior.
    test.framework.
    • classpath - Performs test covering importing and exporting of packages among bundles.
    test.framework.
    • div - Performs a diverse set of tests covering native code loading, bundle interface method implementations,
    and
    • execution environment checking, and manifest localization.
    test.framework.
    • dynpkgimport - Tests the dynamic import package mechanism.
    test.framework.
    • filter - Tests the Filter implementation.
    test.framework.
    • fragments - Tests bundle fragment behavior.
    • hooks - Tests service registry hooks.
    • lifecycle - Tests bundle lifecycle behavior.
    test.framework.registry
    • permissions - Tests the behavior of the various permission class implementations.
    • resources - Tests access to resources using entry-related methods.
    • service - Tests the service registry behavior, including service factories and service exceptions.
    test.framework.
    • syncbundlelistener - Tests synchronous bundle listener support.
  • org.osgi.test.packageadmincases.framework.tc1secure - Tests the Package Admin implementationframework security checks.
  • org.osgi.test.cases.packageadminframework.tc2launch - Tests the Package Admin implementationlaunching and embedding API.
  • org.osgi.test.cases.framework.packageadminlaunch.tc3secure - Tests the Package Admin implementationlaunching and embedding API security.
  • org.osgi.test.cases.packageadmin.tc5 - Tests the Package Admin implementation.
  • org.osgi.test.cases.startlevel - Tests the Start Level implementation.
  • org.osgi.test.cases.url - Tests the URL Handlers implementation.

Some of the above test suites do partially cover optional R4 features; however, test suites that specifically target optional core capabilities, such as the following, were not tested:

  • org.osgi.test.cases.tracker - Test service and bundle trackers.
  • org.osgi.test.cases.condpermadmin - Test Conditional Permission Admin implementation.
  • org.osgi.test.cases.permissionadmin - Test Permission Admin implementation.
  • test.framework.fragments
  • test.permissionadmin.conditional
  • test.permissionadmin.main
  • test.permissionadmin.nosecurity
  • test.permissionadmin.security
  • test.permissionadmin.signature

Results

Results from: September 1stOctober 26th, 20062010

The results for the core test suites are as follows:

  • org.osgi.test.cases.framework.classloading
    • FAILED (passed 46 of 62 tests)
      • 2 failures need BundleContext.getAllServiceReferences(). (FELIX-32)
      • 11 failures need Require-Bundle. (FELIX-28)
      • 1 failure needs to check for duplicate directives on symbolic name when installing. (FELIX-100)
      • 1 failure needs support for exporting the same package more than once. (FELIX-101)
      • 1 failure needs support for singleton bundles. (FELIX-102)
  • test.framework.classpath
    • PASSED
  • test.framework.div
    • FAILED (passed 30 of 37 tests)
      • 1 failure needs execution environment checking. (FELIX-23)
      • 1 failure needs native selection algorithm parameter alias processing. (FELIX-26)
      • 1 failure needs fragment support for native libraries. (FELIX-26)
      • 1 failure needs Bundle.getResources() implemented. (FELIX-31)
      • 2 failures needs fragment support. (FELIX-29)
      • 1 failure needs bundle manifest localization. (FELIX-27)
  • test.framework.dynpkgimport
    • PASSED
  • test.framework.filter
    • PASSED
  • test.framework.lifecycle
    • PASSED
  • test.framework.registry
    • PASSED
  • test.framework.syncbundlelistener
    • PASSED
  • test.packageadmin.tc1
    • PASSED
  • test.packageadmin.tc2
    • PASSED
  • test.packageadmin.tc3
    • PASSED
  • test.packageadmin.tc5
    • FAILED (passed 0 of 40 tests)
      • Effectively, all 40 tests need Require-Bundle or fragment support. (FELIX-28 and FELIX-29)
  • test.startlevel
    • PASSED
  • test.url
    • PASSED
    • activationpolicy
      • PASSED
    • classloading
      • PASSED
    • classpath
      • PASSED
    • div
      • PASSED
    • dynpkgimport
      • PASSED
    • filter
      • PASSED
    • fragments
      • PASSED
    • hooks
      • PASSED
    • lifecycle
      • PASSED
    • permissions
      • PASSED
    • resources
      • PASSED
    • service
      • PASSED
    • syncbundlelistener
      • PASSED
  • org.osgi.test.cases.framework.secure
    • PASSED
  • org.osgi.test.cases.framework.launch
    • PASSED
  • org.osgi.test.cases.framework.launch.secure
    • PASSED
  • org.osgi.test.cases.packageadmin
    • PASSED
  • org.osgi.test.cases.startlevel
    • PASSED
  • org.osgi.test.cases.tracker
    • PASSED
  • org.osgi.test.cases.url
    • PASSED
  • org.osgi.test.cases.condpermadmin
    • PASSED
  • org.osgi.test.cases.permissionadmin
    • PASSED

Certification

Framework 3.0 plus Framework Security Provider 1.4 have been certified R4.2 compliant and are now listed at the OSGi Alliance web site. The information on this page may vary, since its purpose is to track the current status of the trunk against the latest OSGi CTThese results show that if optional OSGi R4 features are ignored, Felix is very close to being compliant with mandatory OSGi R4 features.