diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/topology.py | 2 |
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): |