Commit Graph

7 Commits

Author SHA1 Message Date
Tim Byrne d32e63fc92
Split packages onto separate lines
This will make it easier to see the changes in the dependencies included
in the yadm/testbed image.
2019-03-01 08:07:30 -06:00
Tim Byrne 0f2039f79d
Create a flag to identify when running inside testbed 2019-02-25 16:30:05 -06:00
Tim Byrne e7f9616b39
Rewrite testing system (#119)
The new test system is written with py.test. These tests are more
comprehensive, run faster by an order of magnitude, and are far more
maintainable. The tests themselves conform to PEP8.
2019-02-20 07:48:25 -06:00
Tim Byrne 280b1179f7
Add `lsb-release` to testbed (to support YADM_DISTRO) 2017-07-03 16:21:06 -05:00
Tim Byrne 5f47794104
Add `envtpl` to testbed docker image 2017-03-30 21:45:16 -05:00
Tim Byrne e90ebd67be
Add `curl` to docker testbed image 2017-01-26 23:32:07 -06:00
Tim Byrne c4f2141e35
Add Dockerfile for testbed
To unify the testing platform, a docker image will be used. This image
will contain all of the test system prerequisites. This should make it
easier to run tests uniformly across developer machines and Travis CI.

This image will be published at https://hub.docker.com/r/yadm/testbed/
2017-01-05 16:58:18 -06:00