Migrate examples to tests_e2e directory structure
- Relocated all files and scripts from `examples` to `tests_e2e` for better organization. - Updated references and paths in configurations, scripts, and test files. - Adjusted `bump-version.sh` to handle the new `tests_e2e` structure. - Updated `.gitignore` to reflect path changes.
This commit is contained in:
parent
b34d7822e4
commit
d66c4f8595
51 changed files with 35 additions and 35 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -15,12 +15,12 @@ dist/
|
|||
build/
|
||||
*.egg-info/
|
||||
|
||||
/examples/static/conf/config.yml
|
||||
/examples/docker/certs/haproxy/.place_holder_cert.pem
|
||||
/examples/static/host1.local.pem
|
||||
/examples/swarm/certs/host1.local.pem
|
||||
/examples/docker/host2.local.pem
|
||||
/examples/swarm/certs/host2.local.pem
|
||||
/examples/docker/jwt_private.pem
|
||||
/examples/docker/jwt_pubkey.pem
|
||||
/examples/docker/cloudflare_ips.lst
|
||||
/tests_e2e/static/conf/config.yml
|
||||
/tests_e2e/docker/certs/haproxy/.place_holder_cert.pem
|
||||
/tests_e2e/static/host1.local.pem
|
||||
/tests_e2e/swarm/certs/host1.local.pem
|
||||
/tests_e2e/docker/host2.local.pem
|
||||
/tests_e2e/swarm/certs/host2.local.pem
|
||||
/tests_e2e/docker/jwt_private.pem
|
||||
/tests_e2e/docker/jwt_pubkey.pem
|
||||
/tests_e2e/docker/cloudflare_ips.lst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue