-
Notifications
You must be signed in to change notification settings - Fork 37
Add ftp-proxy test #1281
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
base: main
Are you sure you want to change the base?
Add ftp-proxy test #1281
Conversation
M4rtinK
left a comment
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 |
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 |
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.
0cdfc68 to
cbe443b
Compare
|
/test-tmt |
|
Rebasing and rerunning to test out change from #1340 |
|
/test-tmt |
|
No it doesn't helped :( |
Add a new test ftp-proxy which will use proxy server together with FTP installation source.
This PR is also:
ftptest groupThis PR is blocked by a lot of fixes:
defaultssourcing for platform #1280 (load correctdefaultsfile on RHEL)