Re: [PATCH v2 0/4] add tests to verify IFS (In Field Scan) driver functionality

2024-06-18 Thread Pengfei Xu
On 2024-05-31 at 15:53:46 +0800, Pengfei Xu wrote: > To verify IFS (In Field Scan [1]) driver functionality, add the following 6 > test cases: > 1. Verify that IFS sysfs entries are created after loading the IFS module > 2. Check if loading an invalid IFS test image fails and loa

[PATCH v2 4/4] selftests: ifs: verify IFS ARRAY BIST functionality

2024-05-31 Thread Pengfei Xu
. Reviewed-by: Jithu Joseph Reviewed-by: Kuppuswamy Sathyanarayanan Co-developed-by: Ashok Raj Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- .../selftests/drivers/platform/x86/intel/ifs/test_ifs.sh | 8 1 file changed, 8 insertions(+) diff --git a/tools/testing/selftests

[PATCH v2 3/4] selftests: ifs: verify IFS scan test functionality

2024-05-31 Thread Pengfei Xu
-developed-by: Ashok Raj Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- .../platform/x86/intel/ifs/test_ifs.sh| 190 +- 1 file changed, 189 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh b/tools/testing

[PATCH v2 1/4] selftests: ifs: verify test interfaces are created by the driver

2024-05-31 Thread Pengfei Xu
building subsequent kself-test cases. Reviewed-by: Jithu Joseph Reviewed-by: Kuppuswamy Sathyanarayanan Co-developed-by: Ashok Raj Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- MAINTAINERS | 1 + tools/testing/selftests/Makefile | 1

[PATCH v2 2/4] selftests: ifs: verify test image loading functionality

2024-05-31 Thread Pengfei Xu
Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- .../platform/x86/intel/ifs/test_ifs.sh| 121 +- 1 file changed, 120 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh b/tools/testing/selftests/drivers/platform

[PATCH v2 0/4] add tests to verify IFS (In Field Scan) driver functionality

2024-05-31 Thread Pengfei Xu
test runs to check various parts of the driver. Some negative tests are also included. [1] https://docs.kernel.org/arch/x86/ifs.html Pengfei Xu (4): selftests: ifs: verify test interfaces are created by the driver selftests: ifs: verify test image loading functionality selftests: ifs: verify

Re: [PATCH v1 0/4] add tests to verify IFS (In Field Scan) driver functionality

2024-05-14 Thread Pengfei Xu
On 2024-05-14 at 20:55:11 -0700, Kuppuswamy, Sathyanarayanan wrote: > > On 4/29/24 8:31 PM, Pengfei Xu wrote: > > To verify IFS (In Field Scan [1]) driver functionality, add the following 6 > > test cases: > > 1. Verify that IFS sysfs entries are created after loadin

[PATCH v1 4/4] selftests: ifs: verify IFS ARRAY BIST functionality

2024-04-29 Thread Pengfei Xu
. Reviewed-by: Jithu Joseph Co-developed-by: Ashok Raj Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- .../selftests/drivers/platform/x86/intel/ifs/test_ifs.sh | 8 1 file changed, 8 insertions(+) diff --git a/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh

[PATCH v1 3/4] selftests: ifs: verify IFS scan test functionality

2024-04-29 Thread Pengfei Xu
Raj Signed-off-by: Pengfei Xu --- .../platform/x86/intel/ifs/test_ifs.sh| 190 +- 1 file changed, 189 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh b/tools/testing/selftests/drivers/platform/x86/intel/ifs

[PATCH v1 2/4] selftests: ifs: verify test image loading functionality

2024-04-29 Thread Pengfei Xu
: Pengfei Xu --- .../platform/x86/intel/ifs/test_ifs.sh| 121 +- 1 file changed, 120 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh b/tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh index

[PATCH v1 1/4] selftests: ifs: verify test interfaces are created by the driver

2024-04-29 Thread Pengfei Xu
building subsequent kself-test cases. Reviewed-by: Jithu Joseph Co-developed-by: Ashok Raj Signed-off-by: Ashok Raj Signed-off-by: Pengfei Xu --- MAINTAINERS | 1 + tools/testing/selftests/Makefile | 1 + .../drivers/platform/x86/intel/ifs/Makefile

[PATCH v1 0/4] add tests to verify IFS (In Field Scan) driver functionality

2024-04-29 Thread Pengfei Xu
test runs to check various parts of the driver. Some negative tests are also included. [1] https://docs.kernel.org/arch/x86/ifs.html Pengfei Xu (4): selftests: ifs: verify test interfaces are created by the driver selftests: ifs: verify test image loading functionality selftests: ifs: verify