Re: [PATCH v2 2/2] tests/qtest/nvme-test: add boot partition read test

2021-06-01 Thread Klaus Jensen
On Jun 1 20:07, Gollu Appalanaidu wrote: Add a test case for reading an NVMe Boot Partition without enabling the controller. Signed-off-by: Gollu Appalanaidu --- tests/qtest/nvme-test.c | 118 +++- 1 file changed, 117 insertions(+), 1 deletion(-) diff --git

[PATCH v2 2/2] tests/qtest/nvme-test: add boot partition read test

2021-06-01 Thread Gollu Appalanaidu
Add a test case for reading an NVMe Boot Partition without enabling the controller. Signed-off-by: Gollu Appalanaidu --- tests/qtest/nvme-test.c | 118 +++- 1 file changed, 117 insertions(+), 1 deletion(-) diff --git a/tests/qtest/nvme-test.c