From Fedora Project Wiki
Description
This test case runs some validation checks for important graphics functionality.
How to test
- Clean boot the Fedora you wish to test: this could be a system installed from a particular snapshot, pre-release, or release, or a live image. It should be a graphical desktop install
- Open a terminal window and run
sudo dnf -y install vulkan-tools vulkan-validation-layers - Now run
vkcube --validate --c 10
Expected Results
- The vkcube command should run without crashing or erroring out.
