-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for kickstart script commands #1302
Conversation
bb8a36d
to
96bf92b
Compare
dcc5d33
to
2a2ec60
Compare
/test-tmt |
/test-os-variants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great work, thank you!
I have some suggestions regarding naming, metadata and reusing:
- I'd rather make all the tests of a common
TESTTYPE
, something likeksscript
orscript
so that it is easy to run them together (like in the anaconda PR:/kickstart-test --kstest-pr 1302 --testtype ksscript
) - I'd name the tests with common prefix, like
script-pre
instead ofpre-script
- I think we can use fragments (
%ksinclude
) more, like in ui_text_interactive. This can be done as a follow-up though.
2a2ec60
to
f85dd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for using the fragments (like %ksappend common/common_no_payload.ks
) but is seems incomplete to me.
f85dd27
to
1c31b6e
Compare
/test-os-variants |
/test-tmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update looks good to me, however
- one test is failing on testing farm, not sure why
- the tests are not run in permian (on /test-os-variants)) because of the .sh files not being executable (
if not os.access(filepath, os.X_OK):
636ddcd
to
71700e8
Compare
/test-os-variants |
/test-tmt |
71700e8
to
5997175
Compare
/test-os-variants |
/test-tmt |
5997175
to
8850c2f
Compare
/test-tmt |
8850c2f
to
10a81f7
Compare
/test-os-variants |
/test-tmt |
10a81f7
to
23a5391
Compare
/test-os-variants |
/test-tmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, great job, thank you.
Tests for PR: rhinstaller/anaconda#5739