lake-lerna / hydra

A Scale Testing infra using Mesos and marathon
Apache License 2.0
13 stars 8 forks source link

Missing requirements for rmq test #38

Open lorenzodavid opened 8 years ago

lorenzodavid commented 8 years ago

Launching: hydra rmq --total_sub_apps=1

I found missing requirements on the slave nodes.

I fixed it by add psutil, pyzmq, protobuf on each slave node.

Why the zmq python library is required to run rmq test?

annym commented 8 years ago

I also found pika as a missing package in the slave node. Fixed by adding this package and rmq test ran successfully.

tahir24434 commented 8 years ago

Resolved. Please close