diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-09-25 10:09:16 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2018-10-01 07:24:50 -0700 |
commit | 9074565f4e623124f17ce02657e35d658abafae5 (patch) | |
tree | 6177fa9a72650f6d5ce4cdc2dca0b86dc17c69cd /contrib/python/podman/test/test_runner.sh | |
parent | df978a264d7944351e7cded0a9506cab8a7bb0db (diff) | |
download | podman-9074565f4e623124f17ce02657e35d658abafae5.tar.gz podman-9074565f4e623124f17ce02657e35d658abafae5.tar.bz2 podman-9074565f4e623124f17ce02657e35d658abafae5.zip |
Implement pod varlink bindings
* Update varlink document
* Add NoContainersInPod error in go and python
* Add support for varlink pod interface
* New code passes pylint
* Fix bug in test_runner.sh
* Update integration tests for race condition on status check
* Add missing port config file support
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'contrib/python/podman/test/test_runner.sh')
-rwxr-xr-x | contrib/python/podman/test/test_runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh index 76432cf47..ce518e7ed 100755 --- a/contrib/python/podman/test/test_runner.sh +++ b/contrib/python/podman/test/test_runner.sh @@ -14,7 +14,7 @@ fi export PATH=../../../bin:$PATH function usage { - echo 1>&2 $0 [-v] [-h] [test.TestCase|test.TestCase.step] + echo 1>&2 $0 '[-v] [-h] [test.<TestCase>|test.<TestCase>.<step>]' } while getopts "vh" arg; do |