File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/tcp/reverse-proxy/nginx Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -548,8 +548,8 @@ jobs:
548548 } >> "${GITHUB_ENV}"
549549
550550 if [ "${{ matrix.registry }}" = "test/registry" ]; then
551- python3 test/python/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
552- python3 test/python/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
551+ python3 test/python/stackql_test_tooling/ tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
552+ python3 test/python/stackql_test_tooling/ tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
553553 fi
554554
555555
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ Please run all commands from the root of the repository:
5050
5151``` bash
5252
53- python test/python/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
53+ python test/python/stackql_test_tooling/ tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
5454
55- python test/python/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
55+ python test/python/stackql_test_tooling/ tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
5656
5757sudo nginx -c $( pwd) /test/tcp/reverse-proxy/nginx/tls-pass-through.conf
5858
You can’t perform that action at this time.
0 commit comments