moby--moby/libnetwork/test/integration/dnet/overlay-consul-host.bats

10 lines
163 B
Bash

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