spiegel_podman/contrib/python/podman/test
Matthew Heon fa76b86e3e Temporarily fix the Python tests to fix some PRs
The Python podman bindings have issues around kill - specifically
attempting to make it act like stop, when it should not. We
provide no guarantee of what state a container if in after kill -
it should be stopped, but we might have sent something that's not
SIGKILL. If you want a container or pod stopped, guaranteed, use
Stop().

The Python code attempted to ensure a container was actually
stopped after kill was run, which runs counter the above. This
was holding up some PRs that caused changes in how libpod obtains
its state, so for now, change pod kill to pod stop until the
proper changes in the Python code can be made.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-11-07 09:46:44 -05: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 Ensure test container in running state 2018-10-25 12:20:11 -07:00
test_libs.py Update python directories to better support setup.py 2018-07-13 12:50:12 -07:00
test_pods_ctnrs.py Temporarily fix the Python tests to fix some PRs 2018-11-07 09:46:44 -05:00
test_pods_no_ctnrs.py Implement pod varlink bindings 2018-10-01 07:24:50 -07:00
test_runner.sh Ensure test container in running state 2018-10-25 12:20:11 -07: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