CSIT-1121: Add "Get DPDK version" KW to DPDK tests
[csit.git] / resources / libraries / python / DPDK / DPDKTools.py
index 4bdc68c..ec70b40 100644 (file)
@@ -100,7 +100,7 @@ class DPDKTools(object):
         :param node: Dictionary created from topology
         :type node: dict
         :returns: nothing
-        :raise RuntimeError: If command returns nonzero return code.
+        :raises RuntimeError: If command returns nonzero return code.
         """
         arch = Topology.get_node_arch(node)
 
@@ -126,4 +126,3 @@ class DPDKTools(object):
         for node in nodes.values():
             if node['type'] == NodeType.DUT:
                 DPDKTools.install_dpdk_test(node)
-