qm
qm copied to clipboard
Qmctl tests
trafficstars
Closes: https://issues.redhat.com/browse/VROOM-28614
Summary by Sourcery
Add a comprehensive bash-based functional test suite for the qmctl CLI, integrating FMF metadata and fixtures to validate show, exec, execin, and cp subcommands.
Tests:
- Introduce a new
tests/qmctl-testdirectory with orchestration script to install dependencies and run individual command tests. - Add bash scripts to test
qmctlshow, exec, execin, and cp subcommands with exit-code checks. - Include fixture files and a
check_output.shhelper script for output verification. - Add
main.fmfmetadata to register the new tests with the FMF framework.