aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/tests/run_unit_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/tests/run_unit_tests.py')
-rwxr-xr-xmpm/python/tests/run_unit_tests.py2
1 files changed, 2 insertions, 0 deletions
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(),
}