Merge pull request #1804 from dongluochen/nodeManagementTest

Add nodemanagement tests to test pipeline
This commit is contained in:
Alexandre Beslic 2016-02-12 10:26:36 -08:00
commit 185a50ff17
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function execute() {
}
# Tests to run. Defaults to all.
TESTS=${@:-. compose discovery api mesos/api mesos/compose mesos/zk}
TESTS=${@:-. compose discovery api nodemanagement mesos/api mesos/compose mesos/zk}
# Generate a temporary binary for the tests.
export SWARM_BINARY=`mktemp`