From Fedora Project Wiki
No edit summary
(Polished the text.)
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''' in Silverblue.
|setup= Use an updated Fedora Silverblue
|setup= Use an updated Fedora Silverblue system.
|actions=
|actions=
# Open terminal and run <code> $ toolbox create </code>
# 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></code>
# 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.
}}
}}

Revision as of 07:36, 4 April 2019

Description

This test case validates usages of Fedora toolbox in Silverblue.

Setup

Use an updated Fedora Silverblue 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.