summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-15 22:20:04 +0200
committerGitHub <noreply@github.com>2019-05-15 22:20:04 +0200
commit7ede1594652003e1ec545dc5c98c44142dcdd7c3 (patch)
treec336eb07ee946b91c84417dfc7ae04791f149ec8 /test/e2e
parent3057572fc1d7955fd0425c1a478c58d5e2488f53 (diff)
parenta86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (diff)
downloadpodman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.gz
podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.bz2
podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.zip
Merge pull request #3089 from baude/splittest
split remote tests from distro tests
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/info_test.go1
-rw-r--r--test/e2e/libpod_suite_remoteclient_test.go1
2 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/info_test.go b/test/e2e/info_test.go
index ca4012dde..c960fb311 100644
--- a/test/e2e/info_test.go
+++ b/test/e2e/info_test.go
@@ -24,7 +24,6 @@ var _ = Describe("Podman Info", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
- podmanTest.DelayForVarlink()
})
AfterEach(func() {
diff --git a/test/e2e/libpod_suite_remoteclient_test.go b/test/e2e/libpod_suite_remoteclient_test.go
index 05c355711..b7fd8537d 100644
--- a/test/e2e/libpod_suite_remoteclient_test.go
+++ b/test/e2e/libpod_suite_remoteclient_test.go
@@ -77,6 +77,7 @@ func (p *PodmanTestIntegration) StartVarlink() {
command.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}
p.VarlinkCommand = command
p.VarlinkSession = command.Process
+ p.DelayForVarlink()
}
func (p *PodmanTestIntegration) StopVarlink() {