6a06241fc0
Instead of repeating the build unit testing, this tests the installed parted with a simple disk image partitioning scheme to verify basic functionality. Resolves: RHEL-50915
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
summary: Run a basic parted test
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- parted
|
|
- jq
|
|
execute:
|
|
script: ./tests/scripts/run_tests.sh
|