Skip to content
Carsten Stocklöw edited this page Jun 6, 2017 · 1 revision

A set of components to test the various functionalities of the buses, i.e. of the context bus, and the context managers:

  • test.ctxt.bus:
    GUI for tests on context bus (see below).
  • test.serv.bus:
    GUI for tests on service bus (see below).
  • test.ui.bus:
    GUI for tests on ui bus (see below).
  • test.ctxt.bus.mobiledroid:
    Publishes at start a burst of context events (e.g. location of a chair, temperature measurement, light is on..)
  • test.serv.server:
    A server that manages some light sources. Basically copied from the lighting sample.

Context Bus Tests

Sending bursts of Context Events; measure the time it takes until the events are processed.

Perform different tasks to test CHE, Profiling Manager, Space Manager, Reasoner etc. Some of these components need additional dependencies to be started at space level; they can be started on this node or on any other node.

...

Service Bus Tests

Sending bursts of Service Requests; measure the time it takes until the requests are processed.

UI Bus Tests

Sending bursts of UI Requests; measure the time it takes until the requests are processed. Requires additional dependencies to be started at space level (i.e. UI Dialog Manager).