机器人gate登录

This commit is contained in:
flswld
2023-02-14 17:20:17 +08:00
parent c25473b070
commit 4de697cf9a
7 changed files with 236 additions and 80 deletions

14
robot/cmd/dpdk_test.go Normal file
View 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")
}