mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tests/pytests/scenarios/performance/conftest.py
Co-authored-by: Megan Wilhite <mwilhite@vmware.com>
This commit is contained in:
parent
337feb692d
commit
11a548a39d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def host_docker_network_ip_address(network):
|
|||
@pytest.fixture(scope="session")
|
||||
def salt_factories_config(salt_factories_config, host_docker_network_ip_address):
|
||||
"""
|
||||
Return a dictionary with the keyworkd arguments for FactoriesManager
|
||||
Return a dictionary with the keyword arguments for FactoriesManager
|
||||
"""
|
||||
config = salt_factories_config.copy()
|
||||
config["log_server_host"] = host_docker_network_ip_address
|
||||
|
|
Loading…
Add table
Reference in a new issue