diff options
| author | Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> | 2015-02-20 23:24:30 -0800 |
|---|---|---|
| committer | Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> | 2015-02-20 23:24:30 -0800 |
| commit | 102e0611475c7267dd4d2a87044fcc40b2eddcc0 (patch) | |
| tree | 83a7a2f7958faff0bd08c7285e1ca5a7be8297c2 /integration-cli/docker_cli_links_test.go | |
| parent | 6bbb456138e48c7558cfe5c797c57d136f1a694b (diff) | |
| download | docker-102e0611475c7267dd4d2a87044fcc40b2eddcc0.tar.gz | |
integration-cli: add test requirement ExecSupport
Skip tests based on remote daemon's exec support (to exclude
these tests from `make test` ran in LXC case). Makes use of
`test_no_exec` build tag passed by build scripts.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Diffstat (limited to 'integration-cli/docker_cli_links_test.go')
| -rw-r--r-- | integration-cli/docker_cli_links_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-cli/docker_cli_links_test.go b/integration-cli/docker_cli_links_test.go index a429902ee4..652db3280e 100644 --- a/integration-cli/docker_cli_links_test.go +++ b/integration-cli/docker_cli_links_test.go @@ -231,7 +231,7 @@ func TestLinksNotStartedParentNotFail(t *testing.T) { } func TestLinksHostsFilesInject(t *testing.T) { - testRequires(t, SameHostDaemon) + testRequires(t, SameHostDaemon, ExecSupport) defer deleteAllContainers() @@ -285,7 +285,7 @@ func TestLinksNetworkHostContainer(t *testing.T) { } func TestLinksUpdateOnRestart(t *testing.T) { - testRequires(t, SameHostDaemon) + testRequires(t, SameHostDaemon, ExecSupport) defer deleteAllContainers() |
