function ov rootfs drop caches in split format
|
= NAME =
ov_rootfs_drop_caches
|
|
= SYNOPSIS =
* ov_rootfs_drop_caches
|
|
= DESCRIPTION =
This function uses the /proc filesystem to flush all the memory pages caches on the target. This is done to reduce the variability in tests by starting tests
without any data cached by the kernel.
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
ov_rootfs_drop_caches
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
This requires the /proc filesystem on the target.
|
|
= RETURN =
Aborts the job if an error is encountered performing the operation.
|
|
= SOURCE =
Located in ''overlays/base/base-distrib.fuegoclass''
|
pre_test
|
= SEE ALSO =
* [[function_pre_test|pre_test]]
|