Skip to content

Commit

Permalink
Remove legacy DERP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Apr 24, 2023
1 parent 96f9680 commit 1d2b4bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 498 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/test-integration-derp.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ test_integration_cli:
-v /var/run/docker.sock:/var/run/docker.sock golang:1 \
go run gotest.tools/gotestsum@latest -- $(TAGS) -failfast -timeout 30m -count=1 -run IntegrationCLI ./...

test_integration_derp:
docker network rm $$(docker network ls --filter name=headscale --quiet) || true
docker network create headscale-test || true
docker run -t --rm \
--network headscale-test \
-v ~/.cache/hs-integration-go:/go \
-v $$PWD:$$PWD -w $$PWD \
-v /var/run/docker.sock:/var/run/docker.sock golang:1 \
go run gotest.tools/gotestsum@latest -- $(TAGS) -failfast -timeout 30m -count=1 -run IntegrationDERP ./...

test_integration_v2_general:
docker run \
-t --rm \
Expand Down
Loading

0 comments on commit 1d2b4bc

Please sign in to comment.