Coverage for mlos_bench/mlos_bench/tests/services/remote/ssh/conftest.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-07-14 00:55 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5"""Fixtures for the SSH service tests.""" 

6 

7import mlos_bench.tests.services.remote.ssh.fixtures as ssh_fixtures 

8 

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 

11alt_test_server = ssh_fixtures.alt_test_server 

12reboot_test_server = ssh_fixtures.reboot_test_server 

13ssh_host_service = ssh_fixtures.ssh_host_service 

14ssh_fileshare_service = ssh_fixtures.ssh_fileshare_service