]> www.infradead.org Git - users/sagi/libnvme.git/commit
test: mi: Provide a full request buffer for invalid admin req tests
authorJeremy Kerr <jk@codeconstruct.com.au>
Thu, 26 Jan 2023 02:28:49 +0000 (10:28 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Thu, 26 Jan 2023 02:28:49 +0000 (10:28 +0800)
commitbd3bfd47601442763423a18feb904a46438714e8
tree4879c8abc0e320726292d27f89253876dc98876c
parent054215f25294efa4e05933db5a62a263ac66c793
test: mi: Provide a full request buffer for invalid admin req tests

We're issuing an admin command with up to four bytes of data in the
request. Although these will all fail due to invalid args, we still want
to provide enough data to simulate the full request.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
test/mi.c