Skip to content

Commit

Permalink
tests UPDATE merge ssh auth tests into one
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Aug 14, 2024
1 parent 2bbda3c commit 08886eb
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 587 deletions.
4 changes: 1 addition & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ libnetconf2_test(NAME test_unix_socket)

# tests depending on SSH/TLS
if(ENABLE_SSH_TLS)
libnetconf2_test(NAME test_auth)
libnetconf2_test(NAME test_auth_ssh)
libnetconf2_test(NAME test_authkeys)
libnetconf2_test(NAME test_ch PORT_COUNT 2)
libnetconf2_test(NAME test_ec)
libnetconf2_test(NAME test_ed25519)
libnetconf2_test(NAME test_endpt_share_clients PORT_COUNT 4)
libnetconf2_test(NAME test_ks_ts)
if (LIBPAM_HAVE_CONFDIR)
Expand Down
239 changes: 0 additions & 239 deletions tests/test_auth.c

This file was deleted.

Loading

0 comments on commit 08886eb

Please sign in to comment.