[DTrace-devel] [PATCH] test: Add nfs to list of modules for testing
    eugene.loh at oracle.com 
    eugene.loh at oracle.com
       
    Wed Feb 21 17:03:08 UTC 2024
    
    
  
From: Eugene Loh <eugene.loh at oracle.com>
Certain functionality and tests depend on the nfs module being loaded,
such as during an nfs mount operation.
Some tests, however, such as test/unittest/disasm/tst.ann-tramp-lvar.sh,
check for behavior that depends on nfs probes without the test itself
performing any nfs operations.
Add nfs to the test modules list.
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/modules | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test/modules b/test/modules
index db6900ca..53dc5544 100644
--- a/test/modules
+++ b/test/modules
@@ -1,3 +1,4 @@
 ext4
 isofs
+nfs
 rds
-- 
2.18.4
    
    
More information about the DTrace-devel
mailing list