Merge "Bug Fix: force the network to attacht to trex to start the traffic"
[yardstick.git] / yardstick / benchmark / contexts / node.py
index 6fa9aa9..f8c38cb 100644 (file)
@@ -89,6 +89,8 @@ class NodeContext(Context):
             for host, info in teardown.items():
                 self._execute_script(host, info)
 
+        super(NodeContext, self).undeploy()
+
     def _get_server(self, attr_name):
         """lookup server info by name from context
         attr_name: a name for a server listed in nodes config file