From 83d59c2f77afb64b4a4ebd2af43e7f0ee19cd7c8 Mon Sep 17 00:00:00 2001 From: charleschou56 <48513044+charleschou56@users.noreply.github.com> Date: Mon, 10 Feb 2020 16:42:12 +0800 Subject: [PATCH] Add the lost info (#14) --- mars/ini/auto-test.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mars/ini/auto-test.ini b/mars/ini/auto-test.ini index 921e3df2e..22a96fb5d 100644 --- a/mars/ini/auto-test.ini +++ b/mars/ini/auto-test.ini @@ -4,6 +4,9 @@ name = spine0 type = spine mac = 8c:ea:1b:8d:0e:88 nos = aos +mfr = +port = 80 +protocol = rest mgmtIpAddress = 192.168.40.147 [spine1] id = rest:192.168.40.148:80 @@ -11,6 +14,9 @@ name = spine1 type = spine mac = 8c:ea:1b:8d:0e:d2 nos = aos +mfr = +port = 80 +protocol = rest mgmtIpAddress = 192.168.40.148 [leaf0] id = rest:192.168.40.149:80 @@ -18,6 +24,9 @@ name = leaf0 type = leaf mac = 8c:ea:1b:8d:0e:3e nos = aos +mfr = +port = 80 +protocol = rest mgmtIpAddress = 192.168.40.149 [leaf1] id = rest:192.168.40.150:80 @@ -25,4 +34,7 @@ name = leaf1 type = leaf mac = 8c:ea:1b:9b:a4:30 nos = aos +mfr = +port = 80 +protocol = rest mgmtIpAddress = 192.168.40.150 \ No newline at end of file