From da23519d72dc9415b112f7bab1fd3617750fa79e Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Thu, 11 Feb 2016 15:18:12 +0100 Subject: 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 --- resources/libraries/python/topology.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/topology.py') 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. """ -- cgit 1.2.3-korg