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

9 lines
119 B
Bash

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