Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1516563 > unrolled thread

[PATCH] Doc: update kselftest.txt with details on how to run tests after install

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2016-11-07 21:30 +0100
Last post2016-11-08 15:20 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Doc: update kselftest.txt with details on how to run tests after install Shuah Khan <shuahkh@osg.samsung.com> - 2016-11-07 21:30 +0100
    Re: [PATCH] Doc: update kselftest.txt with details on how to run  tests after install Jonathan Corbet <corbet@lwn.net> - 2016-11-08 02:10 +0100
    Re: [PATCH] Doc: update kselftest.txt with details on how to run  tests after install Daniel Vetter <daniel@ffwll.ch> - 2016-11-08 15:20 +0100

#1516563 — [PATCH] Doc: update kselftest.txt with details on how to run tests after install

FromShuah Khan <shuahkh@osg.samsung.com>
Date2016-11-07 21:30 +0100
Subject[PATCH] Doc: update kselftest.txt with details on how to run tests after install
Message-ID<sAYIh-87K-7@gated-at.bofh.it>
Update kselftest.txt with details on how to run tests after install.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
 Documentation/kselftest.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
index 54bee77..e5c7254 100644
--- a/Documentation/kselftest.txt
+++ b/Documentation/kselftest.txt
@@ -70,6 +70,17 @@ To install selftests in an user specified location:
    $ cd tools/testing/selftests
    $ ./kselftest_install.sh install_dir
 
+Running installed selftests
+===========================
+
+Kselftest install as well as the Kselftest tarball provide a script
+named "run_kselftest.sh" to run the tests.
+
+You can simply do the following to run the installed Kselftests. Please
+note some tests will require root privileges.
+
+cd kselftest
+./run_kselftest.sh
 
 Contributing new tests
 ======================
-- 
2.9.3

[toc] | [next] | [standalone]


#1516708 — Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install

FromJonathan Corbet <corbet@lwn.net>
Date2016-11-08 02:10 +0100
SubjectRe: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
Message-ID<sB35g-2y9-3@gated-at.bofh.it>
In reply to#1516563
On Mon,  7 Nov 2016 13:24:14 -0700
Shuah Khan <shuahkh@osg.samsung.com> wrote:

> Update kselftest.txt with details on how to run tests after install.
> 
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

Applied to the docs tree, thanks.

jon

[toc] | [prev] | [next] | [standalone]


#1517231 — Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install

FromDaniel Vetter <daniel@ffwll.ch>
Date2016-11-08 15:20 +0100
SubjectRe: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
Message-ID<sBfpL-20X-9@gated-at.bofh.it>
In reply to#1516563
On Mon, Nov 07, 2016 at 01:24:14PM -0700, Shuah Khan wrote:
> Update kselftest.txt with details on how to run tests after install.
> 
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---
>  Documentation/kselftest.txt | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
> index 54bee77..e5c7254 100644
> --- a/Documentation/kselftest.txt
> +++ b/Documentation/kselftest.txt
> @@ -70,6 +70,17 @@ To install selftests in an user specified location:
>     $ cd tools/testing/selftests
>     $ ./kselftest_install.sh install_dir
>  
> +Running installed selftests
> +===========================

Since this almost looks like rst already, is there work already to put
this into the shiny new developer tool's documentation?
-Daniel

> +
> +Kselftest install as well as the Kselftest tarball provide a script
> +named "run_kselftest.sh" to run the tests.
> +
> +You can simply do the following to run the installed Kselftests. Please
> +note some tests will require root privileges.
> +
> +cd kselftest
> +./run_kselftest.sh
>  
>  Contributing new tests
>  ======================
> -- 
> 2.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-doc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web