summaryrefslogtreecommitdiff
path: root/test/e2e/history_test.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-01-15 10:27:13 -0600
committerbaude <bbaude@redhat.com>2019-01-15 10:29:24 -0600
commit9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab (patch)
treee4e1be5f91b0c3fcec243a8b1da77c41d2216b38 /test/e2e/history_test.go
parent077156d45cfea915cc249e92a5a45280e5ed71e1 (diff)
downloadpodman-9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab.tar.gz
podman-9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab.tar.bz2
podman-9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab.zip
add support for podman-remote history
this adds support to get the history for an image and its layers using podman-remote. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/history_test.go')
-rw-r--r--test/e2e/history_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/history_test.go b/test/e2e/history_test.go
index 921dcaea0..9bec9ad13 100644
--- a/test/e2e/history_test.go
+++ b/test/e2e/history_test.go
@@ -1,5 +1,3 @@
-// +build !remoteclient
-
package integration
import (