From Fedora Project Wiki
No edit summary |
No edit summary |
||
(2 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 | |description= This test case validates usages of Fedora '''toolbox'''. | ||
|setup= Use an updated Fedora | |setup= Use an updated Fedora system. | ||
|actions= | |actions= | ||
# Open terminal and run <code> | # Open the terminal and run <code>toolbox create</code>. | ||
# Wait | # 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> | ||
# | # You can verify that using <code>toolbox list</code>. | ||
# | # 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
- Open the terminal and run
toolbox create
. - Wait until the operation is complete.
- Enter the toolbox environment by executing
toolbox enter
. - Try executing various commands in the toolbox environment.
Expected Results
The following must be true to consider this a successful test run:
- The command should create a container and an image called
fedora-toolbox-<your-username>:<version-id>
- You can verify that using
toolbox list
. - The toolbox environment provides a working Fedora environment.
Optional
Optionally provide hints for exploratory testing.