Skip to content

Commit

Permalink
remove docker-compose backend, update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBelozerov committed May 6, 2024
1 parent c1917c6 commit e3236f8
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 236 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ as root:
## Requirements

- Host for testing framework: `python3`, `wrk`, `ab`, `nghttp2`, `h2spec`,
`curl`, `h2load`, `tls-perf`, `netstat`, `docker.io`, `nginx`, web content
`curl`, `h2load`, `tls-perf`, `netstat`, `lxc`, `nginx`, web content
directory accessible by nginx, nginx should not be running before the tests start.
See Python libraries in `requirements.txt`
- All hosts except previous one: `sftp-server`
Expand Down
9 changes: 0 additions & 9 deletions docker_compose/nginx_test/docker-compose.yml

This file was deleted.

131 changes: 0 additions & 131 deletions framework/docker_compose_server.py

This file was deleted.

26 changes: 0 additions & 26 deletions install-docker.sh

This file was deleted.

60 changes: 0 additions & 60 deletions selftests/test_docker_compose_server.py

This file was deleted.

3 changes: 0 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ make
make install
ldconfig

# docker
./install-docker.sh

# install lxc
snap install lxd
lxd init --auto
Expand Down
2 changes: 1 addition & 1 deletion t_stress/test_wordpress.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HTTP Stress tests with WordPress Docker image.
HTTP Stress tests with WordPress LXC container.
"""

from framework import tester
Expand Down
4 changes: 0 additions & 4 deletions tests_disabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"name" : "tcp_connection.test_connection_close.CloseClientConnectiononInvalidReq",
"reason" : "Invalid request is parsed as two requests. The second response is not supported by current deproxy architecture."
},
{
"name" : "selftests.test_docker_compose_server",
"reason" : "Docker compose backend does not use in tests now."
},
{
"name" : "very_many_backends.test_stress_1M.ManyBackends1InGroup",
"reason" : "Read errors"
Expand Down
1 change: 0 additions & 1 deletion tests_priority
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tls
selftests.test_docker_server

0 comments on commit e3236f8

Please sign in to comment.