Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt tempesta-tech.com in LXC container test #602

Merged
merged 19 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tempesta-tech.com"]
path = tempesta-tech.com
url = https://github.com/tempesta-tech/tempesta-tech.com.git
RomanBelozerov marked this conversation as resolved.
Show resolved Hide resolved
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
96 changes: 0 additions & 96 deletions docker/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docker/httpbin/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions docker/python/.dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions docker/python/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions docker/python/hello.py

This file was deleted.

1 change: 0 additions & 1 deletion docker/python/requirements.txt

This file was deleted.

56 changes: 0 additions & 56 deletions docker/wordpress/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docker/wordpress/composer.json

This file was deleted.

121 changes: 0 additions & 121 deletions docker/wordpress/fixtures.yml

This file was deleted.

Empty file removed docker/wordpress/html/empty.txt
Empty file.
1 change: 0 additions & 1 deletion docker/wordpress/html/generated.php

This file was deleted.

1 change: 0 additions & 1 deletion docker/wordpress/html/hello.txt

This file was deleted.

10 changes: 0 additions & 10 deletions docker/wordpress/html/images.html

This file was deleted.

19 changes: 0 additions & 19 deletions docker/wordpress/html/images.php

This file was deleted.

1 change: 0 additions & 1 deletion docker/wordpress/html/info.php

This file was deleted.

6 changes: 0 additions & 6 deletions docker/wordpress/tt-docker-entrypoint.sh

This file was deleted.

Loading