[PATCH v3] Kernel selftests: Add check if TPM devices are supported

2020-05-21 Thread Nikita Sobolev
TPM2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they are available. In case, when these devices are not available test fails, but expected behaviour is skipped test. Signed-off-by: Nikita Sobolev --- Changes for v2: - Coding Style cleanup Changes for v3: - Commit text

[PATCH v2] Kernel selftests: Add check if tpm devices are supported

2020-05-19 Thread Nikita Sobolev
tpm2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they are available. In case, when these devices are not available test fails, but expected behaviour is skipped test. Signed-off-by: Nikita Sobolev --- Changes for v2: - Coding Style cleanup tools/testing/selftests/tpm2

[PATCH] Kernel selftests: Add check if tpm devices are supported

2020-05-18 Thread Nikita Sobolev
tpm2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they are available. In case, when these devices are not available test fails, but expected behaviour is test to be skipped. Signed-off-by: Nikita Sobolev --- tools/testing/selftests/tpm2/test_smoke.sh | 11 +-- tools/testing

[PATCH] Kernel selftests: tpm2: check for tpm support

2020-01-31 Thread Nikita Sobolev
tpm2 tests set fails if there is no /dev/tpm0 and /dev/tpmrm0 supported. Check if these files exist before run and mark test as skipped in case of absence. Signed-off-by: Nikita Sobolev --- tools/testing/selftests/tpm2/test_smoke.sh | 13 +++-- tools/testing/selftests/tpm2/test_space.sh

Re: [PATCH] azure-iot-sdk-c: Bump to version 2018-12-13

2018-12-24 Thread Nikita Sobolev
;(" "VERSION_EQUAL" "10.0.17763.0" "OR" "VERSION_GREATER" "10.0.17763.0" ")" Unknown arguments specified -- Configuring incomplete, errors occurred! >8--- On Fri, 2018-12-21 a

[PATCH] azure-iot-sdk-c: Bump to version 2018-12-13

2018-12-21 Thread Nikita Sobolev
From: NikitaSobolev Bump azure-iot-sdk-c to 2018-12-13 release. Add patch, that removes Windows specified variables from azure-iot-sdk-c-2018-12-13 release. That variables cause build errors. Signed-off-by: Nikita Sobolev --- ...-azure-iot-sdk-c-Delete-windows-variables.patch | 34