mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 02:12:27 +08:00
机器人gate登录
This commit is contained in:
14
robot/cmd/dpdk_test.go
Normal file
14
robot/cmd/dpdk_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/FlourishingWorld/dpdk-go/engine"
|
||||
)
|
||||
|
||||
func TestDpdk(t *testing.T) {
|
||||
_ = engine.InitEngine("00:0C:29:3E:3E:DF", "192.168.199.199", "255.255.255.0", "192.168.199.1")
|
||||
}
|
||||
Reference in New Issue
Block a user