diff options
author | Ashley Cui <ashleycui16@gmail.com> | 2019-08-19 12:14:54 -0400 |
---|---|---|
committer | Ashley Cui <ashleycui16@gmail.com> | 2019-08-19 12:14:54 -0400 |
commit | 8c7014f11d02c324b56779ef277e0c9365ce1c86 (patch) | |
tree | 52564628f753235de5e3ba416ae6340e004936ac /test/e2e | |
parent | c137e8fcf95b441b5002ec1b39e6cc131471b88a (diff) | |
download | podman-8c7014f11d02c324b56779ef277e0c9365ce1c86.tar.gz podman-8c7014f11d02c324b56779ef277e0c9365ce1c86.tar.bz2 podman-8c7014f11d02c324b56779ef277e0c9365ce1c86.zip |
Implement healthcheck for remote client
Previously unimplemented. Works the same way the local one does, except its remote.
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/healthcheck_run_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/healthcheck_run_test.go b/test/e2e/healthcheck_run_test.go index dafc8a837..e10aef427 100644 --- a/test/e2e/healthcheck_run_test.go +++ b/test/e2e/healthcheck_run_test.go @@ -1,5 +1,3 @@ -// +build !remoteclient - package integration import ( |