mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
xmlsec1: Fix the key name in verify2 test
This is a typo when compared to examples/Makefile check target
Fixes
Failed ptests:
{'xmlsec1': ['verify-keys-manager']}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -34,8 +34,8 @@ check_return verify-single-key
|
|||||||
|
|
||||||
echo "---------------------------------------------------"
|
echo "---------------------------------------------------"
|
||||||
echo "Verifying a signature with keys manager..."
|
echo "Verifying a signature with keys manager..."
|
||||||
./verify2 sign1-res.xml rsapub.pem
|
./verify2 sign1-res.xml rsakey.pem
|
||||||
./verify2 sign2-res.xml rsapub.pem
|
./verify2 sign2-res.xml rsakey.pem
|
||||||
check_return verify-keys-manager
|
check_return verify-keys-manager
|
||||||
|
|
||||||
echo "---------------------------------------------------"
|
echo "---------------------------------------------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user