Skip to content

Commit

Permalink
Change test_mibs to use generic wrapper function added.
Browse files Browse the repository at this point in the history
The Namespace functions will be used for both single
and multi-asic platforms.

Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
  • Loading branch information
SuvarnaMeenakshi committed Jul 10, 2020
1 parent e264498 commit a10f55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
modules_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, os.path.join(modules_path, 'src'))

from sonic_ax_impl.mibs import Namespace
from sonic_ax_impl.mibs import Namespace

class TestGetNextPDU(TestCase):
@classmethod
Expand Down

0 comments on commit a10f55f

Please sign in to comment.