lake-lerna / hydra

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

Create some standalone test cases #9

Open sushilks opened 8 years ago

sushilks commented 8 years ago

current tests have dependencies on marathon/mesos this prevents it from being part of CI, till we figure out how to dedicate some servers for CI. For now it would be good to have test cases that don't require marathon/mesos.

sushilks commented 8 years ago

Changing assignment to @kratos7, I dont have a good solution for testing the platform as it interact with mesos directly. The easiest thing we can do is to do a unit test for zmqtest in a way that it launches one pub and one sub without using mesos/merathon and do some basic testing there. Think a bit and see if you can come up with something better.

sushilks commented 8 years ago

Added one test case for boundary scanner #19