977477db9d
This also changes from running the unit tests, which are now run as part of the rpm build, to running ksvalidator and ksflatten on some test kickstarts. ./tests/good-ks/ contains kickstarts expected to pass ./tests/bad-ks/ contains kickstarts expected to fail ./tests/include-ks/ contains kickstarts expected to pass, with includes (note that the %include directives in good-ks are not processed by ksvalidator).
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
summary: Run pykickstart tests
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- python3-kickstart
|
|
- pykickstart
|
|
execute:
|
|
script: ./tests/scripts/run_tests.sh
|