Skip to content

Commit

Permalink
test: drop legacy tests and test tooling
Browse files Browse the repository at this point in the history
Remove tests for legacy client, repository/developer tool and
command line tools, which will be removed in subsequent commits.

This commits also removes obsolete test tooling:
- Regarding simple_https_server + test certificates -- http/https
is no longer handled by tuf client directly but transparently by
the underlying requests module used by the default fetcher
implementation.
- For details about unittest_toolbox see theupdateframework#1792

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Jan 26, 2022
1 parent 2bb977c commit eb67b09
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 14,170 deletions.
25 changes: 0 additions & 25 deletions tests/fast_server_exit_old.py

This file was deleted.

59 changes: 0 additions & 59 deletions tests/simple_https_server_old.py

This file was deleted.

63 changes: 0 additions & 63 deletions tests/slow_retrieval_server_old.py

This file was deleted.

17 changes: 0 additions & 17 deletions tests/ssl_certs/proxy_ca.crt

This file was deleted.

27 changes: 0 additions & 27 deletions tests/ssl_certs/proxy_ca.key

This file was deleted.

27 changes: 0 additions & 27 deletions tests/ssl_certs/proxy_cert.key

This file was deleted.

28 changes: 0 additions & 28 deletions tests/ssl_certs/ssl_cert.crt

This file was deleted.

39 changes: 0 additions & 39 deletions tests/ssl_certs/ssl_cert.key

This file was deleted.

30 changes: 0 additions & 30 deletions tests/ssl_certs/ssl_cert_2.crt

This file was deleted.

30 changes: 0 additions & 30 deletions tests/ssl_certs/ssl_cert_expired.crt

This file was deleted.

31 changes: 0 additions & 31 deletions tests/ssl_certs/ssl_cert_wronghost.crt

This file was deleted.

Loading

0 comments on commit eb67b09

Please sign in to comment.