SSH认证支持sudo

This commit is contained in:
刘祥超
2021-12-06 19:27:11 +08:00
parent 820779e614
commit 8fd29bd81c
14 changed files with 382 additions and 130 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestQueue_InstallNode(t *testing.T) {
queue := NewQueue()
queue := NewNodeQueue()
err := queue.InstallNodeProcess(16, false)
if err != nil {
t.Fatal(err)