app/test: update EdDSA test vector description

Message ID 20250616063350.2507803-1-ssarananaga@marvell.com (mailing list archive)
State Accepted
Delegated to: akhil goyal
Headers
Series app/test: update EdDSA test vector description |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/github-robot: build success github build: passed
ci/iol-broadcom-Performance success Performance Testing PASS
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/loongarch-compilation success Compilation OK RETEST #1
ci/loongarch-unit-testing success Unit Testing PASS RETEST #1
ci/iol-marvell-Functional success Functional Testing PASS RETEST #2
ci/iol-mellanox-Performance success Performance Testing PASS RETEST #2
ci/iol-intel-Functional success Functional Testing PASS RETEST #2
ci/iol-unit-amd64-testing success Testing PASS RETEST #2
ci/iol-unit-arm64-testing success Testing PASS RETEST #2
ci/iol-abi-testing success Testing PASS RETEST #2
ci/iol-compile-amd64-testing warning Testing issues RETEST #2
ci/iol-compile-arm64-testing success Testing PASS RETEST #2
ci/iol-sample-apps-testing success Testing PASS RETEST #2
ci/aws-unit-testing success Unit Testing PASS

Commit Message

Sucharitha Sarananaga June 16, 2025, 6:33 a.m. UTC
Changed the message parameter from 1 to 3 in the EdDSA 25519PH test
vector description.

Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases")
Cc: stable@dpdk.org

Signed-off-by: Sucharitha Sarananaga <ssarananaga@marvell.com>
---
 app/test/test_cryptodev_eddsa_test_vectors.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Akhil Goyal June 17, 2025, 9:24 p.m. UTC | #1
Recheck-request: iol-compile-amd64-testing
  
Akhil Goyal June 24, 2025, 2 p.m. UTC | #2
Recheck-request: rebase=main, iol-compile-amd64-testing, iol-unit-amd64-testing
  
Akhil Goyal June 25, 2025, 11:50 a.m. UTC | #3
> Subject: [PATCH] app/test: update EdDSA test vector description
> 
> Changed the message parameter from 1 to 3 in the EdDSA 25519PH test
> vector description.
> 
> Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Sucharitha Sarananaga <ssarananaga@marvell.com>
> ---
Applied to dpdk-next-crypto
Thanks.
  

Patch

diff --git a/app/test/test_cryptodev_eddsa_test_vectors.h b/app/test/test_cryptodev_eddsa_test_vectors.h
index 047b667640..cb04f96834 100644
--- a/app/test/test_cryptodev_eddsa_test_vectors.h
+++ b/app/test/test_cryptodev_eddsa_test_vectors.h
@@ -340,7 +340,7 @@  crypto_testsuite_eddsa_params eddsa_test_params[] = {
 	.instance = RTE_CRYPTO_EDCURVE_25519CTX
 },
 {
-	.description = "EdDSA 25519PH (msg=1, ph=1)",
+	.description = "EdDSA 25519PH (msg=3, ph=1)",
 	.pkey = {
 		.data = {
 			0x83, 0x3f, 0xe6, 0x24, 0x09, 0x23, 0x7b, 0x9d,