From Fedora Project Wiki

Revision as of 16:14, 23 January 2022 by Alciregi (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests whether you can create a container using the default fedora-toolbox image (registry.fedoraproject.org/fedora-toolbox:{{FedoraV...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests whether you can create a container using the default fedora-toolbox image (registry.fedoraproject.org/fedora-toolbox:39) and that you can enter into it.

Setup

  1. Ensure the Package-x-generic-16.pngdistrobox package is installed

How to test

  • Run distrobox create or distrobox-create

If the fedora-toolbox image is not already present on your system, a question asking to pull it should appear. Answer Y.

  • Enter the container with distrobox enter or distrobox enter or distrobox enter --name fedora-toolbox-39
  • Execute basic operations inside the container, like
    • ls -la
    • sudo whoami

Expected Results

  • If applicable, the pull from the registry is successful
  • You can successfully enter into the container
  • You can run commands inside the container