diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2020-03-04 12:49:34 +0100 |
---|---|---|
committer | juraj.linkes <juraj.linkes@pantheon.tech> | 2020-03-04 14:06:17 +0100 |
commit | 05d56b17a7382c88bca44b35625e6ebf21ca588b (patch) | |
tree | ee4667babed4a79979c38c87a03b976322d4612e /topologies | |
parent | fd64535ad8164fc1d9720863a1b49528e9744a05 (diff) |
Add all ports from 3n-tsh tg to topofile
Without it, we're running the risk of unused port being bound to linux
kernel driver when t-rex starts, preventing it from starting.
Change-Id: I3a1702e364c06809b527830bf9addacd63fb47ee
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'topologies')
-rw-r--r-- | topologies/available/lf_3n_tsh_testbed33.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/topologies/available/lf_3n_tsh_testbed33.yaml b/topologies/available/lf_3n_tsh_testbed33.yaml index ec9d1d96a4..8a8077cafb 100644 --- a/topologies/available/lf_3n_tsh_testbed33.yaml +++ b/topologies/available/lf_3n_tsh_testbed33.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2019 PANTHEON.tech and/or its affiliates. +# Copyright (c) 2020 PANTHEON.tech and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -41,6 +41,18 @@ nodes: link: link1 driver: i40e model: Intel-X710 + port2: + mac_address: "3c:fd:fe:a8:aa:c2" + pci_address: "0000:18:00.2" + link: link10 + driver: i40e + model: Intel-X710 + port3: + mac_address: "3c:fd:fe:a8:aa:c3" + pci_address: "0000:18:00.3" + link: link11 + driver: i40e + model: Intel-X710 DUT1: type: DUT host: 10.30.51.36 |