All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] [PATCH v1 10/14] Modify script for executing Compress test
@ 2022-05-24 10:24 Li Zhang
  0 siblings, 0 replies; only message in thread
From: Li Zhang @ 2022-05-24 10:24 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

Modify test script for passing parameters and executing operation
Compress 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 c02b719..2180584 100755
--- a/test/iaa_user_test_runner.sh
+++ b/test/iaa_user_test_runner.sh
@@ -117,13 +117,13 @@ unset SIZE_1
 
 flag="0x1"
 echo "Testing with 'block on fault' flag ON"
-for opcode in "0x4d" "0x49" "0x4c" "0x48"; do
+for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43"; do
 	test_op $opcode $flag
 done
 
 flag="0x0"
 echo "Testing with 'block on fault' flag OFF"
-for opcode in "0x4d" "0x49" "0x4c" "0x48"; do
+for opcode in "0x4d" "0x49" "0x4c" "0x48" "0x43"; do
 	test_op $opcode $flag
 done
 
-- 
2.25.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-24 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 10:24 [Accel-config] [PATCH v1 10/14] Modify script for executing Compress test Li Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.