spiegel_podman/contrib/python/podman/test
Jhon Honce e6074eb9ac Implement new subcommands
* Refactor create subparser to share arguments with run subparser
* Add argparse.*Action subclasses to reduce duplicate code in parsers
* Using BooleanAction now accept True/False value as expected
* .pylintrc added to loosen variable name policing
* Update AbstractBaseAction to remove unset arguments before
  transmitting to podman service
* Align logging messages to podman output
* Renamed global argument from --user to --username, to avoid conflict
  with create/run podman commands
* Add new subcommands: run, create, history, import, info, push,
  restart and search

Signed-off-by: Jhon Honce <jhonce@redhat.com>

Closes: #1519
Approved by: rhatdan
2018-09-21 19:36:01 +00:00
..
__init__.py Update python directories to better support setup.py 2018-07-13 12:50:12 -07:00
podman_testcase.py Add retry decorator for flakey tests 2018-08-20 21:07:09 +00:00
retry_decorator.py Add retry decorator for flakey tests 2018-08-20 21:07:09 +00:00
test_client.py Rename varlink socket and interface 2018-08-06 14:49:11 +00:00
test_containers.py Don't output inodes created to run a container 2018-09-21 09:45:14 +00:00
test_images.py Clean up pylint warnings and errors for podman 2018-07-28 11:49:11 +00:00
test_libs.py Update python directories to better support setup.py 2018-07-13 12:50:12 -07:00
test_runner.sh Implement new subcommands 2018-09-21 19:36:01 +00:00
test_system.py Add missing dependencies to build system 2018-08-05 11:06:18 +00:00
test_tunnel.py Turn on test debugging 2018-08-31 16:52:52 +00:00