Skip to content

Commit

Permalink
[6.14.z] remove no_proxy default check in /etc/virt-who.conf (#15628)
Browse files Browse the repository at this point in the history
remove no_proxy default check in /etc/virt-who.conf (#15592)

(cherry picked from commit 3e5af08)

Co-authored-by: yanpliu <yanpliu@redhat.com>
  • Loading branch information
Satellite-QE and yanpliu committed Jul 12, 2024
1 parent 13b56cf commit 5641b14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/foreman/virtwho/api/test_esx_sca.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def test_positive_proxy_option(
deploy_configure_by_command(
command, form_data_api['hypervisor_type'], org=module_sca_manifest_org.label
)
# Check default NO_PROXY option
assert get_configure_option('no_proxy', ETC_VIRTWHO_CONFIG) == '*'
# Check HTTTP Proxy and No_PROXY option
http_proxy_url, http_proxy_name, http_proxy_id = create_http_proxy(
http_type='http', org=module_sca_manifest_org, location=default_location
Expand Down

0 comments on commit 5641b14

Please sign in to comment.