Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/platform/mellanox/test_check_sfp_presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import json

from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts

def test_check_sfp_presence(testbed_devices, conn_graph_facts):
"""This test case is to check SFP presence status with CLI and sysfs.
Expand Down
2 changes: 1 addition & 1 deletion tests/platform/mellanox/test_check_sfp_using_ethtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os
import json

from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts
from check_hw_mgmt_service import check_hw_management_service


Expand Down
2 changes: 1 addition & 1 deletion tests/platform/test_reload_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pytest

from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts
from common.utilities import wait_until
from check_critical_services import check_critical_services
from check_transceiver_status import check_transceiver_basic
Expand Down
2 changes: 1 addition & 1 deletion tests/platform/test_sequential_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pytest

from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts
from common.utilities import wait_until
from check_critical_services import check_critical_services
from check_transceiver_status import check_transceiver_basic
Expand Down
2 changes: 1 addition & 1 deletion tests/platform/test_sfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import pytest

from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts
from common.plugins.loganalyzer.loganalyzer import LogAnalyzer

ans_host = None
Expand Down
2 changes: 1 addition & 1 deletion tests/platform/test_xcvr_info_in_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os

from check_transceiver_status import check_transceiver_status
from platform_fixtures import conn_graph_facts
from common.fixtures.conn_graph_facts import conn_graph_facts


def test_xcvr_info_in_db(testbed_devices, conn_graph_facts):
Expand Down