mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 18:10:25 +08:00
修复域名服务集群检测新版本节点的Bug
This commit is contained in:
@@ -2,8 +2,16 @@ package installers
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestDeployManager_LoadFiles(t *testing.T) {
|
||||
files := NewDeployManager().LoadFiles()
|
||||
func TestDeployManager_LoadNodeFiles(t *testing.T) {
|
||||
files := NewDeployManager().LoadNodeFiles()
|
||||
for _, file := range files {
|
||||
t.Logf("%#v", file)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func TestDeployManager_LoadNSNodeFiles(t *testing.T) {
|
||||
files := NewDeployManager().LoadNSNodeFiles()
|
||||
for _, file := range files {
|
||||
t.Logf("%#v", file)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user