Skip to content

Commit

Permalink
Resolved SA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Sep 4, 2024
1 parent 64d06ec commit 4870a86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/system_health_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sys
import os
# TBD: uncomment in phase:2 when system-health is supported
# from unittest import mock
from unittest import mock

import click
from click.testing import CliRunner
Expand Down Expand Up @@ -352,7 +351,6 @@ def teardown_class(cls):
os.environ["PATH"] = os.pathsep.join(os.environ["PATH"].split(os.pathsep)[:-1])
os.environ["UTILITIES_UNIT_TESTING"] = "0"


def test_health_dpu(self):
conn = dbconnector.SonicV2Connector()
conn.connect(conn.CHASSIS_STATE_DB)
Expand Down Expand Up @@ -381,7 +379,6 @@ def test_health_dpu(self):
result = runner.invoke(show.cli.commands["system-health"].commands["dpu"], ["DPU0"])
click.echo(result.output)


'''
#
# TBD: Uncomment this code in phase:2 when system-health is supported
Expand Down

0 comments on commit 4870a86

Please sign in to comment.