Skip to content

Commit

Permalink
Remove CI/CD that rely on bin/smartpgp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
af-anssi committed Jan 10, 2022
1 parent e848534 commit faaa48c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,3 @@ jobs:
python3 .github/workflows/card-status.py;
# Main tests
python3 .github/workflows/test_SmartPGP.py;
# Reset
python3 .github/workflows/reset.py;
# Test crypto switch
python2 bin/example-set-mixed-crypto.py;
# Test AES
echo -n "AAAAAAAAAAAAAAAA" > /tmp/aes_key.bin;
python2 bin/smartpgp-cli put-aes-key -i /tmp/aes_key.bin;
echo -n "BBBBBBBBBBBBBBBB" > /tmp/aes_to_encrypt.bin;
python2 bin/smartpgp-cli encrypt-aes -p "123456" -i /tmp/aes_to_encrypt.bin -o /tmp/aes_encrypted.bin;
python2 bin/smartpgp-cli decrypt-aes -p "123456" -i /tmp/aes_encrypted.bin -o /tmp/aes_decrypted.bin;
diff /tmp/aes_decrypted.bin /tmp/aes_to_encrypt.bin;

0 comments on commit faaa48c

Please sign in to comment.