diff options
author | selias <samelias@cisco.com> | 2016-11-11 12:24:35 +0100 |
---|---|---|
committer | selias <samelias@cisco.com> | 2016-11-11 12:26:32 +0100 |
commit | d66231fae814118def33c6e7b6fcc7b740aaba92 (patch) | |
tree | 6ef18fd2ec15fdacc80b1917fae076932de1f146 | |
parent | 23d1d2bf67f91fe4e5bbcce7aa5525ada82342c3 (diff) |
CSIT-454: HC Test: add Honeycomb section to topology file
- modified to match xenial topology file
Change-Id: Ic160a6162e6fab7c0232a80ce08cf6d0479717c7
Signed-off-by: selias <samelias@cisco.com>
-rw-r--r-- | resources/tools/virl/topologies/double-ring-nested.trusty.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/tools/virl/topologies/double-ring-nested.trusty.yaml b/resources/tools/virl/topologies/double-ring-nested.trusty.yaml index 94daa1dbba..00b297c7f1 100644 --- a/resources/tools/virl/topologies/double-ring-nested.trusty.yaml +++ b/resources/tools/virl/topologies/double-ring-nested.trusty.yaml @@ -6,12 +6,6 @@ metadata: - resources/topology_schemas/topology.sch.yaml tags: [hw, 3-node] -honeycomb: &honeycomb - user: admin - passwd: admin - port: 8183 - netconf_port: 2831 - nodes: TG: type: TG @@ -47,7 +41,10 @@ nodes: port: 22 username: cisco honeycomb: - <<: *honeycomb + user: admin + passwd: admin + port: 8183 + netconf_port: 2831 priv_key: | {priv_key} interfaces: @@ -73,7 +70,10 @@ nodes: port: 22 username: cisco honeycomb: - <<: *honeycomb + user: admin + passwd: admin + port: 8183 + netconf_port: 2831 priv_key: | {priv_key} interfaces: |