Re: [PATCH v2 2/5] selftests/ima: define a set of common functions

2019-02-28 Thread Petr Vorel
Hi Mimi, > Define, update and move get_secureboot_mode() to a common file for use > by other tests. > Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel ... > ifeq ($(ARCH),x86) > TEST_PROGS := test_kexec_load.sh > +TEST_FILES := common_lib.sh In case there might be some common library for wh

Re: [PATCH v2 2/5] selftests/ima: define a set of common functions

2019-02-26 Thread shuah
On 2/26/19 4:26 PM, Mimi Zohar wrote: Define, update and move get_secureboot_mode() to a common file for use by other tests. Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel --- tools/testing/selftests/ima/Makefile | 1 + tools/testing/selftests/ima/common_lib.sh | 24 +

[PATCH v2 2/5] selftests/ima: define a set of common functions

2019-02-26 Thread Mimi Zohar
Define, update and move get_secureboot_mode() to a common file for use by other tests. Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel --- tools/testing/selftests/ima/Makefile | 1 + tools/testing/selftests/ima/common_lib.sh | 24 tools/testing/selftes