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

8 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-06 00:35 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Fixtures for the SSH service tests. 

7""" 

8 

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

10 

11# Expose some of those as local names so they can be picked up as fixtures by pytest. 

12ssh_test_server_hostname = ssh_fixtures.ssh_test_server_hostname 

13ssh_test_server = ssh_fixtures.ssh_test_server 

14alt_test_server = ssh_fixtures.alt_test_server 

15reboot_test_server = ssh_fixtures.reboot_test_server 

16ssh_host_service = ssh_fixtures.ssh_host_service 

17ssh_fileshare_service = ssh_fixtures.ssh_fileshare_service