diff options
author | Dave Barach <dave@barachs.net> | 2019-12-25 09:24:58 -0500 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-01-02 16:29:19 +0000 |
commit | 4ed2598562b1fe65efe69ae53397dfe9f1f07be8 (patch) | |
tree | 8a980b2745d462cdd6baaee5d827d840061ad6fa /test/test_vlib.py | |
parent | 15d7fd0fe02dbeac2337049b2c157b0f08d0282d (diff) |
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 <dave@barachs.net>
Change-Id: Id8e3ce1763cad3a0891d5d6c8d2c1e3e610682d7
Diffstat (limited to 'test/test_vlib.py')
-rw-r--r-- | test/test_vlib.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 """ |