I am testing the Orion Context Broker, using orion-psb-R3.4.
Where can we find the contextBroker-test package? I want to use the accumulator-server.py
I am testing the Orion Context Broker, using orion-psb-R3.4.
Where can we find the contextBroker-test package? I want to use the accumulator-server.py
accumulator-server.py is part of the contextBroker-tests package, that you can install doing the following:
Install using the following command:
yum install contextBroker-tests
Once installed, the accumualtor-server.py is exactlty in the following path:
/usr/share/contextBroker/tests/accumulator-server.py
It is recommented to create a symlink from /usr/local/bin to that file to have it at hand.