mirror of https://github.com/docker/docs.git
Merge pull request #1804 from dongluochen/nodeManagementTest
Add nodemanagement tests to test pipeline
This commit is contained in:
commit
185a50ff17
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue