From 23b681550b878b62ca43ba3554d5d71dd7b4dff2 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Mon, 14 Mar 2016 11:45:44 +0100 Subject: [PATCH 1/1] Add VM to NodeType Change-Id: Ic3a313837f48a1c7bd1c70876c82799ac1994f2f Signed-off-by: Matus Fabian --- resources/libraries/python/topology.py | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.16.6