[Accel-config] [PATCH RESEND v1 14/14] accel-config/test: Modify script for executing Decompress test
Li Zhang <li4.zhang at intel.com> Tue, 07 Jun 2022 10:58:34 +0800
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
--===============5461835798975499767== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Modify test script for passing parameters and executing operation Decompress test. Signed-off-by: Li Zhang <li4.zhang(a)intel.com> --- test/iaa_user_test_runner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/iaa_user_test_runner.sh b/test/iaa_user_test_runner.sh index 2180584..fc245fc 100755 --- a/test/iaa_user_test_runner.sh +++ b/test/iaa_user_test_runner.sh @@ -117,13 +117,13 @@ unset SIZE_1 = flag=3D"0x1" echo "Testing with 'block on fault' flag ON" -for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43"; do +for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43" "0x42"; do test_op $opcode $flag done = flag=3D"0x0" echo "Testing with 'block on fault' flag OFF" -for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43"; do +for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43" "0x42"; do test_op $opcode $flag done = -- = 2.25.1 --===============5461835798975499767==--