MM-15325: Allowing to configure the device for detect the IP in HA clusters (#10917)

Этот коммит содержится в:
Jesús Espino
2019-06-11 20:53:03 +02:00
коммит произвёл GitHub
родитель 9445cb29f5
Коммит 969c032a1e
5 изменённых файлов: 37 добавлений и 13 удалений

Просмотреть файл

@@ -53,7 +53,7 @@ func TestClusterDiscovery(t *testing.T) {
o.Hostname = ""
o.AutoFillHostname()
o.AutoFillIpAddress()
o.AutoFillIpAddress("")
o.Hostname = ""
o.AutoFillIpAddress()
o.AutoFillIpAddress("")
}