Skip to content

Commit

Permalink
remove no_proxy default check in /etc/virt-who.conf (#15592)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e5af08)
  • Loading branch information
yanpliu authored and web-flow committed Jul 11, 2024
1 parent 7733958 commit 575b8a5
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 575b8a5

Please sign in to comment.