summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-18 21:55:09 +0100
committerGitHub <noreply@github.com>2020-03-18 21:55:09 +0100
commit464a1cd485febe782b655c0cc30db398345055f9 (patch)
tree3dc5a4b90bc8d2e1837ad1319dab2c13db98ddc2 /test/e2e
parentd66d54282022e5f26a5baa3eebf88d6300afff74 (diff)
parent651ddd3560c8b6ec2c8e7290f198ce6ad8c97b9c (diff)
downloadpodman-464a1cd485febe782b655c0cc30db398345055f9.tar.gz
podman-464a1cd485febe782b655c0cc30db398345055f9.tar.bz2
podman-464a1cd485febe782b655c0cc30db398345055f9.zip
Merge pull request #5540 from jwhonce/issues/5531
Reduce CPU usage when --timeout=0
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/search_test.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/e2e/search_test.go b/test/e2e/search_test.go
index 6d762d338..9ba0241fe 100644
--- a/test/e2e/search_test.go
+++ b/test/e2e/search_test.go
@@ -5,13 +5,14 @@ package integration
import (
"bytes"
"fmt"
- . "github.com/containers/libpod/test/utils"
- . "github.com/onsi/ginkgo"
- . "github.com/onsi/gomega"
"io/ioutil"
"os"
"strconv"
"text/template"
+
+ . "github.com/containers/libpod/test/utils"
+ . "github.com/onsi/ginkgo"
+ . "github.com/onsi/gomega"
)
type endpoint struct {