rhinstaller / kickstart-tests

Kickstart-driven tests for the Anaconda installer
55 stars 35 forks source link

proxy-auth and proxy-kickstart failing on daily-iso: addon.repo does not contain proxy information #680

Open rvykydal opened 2 years ago

rvykydal commented 2 years ago

Proxy-auth and proxy-kickstart tests are failing on daily-iso scenario ( https://github.com/rhinstaller/kickstart-tests/runs/5311509228?check_suite_focus=true ). Interestingly, on rawhide the tests were passing: https://github.com/rhinstaller/kickstart-tests/pull/676/checks

stdout:
addon.repo does not contain proxy information
addon.repo does not contain proxy information

2022-02-24 01:52:10,835 INFO: RESULT:proxy-auth:86232002df71:FAILED:Validation failed with return code 1

proxy-auth: kstest.log virt-install.log proxy-kickstart kstest.log virt-install.log

rvykydal commented 2 years ago

@jstodola Honzo, any ideas? As mentioned, strangely enough on rawhide the test is passing.

rvykydal commented 2 years ago

PR to disable the test: https://github.com/rhinstaller/kickstart-tests/pull/681

jstodola commented 2 years ago

@rvykydal Radku, I need to look more closely on what happened. Feel free to assign me to this issue, since the problem could be related to the changes in https://github.com/rhinstaller/kickstart-tests/pull/676

rvykydal commented 3 months ago

Fixed by @jikortus in https://github.com/rhinstaller/kickstart-tests/pull/1184. Thank you!