mbox series

[0/3] selftests: config fragments update

Message ID 20170320101822.28238-1-fathi.boudra@linaro.org
Headers show
Series selftests: config fragments update | expand

Message

Fathi Boudra March 20, 2017, 10:18 a.m. UTC
kselftest-merge target allows to enable the dependencies of kernel config
for kselftest testcases. Add config dependencies to run ftrace, lib and vm
tests.

Fathi Boudra (3):
  selftests: lib: add config fragment for bitmap, printf and prime
    numbers tests
  selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
  selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

 tools/testing/selftests/ftrace/config | 1 +
 tools/testing/selftests/lib/config    | 3 +++
 tools/testing/selftests/vm/config     | 1 +
 3 files changed, 5 insertions(+)
 create mode 100644 tools/testing/selftests/lib/config

-- 
2.11.0

Comments

Naresh Kamboju March 20, 2017, 12:19 p.m. UTC | #1
Hi Fathi,

On 20 March 2017 at 15:48, Fathi Boudra <fathi.boudra@linaro.org> wrote:
> kselftest-merge target allows to enable the dependencies of kernel config

> for kselftest testcases. Add config dependencies to run ftrace, lib and vm

> tests.

>

> Fathi Boudra (3):

>   selftests: lib: add config fragment for bitmap, printf and prime

>     numbers tests

>   selftests: ftrace: add CONFIG_KPROBES=y to the config fragment

>   selftests: vm: add CONFIG_SYSVIPC=y to the config fragment


After enabling these configs more test cases passed.
Please refer patebin for more information.
http://pastebin.com/bPzdqxed
Tested on Hikey development board running 4.9.12 kernel.
Linux hikey 4.9.12-gcb3d81d #1 SMP PREEMPT Fri Mar 17 14:44:10 UTC
2017 aarch64 aarch64 aarch64 GNU/Linux

Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>


>

>  tools/testing/selftests/ftrace/config | 1 +

>  tools/testing/selftests/lib/config    | 3 +++

>  tools/testing/selftests/vm/config     | 1 +

>  3 files changed, 5 insertions(+)

>  create mode 100644 tools/testing/selftests/lib/config

>

> --

> 2.11.0

>
shuah April 13, 2017, 5:40 p.m. UTC | #2
On 03/20/2017 04:18 AM, Fathi Boudra wrote:
> kselftest-merge target allows to enable the dependencies of kernel config

> for kselftest testcases. Add config dependencies to run ftrace, lib and vm

> tests.

> 

> Fathi Boudra (3):

>   selftests: lib: add config fragment for bitmap, printf and prime

>     numbers tests

>   selftests: ftrace: add CONFIG_KPROBES=y to the config fragment

>   selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

> 

>  tools/testing/selftests/ftrace/config | 1 +

>  tools/testing/selftests/lib/config    | 3 +++

>  tools/testing/selftests/vm/config     | 1 +

>  3 files changed, 5 insertions(+)

>  create mode 100644 tools/testing/selftests/lib/config

> 


All there patches applied to linux-kselftest next

thanks,
-- Shuah