Skip to content

Commit

Permalink
VULN-66059: remove ssh server tests
Browse files Browse the repository at this point in the history
## Summary
The initial purpose of this PR was to bump the base image from buster to bookworm however these tests are no longer exercised hence the removal

Closes VULN-66059
  • Loading branch information
lmpn committed Nov 6, 2024
1 parent 3d33f55 commit e8e824a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 320 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ cover:
# Generate the HTML report that can be viewed from the browser in CI.
$Q go tool cover -html ".cover/c.out" -o .cover/all.html

.PHONY: test-ssh-server
test-ssh-server:
docker-compose -f ssh_server_tests/docker-compose.yml up

.PHONY: install-go
install-go:
rm -rf ${CF_GO_PATH}
Expand Down
14 changes: 0 additions & 14 deletions ssh_server_tests/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions ssh_server_tests/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions ssh_server_tests/docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions ssh_server_tests/ssh/authorized_keys_config

This file was deleted.

49 changes: 0 additions & 49 deletions ssh_server_tests/ssh/id_rsa

This file was deleted.

1 change: 0 additions & 1 deletion ssh_server_tests/ssh/id_rsa.pub

This file was deleted.

11 changes: 0 additions & 11 deletions ssh_server_tests/ssh/short_lived_cert_config

This file was deleted.

195 changes: 0 additions & 195 deletions ssh_server_tests/tests.py

This file was deleted.

0 comments on commit e8e824a

Please sign in to comment.