Olivier Gayot
Olivier Gayot
Hello, The following tests fail if HTTP proxy environment variables are already set: ``` FAILED tests/test_requests.py::TestRequests::test_mixed_case_scheme_acceptable FAILED tests/test_requests.py::TestRequests::test_HTTP_302_ALLOW_REDIRECT_GET FAILED tests/test_requests.py::TestRequests::test_errors[http://doesnotexist.google.com-ConnectionError] FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_self_prepared_request FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_session_prepared_request FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_with_redirects FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_get - ......
Hi, This PR fixes the following typo: ```sed s/transfered/transferred/ ``` I noticed the typo while reading the manual page but took the opportunity to fix it at other places also....
Apologies for the size of the diff :/ This adds the support for magic-attach / contract-selection in Subiquity. Unfortunately, testing this PR on a current ubuntu server ISO will fail...
_opening this PR to split the original https://github.com/canonical/subiquity/pull/1375_ When working on the above PR, I realized that the top level autoinstall sections accepted the `null` value although such a configuration...
The identity screen implements a mechanism to make sure that the confirmation password is the same as the original password. This implementation leans on hard-coded field names (i.e., "password" and...
`BaseView.remove_overlay()` would crash with `AttributeError` if no overlay was found. We now add a `not_found_ok parameter` (defaulting to True) that makes the function silently return if the overlay could not...
_Marking a draft until tested in KVM. Using dry-run looked promising so far._ Our documentation of autoinstall mentions that one can specify the size of a partition as -1 to...
The package udev (part of the systemd source package) creates system groups at installation. In version 251.4, the following system groups are created: * input * sgx * kvm *...
The `--cloud-config` option now replaces the old `--autoinstall-file` option. The use of `--autoinstall-file` always made kvm-test pass the `autoinstall` argument to the kernel command line. With the `--cloud-config` option, we...
The PH2 test-suite hardcodes the use of tlsv1 (i.e., TLSv1.0) which has been deprecated (alongside TLSv1.1 since 2021 - see RFC 8996). Using the value tlsv1_2 would be fine (tlsv1_3...