diff options
author | Brent Baude <bbaude@redhat.com> | 2020-08-04 12:52:45 -0500 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-08-11 11:17:27 +0200 |
commit | c5646acf4a06520f4fa65acdf8eebb4130c5e7d9 (patch) | |
tree | 01f5be4675d84c4ce9839e22a4c4842fc0bfa761 /test | |
parent | 729e0aa0d1fa00dc6452897dc57ccccaf04fc20c (diff) | |
download | podman-c5646acf4a06520f4fa65acdf8eebb4130c5e7d9.tar.gz podman-c5646acf4a06520f4fa65acdf8eebb4130c5e7d9.tar.bz2 podman-c5646acf4a06520f4fa65acdf8eebb4130c5e7d9.zip |
podman-remote send name and tag
when loading an image with podman-remote load, we need to send a name and a tag to the endpoint
Fixes: #7124
Backported-by: Valentin Rothberg <rothberg@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/system/120-load.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/120-load.bats b/test/system/120-load.bats index f290c1888..c0ddbf4d6 100644 --- a/test/system/120-load.bats +++ b/test/system/120-load.bats @@ -74,7 +74,7 @@ verify_iid_and_name() { verify_iid_and_name $img_name } -@test "podman load - NAME and NAME:TAG arguments work (requires: #2674)" { +@test "podman load - NAME and NAME:TAG arguments work" { get_iid_and_name run_podman save $iid -o $archive run_podman rmi $iid |