mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-19 05:03:46 +00:00
Merge pull request #11795 from grubernaut/net_none_test_fixes
Add fixes for integration-cli tests w/ --net none
This commit is contained in:
@@ -149,6 +149,7 @@ func TestEventsImageUntagDelete(t *testing.T) {
|
||||
|
||||
func TestEventsImagePull(t *testing.T) {
|
||||
since := daemonTime(t).Unix()
|
||||
testRequires(t, Network)
|
||||
|
||||
defer deleteImages("hello-world")
|
||||
|
||||
|
||||
@@ -147,6 +147,7 @@ func TestRunLeakyFileDescriptors(t *testing.T) {
|
||||
// it should be possible to lookup Google DNS
|
||||
// this will fail when Internet access is unavailable
|
||||
func TestRunLookupGoogleDns(t *testing.T) {
|
||||
testRequires(t, Network)
|
||||
defer deleteAllContainers()
|
||||
|
||||
out, _, _, err := runCommandWithStdoutStderr(exec.Command(dockerBinary, "run", "busybox", "nslookup", "google.com"))
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
// search for repos named "registry" on the central registry
|
||||
func TestSearchOnCentralRegistry(t *testing.T) {
|
||||
testRequires(t, Network)
|
||||
searchCmd := exec.Command(dockerBinary, "search", "busybox")
|
||||
out, exitCode, err := runCommandWithOutput(searchCmd)
|
||||
if err != nil || exitCode != 0 {
|
||||
|
||||
Reference in New Issue
Block a user