diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-08-28 10:00:19 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-31 16:52:52 +0000 |
commit | 8245f0942811c2954d257ad8fac6cca8d36e896c (patch) | |
tree | 509320267d593f3d9b1f74444a826cc1254ab947 /.papr.yml | |
parent | de414c4354633276bd1997359eb9d70130dbc57c (diff) | |
download | podman-8245f0942811c2954d257ad8fac6cca8d36e896c.tar.gz podman-8245f0942811c2954d257ad8fac6cca8d36e896c.tar.bz2 podman-8245f0942811c2954d257ad8fac6cca8d36e896c.zip |
Add support for remote commands
* Add support for commit, export, inspect, kill, logs, mount, pause
port commands
* Refactored Report class to allow column lengths to be optionally
driven by data
* Refactored Ps class to truncate image names on the left vs right
* Bug fixes
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #1369
Approved by: rhatdan
Diffstat (limited to '.papr.yml')
-rw-r--r-- | .papr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ host: ram: 8192 cpus: 4 required: true -timeout: 90m +timeout: 120m tests: - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh @@ -35,7 +35,7 @@ extra-repos: required: true -timeout: 90m +timeout: 120m tests: - sh .papr_prepare.sh @@ -63,7 +63,7 @@ tests: - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh required: false -timeout: 90m +timeout: 120m context: "Fedora fedora/28/cloud Podman" --- |