lake-lerna / hydra

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

Mock Backend for unittests #35

Closed kratos7 closed 8 years ago

kratos7 commented 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.

sushilks commented 8 years ago

Woo Hoo!!! We have our first real test case ... :+1: