moby--moby/libnetwork/test/integration/dnet/overlay-etcd.bats

10 lines
141 B
Bash

# -*- mode: sh -*-
#!/usr/bin/env bats
load helpers
@test "Test overlay network with etcd" {
skip_for_circleci
test_overlay etcd
}