diff options
author | baude <bbaude@redhat.com> | 2019-04-11 14:42:28 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-17 11:08:54 -0500 |
commit | 3c0147e55916335ea605972999c594fdf52716e8 (patch) | |
tree | f15ec89e0d8bfa38a6817d36d1b8d144653dbf08 /test/e2e/start_test.go | |
parent | a87cf6fef8f84ded410d547aa772b8f942c5f273 (diff) | |
download | podman-3c0147e55916335ea605972999c594fdf52716e8.tar.gz podman-3c0147e55916335ea605972999c594fdf52716e8.tar.bz2 podman-3c0147e55916335ea605972999c594fdf52716e8.zip |
podman-remote start
enable the ability to start containers from the remote-client. also,
enable start integration tests for remote testing.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/start_test.go')
-rw-r--r-- | test/e2e/start_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/start_test.go b/test/e2e/start_test.go index 28f1c2393..c92da9777 100644 --- a/test/e2e/start_test.go +++ b/test/e2e/start_test.go @@ -1,5 +1,3 @@ -// +build !remoteclient - package integration import ( |