From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test case verifies that users can explore and pull container images using Podman Desktop on Fedora. |setup=Podman Desktop is installed and running on the Fedora system. |actions= # Open Podman Desktop and navigate to the "Images" section. # Use the search functionality to find a specific image (e.g., `centos`). # Select the image from the search results and click "Pull" to download it to your system. # Verify the image is successfully pul...")
 
No edit summary
 
Line 4: Line 4:
|actions=
|actions=
# Open Podman Desktop and navigate to the "Images" section.
# Open Podman Desktop and navigate to the "Images" section.
# Use the search functionality to find a specific image (e.g., `centos`).
# Use the search functionality to find a specific (e.g., `centos`).
# Select the image from the search results and click "Pull" to download it to your system.
# Select the image from the search results and click "Pull" to download it to your system(e.g., quay.io/podman/hello).
# Verify the image is successfully pulled by checking it appears in the "Images" list.
# Verify the image is successfully pulled by checking it appears in the "Images" list.
|results=
|results=
# The Downloaded image(s) should show the user it's details of the images(logs, summary)
# The search and pull operations complete without errors, and the desired image is pulled successfully.
# The search and pull operations complete without errors, and the desired image is pulled successfully.
# The "Images" list is updated to include the newly pulled image, confirming it is ready for use.
# The "Images" list is updated to include the newly pulled image, confirming it is ready for use.
|optional=Try pulling images from different registries or tags to explore the flexibility of Podman Desktop in managing images.
|optional=Try pulling images from different registries or tags to explore the flexibility of Podman Desktop in managing images.
}}
}}

Latest revision as of 03:30, 18 March 2024

Description

This test case verifies that users can explore and pull container images using Podman Desktop on Fedora.

Setup

Podman Desktop is installed and running on the Fedora system.

How to test

  1. Open Podman Desktop and navigate to the "Images" section.
  2. Use the search functionality to find a specific (e.g., centos).
  3. Select the image from the search results and click "Pull" to download it to your system(e.g., quay.io/podman/hello).
  4. Verify the image is successfully pulled by checking it appears in the "Images" list.

Expected Results

  1. The Downloaded image(s) should show the user it's details of the images(logs, summary)
  2. The search and pull operations complete without errors, and the desired image is pulled successfully.
  3. The "Images" list is updated to include the newly pulled image, confirming it is ready for use.

Optional

Try pulling images from different registries or tags to explore the flexibility of Podman Desktop in managing images.