[PR #23] [MERGED] test: add signal encryption test #2493

Open
opened 2025-11-20 07:11:12 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/23
Author: @braginini
Created: 6/3/2021
Status: Merged
Merged: 6/4/2021
Merged by: @braginini

Base: mainHead: test-signal-encryption


📝 Commits (3)

  • 9b327ea test: add signal encryption test
  • 33a98c7 test: add signal peer test
  • 7406159 fix: test workflow trigger

📊 Changes

5 files changed (+116 additions, -7 deletions)

View changed files

.github/workflows/golang-test.yml (+21 -0)
📝 signal/encryption.go (+5 -5)
signal/encryption_test.go (+40 -0)
📝 signal/peer/peer.go (+2 -2)
signal/peer/peer_test.go (+48 -0)

📄 Description

No description provided


🔄 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/netbirdio/netbird/pull/23 **Author:** [@braginini](https://github.com/braginini) **Created:** 6/3/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `test-signal-encryption` --- ### 📝 Commits (3) - [`9b327ea`](https://github.com/netbirdio/netbird/commit/9b327ea6ba2a311e54115edc48160b5e8889fe6f) test: add signal encryption test - [`33a98c7`](https://github.com/netbirdio/netbird/commit/33a98c7a2c7b472e088aaa9bc3db5904f6ae69c5) test: add signal peer test - [`7406159`](https://github.com/netbirdio/netbird/commit/74061597a3764225530a994f418ea5ebbceb4076) fix: test workflow trigger ### 📊 Changes **5 files changed** (+116 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/golang-test.yml` (+21 -0) 📝 `signal/encryption.go` (+5 -5) ➕ `signal/encryption_test.go` (+40 -0) 📝 `signal/peer/peer.go` (+2 -2) ➕ `signal/peer/peer_test.go` (+48 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2493