diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-02-11 15:18:12 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-17 14:46:28 +0000 |
commit | da23519d72dc9415b112f7bab1fd3617750fa79e (patch) | |
tree | c16c9503f5e24c26e87d82dbba48ebb28a1b393e /resources/libraries/python/topology.py | |
parent | af2c77acfa337228ea3c4c5f2140f39124ec2ab9 (diff) |
LF testbed2 topology, T-REX upgrade, vpe->vpp rename
Testing testbed2 infrastructure
T-REX upgrade 1.88 -> 1.91
Rename "vpe" to "vpp"
Change-Id: Ia03c363e2b3c77a4e469509460b25028e5e1814f
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'resources/libraries/python/topology.py')
-rw-r--r-- | resources/libraries/python/topology.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 3ced69d7fe..6a7ea798cc 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -323,7 +323,7 @@ class Topology(object): This method updates the topology dictionary by querying interface lists of all nodes mentioned in the topology dictionary. It does this by dumping interface list to json output from all devices - using vpe_api_test, and pairing known information from topology + using vpp_api_test, and pairing known information from topology (mac address/pci address of interface) to state from VPP. For TG/linux nodes add interface name only. """ |