Add VM to NodeType
[csit.git] / resources / libraries / python / topology.py
index 75542ad..7a27173 100644 (file)
@@ -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):