[DTrace-devel] [PATCH] test: Add nfs to list of modules for testing

Kris Van Hees kris.van.hees at oracle.com
Wed Feb 21 20:16:59 UTC 2024


On Wed, Feb 21, 2024 at 12:03:08PM -0500, eugene.loh--- via DTrace-devel wrote:
> 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>

Reviewed-by: Kris Van Hees <kris.van.hees 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
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list