Skip to content

Commit faaa48c

Browse files
committed
Remove CI/CD that rely on bin/smartpgp-cli
1 parent e848534 commit faaa48c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,3 @@ jobs:
5656
python3 .github/workflows/card-status.py;
5757
# Main tests
5858
python3 .github/workflows/test_SmartPGP.py;
59-
# Reset
60-
python3 .github/workflows/reset.py;
61-
# Test crypto switch
62-
python2 bin/example-set-mixed-crypto.py;
63-
# Test AES
64-
echo -n "AAAAAAAAAAAAAAAA" > /tmp/aes_key.bin;
65-
python2 bin/smartpgp-cli put-aes-key -i /tmp/aes_key.bin;
66-
echo -n "BBBBBBBBBBBBBBBB" > /tmp/aes_to_encrypt.bin;
67-
python2 bin/smartpgp-cli encrypt-aes -p "123456" -i /tmp/aes_to_encrypt.bin -o /tmp/aes_encrypted.bin;
68-
python2 bin/smartpgp-cli decrypt-aes -p "123456" -i /tmp/aes_encrypted.bin -o /tmp/aes_decrypted.bin;
69-
diff /tmp/aes_decrypted.bin /tmp/aes_to_encrypt.bin;

0 commit comments

Comments
 (0)