-
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
Add ftp-proxy test #1281
base: master
Are you sure you want to change the base?
Add ftp-proxy test #1281
Conversation
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.
Maybe you could use fragment/s for the generic part of the kickstart file ? Otherwise looks good. :)
network --bootproto=dhcp | ||
|
||
bootloader --timeout=1 | ||
zerombr |
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.
I wonder if using some fragments could prevent duplication ? For example, I don't think the storage section is specific to this test & could be replaced by: https://github.com/rhinstaller/kickstart-tests/blob/master/fragments/shared/storage/default.ks
Or possibly the full common_no_payload ?
https://github.com/rhinstaller/kickstart-tests/blob/master/fragments/shared/common/common_no_payload.ks
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 taken from the ftp test. Let's use it this way and I can take a look on the optimization of both in next PR.
7cfa351
to
01edc68
Compare
UPDATED:
|
01edc68
to
d3de869
Compare
Rebased to resolve smaller conflict. |
/test-tmt |
/test-os-variants |
d3de869
to
94fa03d
Compare
/test-tmt |
/test-os-variants |
Squid prints file name in the middle of the line not on the end. Maybe change in the squid logging?
We have only one now but next one is coming.
Test if FTP installation with `inst.proxy` works as expected. To be able to support this we need to allow more ports in the squid.
94fa03d
to
0cdfc68
Compare
/test-tmt |
1 similar comment
/test-tmt |
c43cf6f
to
0cdfc68
Compare
/test-tmt |
3 similar comments
/test-tmt |
/test-tmt |
/test-tmt |
Add a new test ftp-proxy which will use proxy server together with FTP installation source.
This PR is also:
ftp
test groupThis PR is blocked by a lot of fixes:
defaults
sourcing for platform #1280 (load correctdefaults
file on RHEL)