aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/topology.py
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2016-03-14 11:45:44 +0100
committerGerrit Code Review <gerrit@fd.io>2016-03-14 12:46:44 +0000
commit23b681550b878b62ca43ba3554d5d71dd7b4dff2 (patch)
tree3fd2d6facdc5c32256c58a6a1c5b5727b34a36b2 /resources/libraries/python/topology.py
parentccf53b184ac485946b54605048f67115d81f8ba9 (diff)
Add VM to NodeType
Change-Id: Ic3a313837f48a1c7bd1c70876c82799ac1994f2f Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'resources/libraries/python/topology.py')
-rw-r--r--resources/libraries/python/topology.py2
1 files changed, 2 insertions, 0 deletions
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):