X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Ftopology.py;h=7a27173d40bb3cf401327b32321804cc7bbb790c;hp=75542ad0700d7c89afe0f4e82b244806ab8e7f74;hb=23b681550b878b62ca43ba3554d5d71dd7b4dff2;hpb=ccf53b184ac485946b54605048f67115d81f8ba9 diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 75542ad070..7a27173d40 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -42,6 +42,8 @@ class NodeType(object): DUT = 'DUT' # Traffic Generator (this node has traffic generator on it) TG = 'TG' + # Virtual Machine (this node running on DUT node) + VM = 'VM' class NodeSubTypeTG(object):