Cartridge agent manages cartridge instance lifecycle and publishes its health statistics to Complex Event Processor (CEP). It provides a set of extension points for implementing logic required for configuring the server.
Install dependent python modules:
pip install paho-mqtt pip install psutil pip install pexpect pip install pycrypto pip install gitpython
Start ActiveMQ:
<activemq-home>/bin/activemq start
Run python cartridge agent live tests:
mvn clean install -Plive