OSDN Git Service

Add kernel config tests
authorMark Salyzyn <salyzyn@google.com>
Wed, 10 Feb 2016 22:00:14 +0000 (14:00 -0800)
committerMark Salyzyn <salyzyn@google.com>
Wed, 10 Feb 2016 23:28:07 +0000 (15:28 -0800)
commit6dc80aa0c02428b3bc0aca97f7379297009d62c2
tree02bb4f3dada6bba0af7ec202d86f6be5f643cf3d
parent4c0fefceb89c91fbecedb83ada6c1882768e395f
Add kernel config tests

(cherry pick from commit 7129c7dcd20bf57cf3a64ec224e4ebac81c8cd88)

A simple start to simple day. Check for evidence of following CONFIGs:

CONFIG_MMC_BLOCK_MAX_SPEED=y
CONFIG_IPV6=y
CONFIG_IP_MULTICAST=y
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_PMSG=y
CONFIG_SYSVIPC is not set

ToDo: Evidence for all configs in android/configs/android-base.cfg
      and android/configs/android-recommended.cfg. Most are not
      possible to directly discover, this is performed on a best
      effort basis.

Bug: 19173869
Bug: 26559308
Change-Id: I0447334fab7781579fab10610d2f7ac1d34e6044
tests/kernel.config/Android.mk [new file with mode: 0644]
tests/kernel.config/mmc_max_speed_test.cpp [new file with mode: 0644]
tests/kernel.config/multicast_test.cpp [new file with mode: 0644]
tests/kernel.config/pstore_test.cpp [new file with mode: 0644]
tests/kernel.config/sysvipc_test.cpp [new file with mode: 0644]