OpenShift Merge Robot
529824ec1e
Merge pull request #5997 from giuseppe/fix-pod-create
...
v2, podman: fix a bunch of "podman pod *" tests
2020-04-27 15:37:58 +02:00
OpenShift Merge Robot
ef46687dc5
Merge pull request #5976 from QiWang19/manifest-add-os
...
Add --os to manifest add
2020-04-27 15:33:00 +02:00
Giuseppe Scrivano
2fc54facf2
test: enable pod rm tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 14:02:54 +02:00
Giuseppe Scrivano
196e12f185
test: enable pod restart tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 13:41:58 +02:00
Giuseppe Scrivano
246c0053c1
test: enable pod stop tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 13:19:35 +02:00
Giuseppe Scrivano
9a633bd2f5
test: enable pod create tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 13:12:24 +02:00
Valentin Rothberg
7ee0f7e14c
implement pod stats
...
Implement pod stats for the local and remote client. Both code paths end
up in infra/abi to allow for code share.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2020-04-27 12:00:35 +02:00
Giuseppe Scrivano
df9450925b
test: fix check for pause on cgroup v2
...
There is no freezer controller in the cgroup root, use the current
cgroup to look it up.
The test was never running on cgroup v2.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 11:59:22 +02:00
Giuseppe Scrivano
e750c13b70
test: fix pause tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 11:59:22 +02:00
OpenShift Merge Robot
e88b2dc0c9
Merge pull request #5992 from sujil02/v2-pod-inspect
...
Enable pod inspect integration test
2020-04-27 11:58:46 +02:00
OpenShift Merge Robot
7c9a8fc93d
Merge pull request #5985 from rhatdan/test1
...
Enable these tests
2020-04-27 11:56:20 +02:00
OpenShift Merge Robot
c2a33b7bf9
Merge pull request #5990 from baude/v2intrunns
...
enable run_ns integration tests
2020-04-27 11:42:10 +02:00
OpenShift Merge Robot
45932c123b
Merge pull request #5989 from baude/v2intrunrestart
...
enable run_restart integration tests
2020-04-27 11:39:48 +02:00
OpenShift Merge Robot
3bc6a886a0
Merge pull request #5988 from baude/v2intrunsignal
...
enable run_signal integration tests
2020-04-27 11:37:19 +02:00
Giuseppe Scrivano
00233e0311
test: enable healthcheck tests
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-27 11:31:47 +02:00
OpenShift Merge Robot
efafd99e6d
Merge pull request #5983 from baude/v2intcontainerinspect
...
Enable container inspect integration tests
2020-04-27 09:42:33 +02:00
Sujil02
c1766d5e64
Enable pod inspect integration test
...
Enable pod inspect integration test
Get rid of libpod pod inspect references
Remove libpod PodInspect struct.
Signed-off-by: Sujil02 <sushah@redhat.com >
2020-04-26 16:38:52 -04:00
Brent Baude
0e82dece77
enable run_restart integration tests
...
also, correct arg processing mistake in start
Signed-off-by: Brent Baude <bbaude@redhat.com >
2020-04-26 10:44:17 -05:00
Brent Baude
4d2e926a2a
enable run_ns integration tests
...
Signed-off-by: Brent Baude <bbaude@redhat.com >
2020-04-26 10:42:40 -05:00
Brent Baude
a2704003ef
enable run_signal integration tests
...
Signed-off-by: Brent Baude <bbaude@redhat.com >
2020-04-26 10:34:47 -05:00
Daniel J Walsh
8552823ac1
Enable these tests
...
These tests are passing locally.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-26 07:27:41 -04:00
Brent Baude
56c27ea1c6
Enable container inspect integration tests
...
Signed-off-by: Brent Baude <bbaude@redhat.com >
2020-04-25 13:36:11 -05:00
Brent Baude
942a3ef588
Enable pod ps integration tests
...
Enable integration tests for pod ps.
In addition, fixed bug where output was still using slice go template routines and would fail when no infra container was present. Added integration test to prevent future regressions.
Signed-off-by: Brent Baude <bbaude@redhat.com >
2020-04-25 13:13:32 -05:00
OpenShift Merge Robot
2afe579c06
Merge pull request #5971 from giuseppe/fix-userns-tests
...
v2, podman: fix and enable all run_userns_test.go tests
2020-04-24 22:39:26 +02:00
OpenShift Merge Robot
10f3a8ac6b
Merge pull request #5977 from QiWang19/commit-test
...
V2 tests: enables commit tests
2020-04-24 22:29:27 +02:00
Qi Wang
d7a3785b3e
V2 tests: enables commit tests
...
V2 tests enables commit tests
Signed-off-by: Qi Wang <qiwan@redhat.com >
2020-04-24 15:20:04 -04:00
Qi Wang
2f3734b143
Add --os to manifest add
...
Add --os to manifest add for overriding the os field.
Signed-off-by: Qi Wang <qiwan@redhat.com >
2020-04-24 14:57:56 -04:00
OpenShift Merge Robot
a49d5c9c2f
Merge pull request #5974 from giuseppe/fix-init
...
[v2] containers, init: skip invalid state errors with --all
2020-04-24 20:33:17 +02:00
OpenShift Merge Robot
3c3adac528
Merge pull request #5967 from giuseppe/run-test-fixes
...
v2, tests: fix various run_test.go failures
2020-04-24 17:46:20 +02:00
Giuseppe Scrivano
bd7cad775a
containers, init: skip invalid state errors with --all
...
reintroduce the same check that exists in v1.9.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 17:33:27 +02:00
Giuseppe Scrivano
88f1994ab9
podman: assume user namespace if there are mappings
...
if some mappings are specified, assume there is a private user
namespace.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 15:55:38 +02:00
Giuseppe Scrivano
64d8b4eebb
podman: implement userns=keep-id
...
add missing implementation for userns=keep-id and enable the user
namespaces tests.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 15:03:50 +02:00
Giuseppe Scrivano
c746980baf
test: enable cgroup parent tests
...
cgroups tests should pass now
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 13:05:43 +02:00
Giuseppe Scrivano
3eeb03d1f9
podman: fix --log-opt=path=%s
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 13:02:07 +02:00
Giuseppe Scrivano
145d74716c
podman: fix --http-proxy
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 12:56:24 +02:00
Giuseppe Scrivano
a1f73d0954
podman: fix podman --group-add
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 12:56:23 +02:00
Giuseppe Scrivano
543d5f1740
test: fix --host-env test
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 12:56:22 +02:00
Giuseppe Scrivano
2e6a62fc38
podman: fix --cgroups=disabled
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 12:56:21 +02:00
Giuseppe Scrivano
9f8d002e1f
test: enable some run_test.go tests that pass now
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2020-04-24 12:56:21 +02:00
OpenShift Merge Robot
397dcc358a
Merge pull request #5843 from QiWang19/manifest_create
...
manifest create,add,inspect
2020-04-23 17:45:38 +02:00
Qi Wang
17783dda68
manifest create,add,inspect
...
Implememts manifest subcommands create, add, inspect.
Signed-off-by: Qi Wang <qiwan@redhat.com >
2020-04-22 20:05:21 -04:00
Jhon Honce
be5605ac4f
V2 Restore rmi tests
...
* Introduced define.ErrImageInUse to assist in determining the exit code
without resorting string searches.
Signed-off-by: Jhon Honce <jhonce@redhat.com >
2020-04-22 15:34:33 -07:00
OpenShift Merge Robot
142757bd72
Merge pull request #5947 from rhatdan/v
...
Turn on version.go except for -v check
2020-04-22 23:10:46 +02:00
OpenShift Merge Robot
94dc39a41b
Merge pull request #5945 from rhatdan/pull
...
Fix podman push and podman pull to check for authfile
2020-04-22 21:26:42 +02:00
OpenShift Merge Robot
cac05c8588
Merge pull request #5944 from rhatdan/untag
...
Fix integration tests for untag
2020-04-22 21:23:42 +02:00
Daniel J Walsh
34ee183ae6
Turn on version.go except for -v check
...
Currently podman -v does not work but the other version checks all pass.
enabling tests to that we can get more tests running in CI.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-22 15:18:42 -04:00
OpenShift Merge Robot
9a910efcf6
Merge pull request #5202 from QiWang19/path-config-storageconf
...
test rootless_storage_path from storage.conf
2020-04-22 20:57:14 +02:00
Daniel J Walsh
ae1731e03f
Fix podman push and podman pull to check for authfile
...
This fixes pull_test.go push_test.go is still broken because of
lack of registry support.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-22 14:30:40 -04:00
OpenShift Merge Robot
366fc0520b
Merge pull request #5941 from jwhonce/jira/792
...
V2 Restore exists E2E tests
2020-04-22 20:22:44 +02:00
Brent Baude
6fdcc09a20
Fix integration tests for untag
...
Signed-off-by: Brent Baude <bbaude@redhat.com >
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2020-04-22 14:13:07 -04:00