Closed kratos7 closed 8 years ago
Mock backened that mimics marathon API for hdyra infra to consume.
Same test can now be run on mesos/marathon as well as local host by setting mock=True for RunTestRMQ.
Added a unittest rmq_local_test.py: To run: python rmq_local_test.py
Note: Only added a unit test for RMQTest for now. Also, for now, all the child processes logs go into hydra/live directory.
Woo Hoo!!! We have our first real test case ... :+1:
Mock backened that mimics marathon API for hdyra infra to consume.
Same test can now be run on mesos/marathon as well as local host by setting mock=True for RunTestRMQ.
Added a unittest rmq_local_test.py: To run: python rmq_local_test.py
Note: Only added a unit test for RMQTest for now. Also, for now, all the child processes logs go into hydra/live directory.