mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added unittest for sign+encrypt
This commit is contained in:
@@ -238,6 +238,17 @@ dxmorg@florida.cops.gov
|
|||||||
expect = /verified/
|
expect = /verified/
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
#
|
||||||
|
# sign+encrypt tests
|
||||||
|
<test check-sign-crypt-to-bobby>
|
||||||
|
cmd = $pcp -V va -g -e -I README -O testsig -r Bobby -x a
|
||||||
|
expect = /Encrypted/
|
||||||
|
</test>
|
||||||
|
<test check-verify-decrypt-from-alicia>
|
||||||
|
cmd = $pcp -V vb -c -d -I testsig -x b
|
||||||
|
expect = /Verified.*Unittests/s
|
||||||
|
</test>
|
||||||
|
|
||||||
#
|
#
|
||||||
# yaml export test
|
# yaml export test
|
||||||
<test check-export-yaml>
|
<test check-export-yaml>
|
||||||
|
|||||||
Reference in New Issue
Block a user