From Fedora Project Wiki

Description

This test case ensures that a user can create, inspect, and delete a pod 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 "Pods" section.
  2. Run "podman pod create --label myFirstPod" to get a new pod.
  3. Check if the Pods Section shows the new Pod.
  4. Once created, inspect the pod details by clicking on the "container" it's associated with
  5. Verify the container runs within the pod by checking its status within the pod's details page.
  6. Delete the pod by selecting it and clicking on the "Delete" or "Remove" option, confirming the action if prompted.

Expected Results

  1. The pod is created without errors and appears in the "Pods" list with the specified settings.
  2. Pod details accurately reflect configurations and include the container added to the pod.
  3. After deletion, the pod no longer appears in the "Pods" list, indicating successful removal.

Optional

Optionally, explore creating pods with multiple containers or different network configurations to assess how Podman Desktop handles more complex pod setups.