From 4ed2598562b1fe65efe69ae53397dfe9f1f07be8 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 25 Dec 2019 09:24:58 -0500 Subject: tests: configure 32 mb physmem Absolutely nothing good happens when we force the kernel to briefly map and then unmap 16gb as vpp starts. Effect exacerbated when TEST_JOBS = 20...40, and so forth. Type: test Signed-off-by: Dave Barach Change-Id: Id8e3ce1763cad3a0891d5d6c8d2c1e3e610682d7 --- test/test_vlib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_vlib.py') diff --git a/test/test_vlib.py b/test/test_vlib.py index 33dc602cf2a..82cf6abc421 100644 --- a/test/test_vlib.py +++ b/test/test_vlib.py @@ -24,8 +24,7 @@ class TestVlib(VppTestCase): def tearDown(self): super(TestVlib, self).tearDown() - # @unittest.skipUnless(running_extended_tests, "part of extended tests") - + @unittest.skipUnless(running_extended_tests, "part of extended tests") def test_vlib_main_unittest(self): """ Vlib main.c Code Coverage Test """ -- cgit 1.2.3-korg