Skip to content

Commit

Permalink
virtwho-config:Update whitelist&blacklist (SatelliteQE#11809)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpliu authored Jul 5, 2023
1 parent 974b346 commit e904c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/virtwho/api/test_esx_sca.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def test_positive_filter_option(
assert get_configure_option('filter_hosts', config_file) == regex
assert (
get_configure_option('filter_host_parents', config_file)
== whitelist['filter_host_parents']
== whitelist['whitelist']
)
assert result.whitelist == regex
assert result.filter_host_parents == regex
Expand All @@ -275,7 +275,7 @@ def test_positive_filter_option(
assert get_configure_option('exclude_hosts', config_file) == regex
assert (
get_configure_option('exclude_host_parents', config_file)
== blacklist['exclude_host_parents']
== blacklist['blacklist']
)
assert result.blacklist == regex
assert result.exclude_host_parents == regex
Expand Down

0 comments on commit e904c4a

Please sign in to comment.