[sheepdog] [PATCH] test: add a HOWTO doc
Liu Yuan
namei.unix at gmail.com
Thu Aug 16 04:19:40 CEST 2012
On 08/14/2012 11:05 AM, Liu Yuan wrote:
> From: Liu Yuan <tailai.ly at taobao.com>
>
> Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
> ---
> tests/HOWTO | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> create mode 100644 tests/HOWTO
>
> diff --git a/tests/HOWTO b/tests/HOWTO
> new file mode 100644
> index 0000000..98b6387
> --- /dev/null
> +++ b/tests/HOWTO
> @@ -0,0 +1,10 @@
> +Running tests:
> + - cd tests
> + - For now, we need sudo or root privilege to run the test
> + - By default, ./check will run all the tests
> + - You can run selected tests: ./check 001 002 003
> + - You can run a range of tests: ./check 003-009
> + - Groups of tests maybe ran by: ./check -g [group(s)]
> + See the 'group' file for details on groups
> + For e.g, './check -g quick' run tests grouped as 'quick'
> + - To randomize test order: ./check -r [test(s)]
>
Applied.
Thanks,
Yuan
More information about the sheepdog
mailing list