support for x2x and barrier KVM

This commit is contained in:
2021-10-10 00:09:37 +04:00
parent ce61920ec2
commit 0ed316cb5e
11 changed files with 831 additions and 814 deletions

View File

@@ -1,4 +1,3 @@
package config
import (
@@ -6,7 +5,7 @@ import (
)
func TestConfigInit(t *testing.T) {
_,err := ConfigInit()
_, err := ConfigInit()
if err != nil {
t.Error(err)
}
@@ -17,4 +16,4 @@ func TestSetDefaults(t *testing.T) {
if err != nil {
t.Error(err)
}
}
}