tstest/integration/vms: smoke test derphttp through mitm proxies

Updates #4377

Very smoky/high-level test to ensure that derphttp internals play well
with an agressive (stare + bump) meddler-in-the-middle proxy.

Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
Tom DNetto
2022-04-12 13:04:36 -07:00
committed by Tom
parent 2748750aa2
commit dec68166e4
5 changed files with 175 additions and 20 deletions

View File

@ -124,7 +124,7 @@ in {
systemd.services.cloud-final.path = with pkgs; [ curl ];
# Curl is needed for one of the integration tests
environment.systemPackages = with pkgs; [ curl ];
environment.systemPackages = with pkgs; [ curl nix bash squid openssl daemonize ];
# yolo, this vm can sudo freely.
security.sudo.wheelNeedsPassword = false;