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

9 lines
141 B
Bash

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