opendns / lemming

OpenDNS Data Systems Automation
Apache License 2.0
3 stars 5 forks source link

lomax: Add support for randomized data input #61

Closed simar7 closed 8 years ago

simar7 commented 8 years ago

It'd be nice to run tests without coming up with actual data to input. This input data can come from randomized sources from within lomax.go with the help of libraries that can generate suitable data for us to use.

The framework will parse the test script inputs and if it sees a --random flag being passed in, it'll use randomized data than otherwise.

simar7 commented 8 years ago

Tracking this here: https://github.com/opendns/lemming/pull/62

simar7 commented 8 years ago

Checked in!