aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mactime.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mactime.py')
-rw-r--r--test/test_mactime.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_mactime.py b/test/test_mactime.py
index 85ded33d158..1eaeeb53a9d 100644
--- a/test/test_mactime.py
+++ b/test/test_mactime.py
@@ -2,7 +2,8 @@
import unittest
-from framework import VppTestCase, VppTestRunner, running_gcov_tests
+from config import config
+from framework import VppTestCase, VppTestRunner
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
@@ -31,7 +32,7 @@ class TestMactime(VppTestCase):
self.logger.critical(error)
self.assertNotIn('FAILED', error)
- @unittest.skipUnless(running_gcov_tests, "part of code coverage tests")
+ @unittest.skipUnless(config.gcov, "part of code coverage tests")
def test_mactime_unittest(self):
""" Mactime Plugin Code Coverage Test """
cmds = ["loopback create",