diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2012-11-16 13:22:19 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-11-28 17:31:18 -0600 |
| commit | adfc8978b0e4e6312d5263ca324ffea341e647a5 (patch) | |
| tree | 11bb5798128ff8a4e50daa6e704c84df1ce0ac7b /src/usr/testcore/kernel | |
| parent | c9fce6c47656b9b34e23b2cb90c51796fc520df9 (diff) | |
| download | talos-hostboot-adfc8978b0e4e6312d5263ca324ffea341e647a5.tar.gz talos-hostboot-adfc8978b0e4e6312d5263ca324ffea341e647a5.zip | |
Disable page castout test
Disabling the page castout test because it happens anyway already
and it takes a long time with all of the mainstore space we have
now. I also fixed a missed todo in ptmgr related to expanding
into mainstore.
Change-Id: I9d2027a13cc968ab33c0d5a61d5023b6cebc9add
RTC: 37748
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2371
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/testcore/kernel')
| -rw-r--r-- | src/usr/testcore/kernel/vmmbasetest.H | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/testcore/kernel/vmmbasetest.H b/src/usr/testcore/kernel/vmmbasetest.H index ce5fd990b..fbfdddf70 100644 --- a/src/usr/testcore/kernel/vmmbasetest.H +++ b/src/usr/testcore/kernel/vmmbasetest.H @@ -90,7 +90,12 @@ class VmmBaseTest : public CxxTest::TestSuite // @TODO. VMM not ready. } - void testCastOutPages() + // Do not run this test by default since we now have a lot of + // mainstore to fill up. We know that this function gets + // tested during the IPL so the unit test isn't required. + // However, leaving it here in case we want to run some + // targeted tests at a later date. + void skipme_testCastOutPages() { uint64_t l_testAddr = VMM_VADDR_RMVPAGE_TEST; uint64_t l_testSize = VMM_SIZE_RMVPAGE_TEST; |

