summaryrefslogtreecommitdiffstats
path: root/src/usr/vfs
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2019-08-27 08:32:06 -0500
committerNicholas E Bofferding <bofferdn@us.ibm.com>2019-12-06 14:24:04 -0600
commit7da5f591449ffddd9a4f680cb65a0faf73d0353e (patch)
tree9d0d1283c686b8548c5e06066bb26eafce8c064b /src/usr/vfs
parentc46f1ee5b8b9f7ea7e398f373f990b6e3440a257 (diff)
downloadtalos-hostboot-7da5f591449ffddd9a4f680cb65a0faf73d0353e.tar.gz
talos-hostboot-7da5f591449ffddd9a4f680cb65a0faf73d0353e.zip
Enable Serial Testcases
- Provide the ability for test modules to be defined as serial tests - Execute the serial test jobs prior to launching all of the other test modules in parallel Change-Id: Iff10ad049f6bb0e5f0f3c168a1bb30736b1b983d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83110 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/vfs')
-rw-r--r--src/usr/vfs/vfsrp.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/vfs/vfsrp.C b/src/usr/vfs/vfsrp.C
index a103a09d0..aaf4aa57d 100644
--- a/src/usr/vfs/vfsrp.C
+++ b/src/usr/vfs/vfsrp.C
@@ -753,7 +753,7 @@ void VfsRp::get_test_modules(std::vector<const char *> & o_list) const
VfsSystemModule * vfsItr =
(VfsSystemModule *) (iv_pnor_vaddr + VFS_EXTENDED_MODULE_TABLE_OFFSET);
- //TRACDCOMP(g_trac_vfs,"finding test modules...");
+ TRACFCOMP(g_trac_vfs,"finding test modules...");
while(vfsItr->module[0] != '\0')
{
@@ -761,7 +761,7 @@ void VfsRp::get_test_modules(std::vector<const char *> & o_list) const
{
if (NULL != vfsItr->start)
{
- //TRACDCOMP( g_trac_vfs, "%s",vfsItr->module);
+ TRACDCOMP( g_trac_vfs, "%s",vfsItr->module);
o_list.push_back(vfsItr->module);
}
}
OpenPOWER on IntegriCloud