mesosphere / net-modules

Apache Mesos modules for network isolation.
55 stars 28 forks source link

Split framework so test list is in own file #79

Closed ozdanborne closed 8 years ago

ozdanborne commented 8 years ago

This PR is the first increment in delivering a reproduce able universal containerizer test, as it makes it much easier to specify different lists of tests to run, and isolate only the (future) universal containerizer tests.

spikecurtis commented 8 years ago

You have the file with tests create the test framework. I think we should invert that structure, so the framework "loads" the tests from one or more files at start of day. That'll make it easier to build a battery of tests split across different files (like our UT or ST systems from other repos).