From 59c6f124d4da8889da987e1729c1f50757d04e5e Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 23:32:50 -0700 Subject: [PATCH] removed name keys --- ci/devices.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/devices.toml b/ci/devices.toml index 5b47780..618a2d3 100644 --- a/ci/devices.toml +++ b/ci/devices.toml @@ -6,7 +6,6 @@ src_addr_ipv4 = "127.0.0.1" src_addr_ipv6 = "::1" credential = "default" location = "pop1" -name = "test-r1.pop1" display_name = "Test Router 1" port = "22" type = "cisco_ios" @@ -19,7 +18,6 @@ src_addr_ipv4 = "127.0.0.2" src_addr_ipv6 = "::1" credential = "default" location = "pop2" -name = "test-r2.pop2" display_name = "Test Router 2" port = "22" type = "cisco_xr"