From Fedora Project Wiki
Description
This test case validates usages of Fedora toolbox in Silverblue.
Setup
Use an updated Fedora Silverblue 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.