[PR #1338] [MERGED] Port embedded DERP integration tests to new model #2047

Closed
opened 2025-12-29 03:19:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1338
Author: @juanfont
Created: 4/13/2023
Status: Merged
Merged: 4/24/2023
Merged by: @juanfont

Base: mainHead: port-embedded-derp-tests-v2


📝 Commits (6)

  • 17b597e Expand tsic to offer PingViaDerp
  • b8bf0a3 Expand surface of hsic for better TLS support
  • adecb7b Added DERP integration tests
  • 55aea18 Added workflow for embedded derp
  • b40cf73 Do not use host networking in embedded DERP tests
  • 510b5af Reuse Ping function for DERP ping

📊 Changes

7 files changed (+433 additions, -11 deletions)

View changed files

.github/workflows/test-integration-v2-TestDERPServerScenario.yaml (+57 -0)
📝 integration/control.go (+2 -0)
integration/embedded_derp_test.go (+236 -0)
📝 integration/hsic/hsic.go (+50 -6)
📝 integration/tailscale.go (+2 -1)
📝 integration/tsic/tsic.go (+32 -4)
📝 integration/utils.go (+54 -0)

📄 Description

This PR ports the DERP integration tests to the new scenario model, in preparation to expand the capabilities of the DERP server (i.e., verify clients).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/1338 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `port-embedded-derp-tests-v2` --- ### 📝 Commits (6) - [`17b597e`](https://github.com/juanfont/headscale/commit/17b597ed7732a8bacbd9849c31e1538f006132bb) Expand tsic to offer PingViaDerp - [`b8bf0a3`](https://github.com/juanfont/headscale/commit/b8bf0a3b9fa2676f6292993f2beb0088f172e413) Expand surface of hsic for better TLS support - [`adecb7b`](https://github.com/juanfont/headscale/commit/adecb7b0eaa9df2c54bd117ebe8191f7a778fc49) Added DERP integration tests - [`55aea18`](https://github.com/juanfont/headscale/commit/55aea185c7d84768df1a7ff3d51d5a6ac7ebdc64) Added workflow for embedded derp - [`b40cf73`](https://github.com/juanfont/headscale/commit/b40cf732d6a8f3dc4bf9ea65e665bdc6ea3a53da) Do not use host networking in embedded DERP tests - [`510b5af`](https://github.com/juanfont/headscale/commit/510b5af4edbf46730ba15cc9441bfdb549175aec) Reuse Ping function for DERP ping ### 📊 Changes **7 files changed** (+433 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test-integration-v2-TestDERPServerScenario.yaml` (+57 -0) 📝 `integration/control.go` (+2 -0) ➕ `integration/embedded_derp_test.go` (+236 -0) 📝 `integration/hsic/hsic.go` (+50 -6) 📝 `integration/tailscale.go` (+2 -1) 📝 `integration/tsic/tsic.go` (+32 -4) 📝 `integration/utils.go` (+54 -0) </details> ### 📄 Description This PR ports the DERP integration tests to the new scenario model, in preparation to expand the capabilities of the DERP server (i.e., verify clients). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:32 +01:00
adam closed this issue 2025-12-29 03:19:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2047