Skip to content

Commit

Permalink
Merge pull request #352 from stackhpc/upstream/2023.1-2024-12-02
Browse files Browse the repository at this point in the history
Synchronise 2023.1 with upstream
  • Loading branch information
priteau authored Dec 2, 2024
2 parents 0092610 + 0f60aed commit bde86d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ def test_docker_storage_driver_is_devicemapper(host):
@pytest.mark.parametrize('user', ['kolla', 'stack'])
def test_docker_image_download(host, user):
with host.sudo(user):
host.check_output("docker pull alpine")
host.check_output("docker pull quay.io/podman/hello")


@pytest.mark.parametrize('user', ['kolla', 'stack'])
def test_docker_container_run(host, user):
with host.sudo(user):
host.check_output("docker run --rm alpine /bin/true")
host.check_output("docker run --rm quay.io/podman/hello")


def test_timezone(host):
Expand Down

0 comments on commit bde86d7

Please sign in to comment.