Commit Graph

5 Commits

Author SHA1 Message Date
Victor Marmol
19126f7f8a Use pkill instead of killall.
pkill is available on more systems.
2015-02-17 11:01:36 -08:00
Victor Marmol
e7fd18c24d Allow the runner to run tests on multiple instances. 2015-02-17 08:17:37 -08:00
Victor Marmol
e42ca5787d Don't use screen to run cAdvisor in the background.
Some distros don't have screen. Here we wait for cAdvisor to come up
before continuing.
2015-02-17 06:33:45 -08:00
Victor Marmol
5851645aa6 Setup necessary env variables for e2e. Also, don't run tests for trivial changes. 2015-01-26 16:19:45 -08:00
Victor Marmol
21bdea3dcc Add integration test runner.
Runner builds a cAdvisor, prepares it on a remote machine, and executes
the integration tests targetting the remote machines.

Script builds the runner and runs it.
2015-01-23 10:57:29 -08:00