Coverage for mlos_bench/mlos_bench/tests/environments/remote/conftest.py: 100%
3 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 01:18 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 01:18 +0000
1#
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4#
5"""Fixtures for the RemoteEnv tests using SSH Services."""
7import mlos_bench.tests.services.remote.ssh.fixtures as ssh_fixtures
9# Expose some of those as local names so they can be picked up as fixtures by pytest.
10ssh_test_server = ssh_fixtures.ssh_test_server
11ssh_test_server_hostname = ssh_fixtures.ssh_test_server_hostname