mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-01 19:31:37 +00:00
- 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>
10 lines
145 B
Bash
10 lines
145 B
Bash
# -*- mode: sh -*-
|
|
#!/usr/bin/env bats
|
|
|
|
load helpers
|
|
|
|
@test "Test overlay network with consul" {
|
|
skip_for_circleci
|
|
test_overlay consul
|
|
}
|