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.
    test.framework.
    • 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.
    test.framework.
    • 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.cases.packageadminframework.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.packageadmin.tc3cases.framework.launch.secure - 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 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.permissionadmin.conditional
  • test.permissionadmin.main
  • test.permissionadmin.nosecurity
  • test.permissionadmin.security
  • test.permissionadmin.signature

Results

Results from: October 17th26th, 20082010

The results for the core test suites are as follows:

  • org.osgi.test.cases.framework
    • activationpolicy
      • Not tested, since not yet implemented.
      test.framework.
        • PASSED
      • classloading
        • PASSED
      test.framework.test.framework.
      • classpath
        • PASSED
    • test.framework.div
      • FAILED (passed 25 of 40 tests)
        • Need to investigate, there have been regressions.
      • div
        • PASSED
      • dynpkgimport
        • PASSED
    • test.framework.filter
      • PASSES
    • test.framework.filter
      • FAILED (passed 13 of 36 tests)
        • 8 failures for boot class path extensions, but these are optional.
        • 4 failures for framework extensions.
        • Some failures checked permissions, which should also be optional.
    • 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
      • PASSED
    • test.startlevel
      • PASSED
    • test.url
      • 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 Felix is very close to being compliant with mandatory OSGi R4 features.