-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52950/
-----------------------------------------------------------
(Updated Oct. 20, 2016, 6:12 p.m.)
Review request for mesos and Joseph Wu.
Changes
-------
Rebased
Bugs: MESOS-5676
https://issues.apache.org/jira/browse/MESOS-5676
Repository: mesos
Description
-------
This infrastrcture includes the ability to bring up a test cluster to
run the CLI against. Future unit tests will use this infrastructure to
test their commands against a running mesos cluster.
Diffs (updated)
-----
src/cli_new/bin/tests.py PRE-CREATION
src/cli_new/lib/mesos/http.py PRE-CREATION
src/cli_new/lib/mesos/tests/__init__.py PRE-CREATION
src/cli_new/lib/mesos/tests/base.py PRE-CREATION
src/cli_new/lib/mesos/tests/tests.py PRE-CREATION
Diff: https://reviews.apache.org/r/52950/diff/
Testing
-------
$ cd src/cli_new
$ ./bootstrap
$ source activate
(mesos-cli) $ mesos-cli-tests
Thanks,
Kevin Klues