podman/test/utils
Jhon Honce cbca625328 V2 Add support for ssh authentication methods
* podman --remote ssh://<user>:<password>@<host>:<port><path>
* podman --remote ssh://<user>:<password>@<host>:<port><path> \
  --identity <path> --passphrase <phrase>
* ssh-add <key>
  podman --remote ssh://<user>@<host><path>
* Fix `podman help` to run even if podman missing components
* Prompt for passphrase on stdin IFF key is protected and passphrase
  not given via any other configuration

* cobra flags do not support optional value flags therefore refactored
  --remote to be a boolean and --url will now contain the URI to Podman
  service

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-06-03 09:54:39 -07:00
..
common_function_test.go Add codespell to validate spelling mistakes in code. 2020-01-11 06:32:19 -05:00
matchers.go Refactor tests when checking for error exit codes 2019-10-16 08:10:07 -07:00
podmansession_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
podmantest_test.go test: fix exec preserve-fds test 2020-04-09 10:17:42 +02:00
utils.go V2 Add support for ssh authentication methods 2020-06-03 09:54:39 -07:00
utils_suite_test.go Move noCache logic lower in stack 2019-09-26 10:56:24 -04:00