[PR #25] [CLOSED] Added the first integration test with the official Tailscale client #1205

Closed
opened 2025-12-29 02:29:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/25
Author: @juanfont
Created: 5/9/2021
Status: Closed

Base: mainHead: integration-tests


📝 Commits (10+)

📊 Changes

1 file changed (+86 additions, -3 deletions)

View changed files

📝 .github/workflows/ci.yml (+86 -3)

📄 Description

Ok, so these series of commits add the first integration test with the official Tailscale client.

Nothing too complex:

  • Install tailscale
  • Setup headscale, create a namespace, and an authkey
  • Register the tailscale client using the authkey
  • Check that headscale reports one, and only one, node

I am aware that this is very basic, but sets the foundations to evolve this :)


🔄 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/25 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 5/9/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `integration-tests` --- ### 📝 Commits (10+) - [`113e147`](https://github.com/juanfont/headscale/commit/113e1477542c9bb59be852bebc8ab39a85a536e0) WIP Integration tests - [`7e35240`](https://github.com/juanfont/headscale/commit/7e35240fd47157f11f58b0466e353cbcc442e402) Added some missing sudo - [`560a65d`](https://github.com/juanfont/headscale/commit/560a65d116445eae48d3e8a63edbd613b496b777) Use the new ENV file functionality - [`6c76950`](https://github.com/juanfont/headscale/commit/6c7695060457316e37b5ebfb3044003a9212bec8) Create namespace - [`025a18e`](https://github.com/juanfont/headscale/commit/025a18e80b5135c370bd72a78be03151e122d164) Expose postgres port - [`e87c761`](https://github.com/juanfont/headscale/commit/e87c7612bc1db30a416aead59669f72caf0375c9) Changed postgres hostname - [`f2c95b4`](https://github.com/juanfont/headscale/commit/f2c95b473a457cb00ea92e86dc537b2b14ad4e00) WIP (should fail though) - [`2193c44`](https://github.com/juanfont/headscale/commit/2193c44194db3a484a655923d392e28a40de0ddc) Fixed syntax error + trailing spaces - [`744873c`](https://github.com/juanfont/headscale/commit/744873c2cc8cd554c0e43c7335d92da8cea71507) Fixed syntax error (again( - [`669bf66`](https://github.com/juanfont/headscale/commit/669bf6609a1e79b435a79e17af4c9a5e9a741662) Install tailscale ### 📊 Changes **1 file changed** (+86 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+86 -3) </details> ### 📄 Description Ok, so these series of commits add the first integration test with the official Tailscale client. Nothing too complex: - Install tailscale - Setup headscale, create a namespace, and an authkey - Register the tailscale client using the authkey - Check that headscale reports one, and only one, node I am aware that this is very basic, but sets the foundations to evolve this :) --- <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 02:29:13 +01:00
adam closed this issue 2025-12-29 02:29:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1205