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:
@ -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;
|
||||
|
Reference in New Issue
Block a user