mirror of
https://github.com/containers/podman.git
synced 2025-07-31 04:12:40 +08:00
Add unittests and fix bugs
* Improved error messages * Improved checking of user input Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #978 Approved by: mheon
This commit is contained in:
@ -32,8 +32,8 @@ class TestSystem(unittest.TestCase):
|
||||
uri=local_uri,
|
||||
remote_uri=remote_uri,
|
||||
identity_file=os.path.expanduser('~/.ssh/id_rsa'),
|
||||
) as pclient:
|
||||
pclient.system.ping()
|
||||
) as remote_client:
|
||||
remote_client.system.ping()
|
||||
|
||||
def test_versions(self):
|
||||
with podman.Client(self.host) as pclient:
|
||||
|
Reference in New Issue
Block a user