mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 17:56:39 +00:00
Extend the system informations
This commit is contained in:
13
client/system/info_linux_test.go
Normal file
13
client/system/info_linux_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func TestGetInfo(t *testing.T) {
|
||||
info := GetInfo(context.Background())
|
||||
log.Infof("info: %+v", info)
|
||||
}
|
||||
Reference in New Issue
Block a user