Skip to content

Commit

Permalink
bring testing and documentation in line (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jun 5, 2022
1 parent a3fa262 commit 1a5c568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
name: Build OpenSSH
command: env WITH_OPENSSL=<< parameters.WITH_OPENSSL >> ./oqs-scripts/build_openssh.sh
- run:
name: Run short tests
command: make tests LTESTS=""
name: Run tests documented to pass
command: ./oqs-test/run_tests.sh
- run:
name: Ensure we have the ssh and sshd syntax right once for each algorithm
command: python3 oqs-test/try_connection.py doone
Expand Down
4 changes: 3 additions & 1 deletion oqs-test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ INVESTIGATE_FURTHER="integrity \
keys-command \
hostkey-agent \
authinfo \
principals-command"
principals-command \
knownhosts-command \
hostkey-rotate"
SKIPPED_DUE_TO_CERTIFIED_KEYS="agent \
cert-hostkey \
cert-userkey \
Expand Down

0 comments on commit 1a5c568

Please sign in to comment.