From 73462501f04fe423bc3b4ec232dba710ee551e2b Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Thu, 5 Dec 2019 15:43:06 +0100 Subject: mpm: add unit tests for EEPROM readers --- mpm/python/tests/run_unit_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpm/python/tests/run_unit_tests.py') diff --git a/mpm/python/tests/run_unit_tests.py b/mpm/python/tests/run_unit_tests.py index 88ea1a805..c563804ae 100755 --- a/mpm/python/tests/run_unit_tests.py +++ b/mpm/python/tests/run_unit_tests.py @@ -12,6 +12,7 @@ import sys import argparse from sys_utils_tests import TestNet from mpm_utils_tests import TestMpmUtils +from eeprom_tests import TestEeprom import importlib.util if importlib.util.find_spec("xmlrunner"): @@ -21,6 +22,7 @@ TESTS = { '__all__': { TestNet, TestMpmUtils, + TestEeprom, }, 'n3xx': set(), } -- cgit v1.2.3