mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
33aa626bc9
- Added etcd integration test for overlay - Added etcd integration test for multinode with mock test driver suitable for circleci - Added multinode tests for zookeeper - Made the script smart enough to only start data stores necessary for the requested suites Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
9 lines
151 B
Bash
9 lines
151 B
Bash
# -*- mode: sh -*-
|
|
#!/usr/bin/env bats
|
|
|
|
load helpers
|
|
|
|
@test "Test overlay network with zookeeper" {
|
|
skip_for_circleci
|
|
test_overlay zookeeper
|
|
}
|