wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
14
service/netenv/online-status_test.go
Normal file
14
service/netenv/online-status_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package netenv
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCheckOnlineStatus(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
checkOnlineStatus(context.Background())
|
||||
t.Logf("online status: %s", GetOnlineStatus())
|
||||
t.Logf("captive portal: %+v", GetCaptivePortal())
|
||||
}
|
||||
Reference in New Issue
Block a user