X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Ftopology.py;h=d60bed1b5ba551a3f25b209664c256d0f5e69c65;hb=7afd133d67400a062b0d3ae2ecf8b6ab380077fe;hp=2f4fd023bab580a8986aab53388af3d3dbbbfa8d;hpb=4c6fe5602edcbd9857a846e5b13a21d5c671a2c8;p=csit.git diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 2f4fd023ba..d60bed1b5b 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -138,7 +138,7 @@ class Topology(object): :returns: Nothing """ port_types = ('subinterface', 'vlan_subif', 'memif', 'tap', 'vhost', - 'loopback', 'gre_tunnel', 'vxlan_tunnel') + 'loopback', 'gre_tunnel', 'vxlan_tunnel', 'eth_bond') for node_data in nodes.values(): if node_data['type'] == NodeType.DUT: