Files
podman/test/dockerpy/common.py
Sujil02 359d67a687 Adds docker py regression test.
Adds test to validate podman image endpoints.
Adds readme on how to run python tests
Adds contants file.

Signed-off-by: Sujil02 <sushah@redhat.com>
2020-06-04 16:04:34 -04:00

7 lines
125 B
Python

import docker
from docker import Client
def get_client():
return docker.Client(base_url="unix:/run/podman/podman.sock")