X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Ftopology.py;fp=resources%2Flibraries%2Fpython%2Ftopology.py;h=68045bbb687cdbff730287c5728106b8f1b84519;hp=394dc9df58fa91cb30f1c44324720ecc068879b2;hb=97e93cd29f1a9c01b139e2d7fcc745d37d4bd944;hpb=11aa6d6cd19b10d43011f1f55362d158aa488888 diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 394dc9df58..68045bbb68 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -138,7 +138,8 @@ class Topology(object): :returns: Nothing """ port_types = ('subinterface', 'vlan_subif', 'memif', 'tap', 'vhost', - 'loopback', 'gre_tunnel', 'vxlan_tunnel', 'eth_bond') + 'loopback', 'gre_tunnel', 'vxlan_tunnel', 'eth_bond', + 'avf') for node_data in nodes.values(): if node_data['type'] == NodeType.DUT: