From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= This test case validates usages of Fedora toolbox in Silverblue |setup= Use an updated Fedora Silverblue |actions= # Open terminal and run <code>...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description= This test case validates usages of Fedora toolbox in Silverblue
|description= This test case validates usages of Fedora '''toolbox'''.
|setup= Use an updated Fedora Silverblue
|setup= Use an updated Fedora system.
|actions=
|actions=
# Open terminal and run <code> $ toolbox create </create>
# Open the terminal and run <code>toolbox create</code>.
# Wait for it to complete
# Wait until the operation is complete.
# Enter toolbox by executing <code> toolbox enter </code>
# Enter the toolbox environment by executing <code>toolbox enter</code>.
# Try executing various commands in the toolbox environment.
|results=
|results=
The following must be true to consider this a successful test run.
The following must be true to consider this a successful test run:
# The command should create a container and an image called <code>fedora-toolbox-<your-username>:<version-id>
# The command should create a container and an image called <code>fedora-toolbox-<your-username>:<version-id></code>
# Verify by running <code> toolbox list </code>
# You can verify that using <code>toolbox list</code>.
# Enter the toolbox and verify the working  
# The toolbox environment provides a working Fedora environment.
|optional=Optionally provide hints for exploratory testing.
|optional=Optionally provide hints for exploratory testing.
}}
[[Category:GNOME default application test cases]]
[[Category:Test Days Test Cases]]

Latest revision as of 10:19, 16 August 2022

Description

This test case validates usages of Fedora toolbox.

Setup

Use an updated Fedora system.

How to test

  1. Open the terminal and run toolbox create.
  2. Wait until the operation is complete.
  3. Enter the toolbox environment by executing toolbox enter.
  4. Try executing various commands in the toolbox environment.

Expected Results

The following must be true to consider this a successful test run:

  1. The command should create a container and an image called fedora-toolbox-<your-username>:<version-id>
  2. You can verify that using toolbox list.
  3. The toolbox environment provides a working Fedora environment.

Optional

Optionally provide hints for exploratory testing.