Add VM to NodeType 28/528/2
authorMatus Fabian <matfabia@cisco.com>
Mon, 14 Mar 2016 10:45:44 +0000 (11:45 +0100)
committerGerrit Code Review <gerrit@fd.io>
Mon, 14 Mar 2016 12:46:44 +0000 (12:46 +0000)
Change-Id: Ic3a313837f48a1c7bd1c70876c82799ac1994f2f
Signed-off-by: Matus Fabian <matfabia@cisco.com>
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):