diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/DPDK/DPDKTools.py | 3 | ||||
-rw-r--r-- | resources/libraries/robot/dpdk/default.robot | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/resources/libraries/python/DPDK/DPDKTools.py b/resources/libraries/python/DPDK/DPDKTools.py index 4bdc68ceee..ec70b40270 100644 --- a/resources/libraries/python/DPDK/DPDKTools.py +++ b/resources/libraries/python/DPDK/DPDKTools.py @@ -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) - diff --git a/resources/libraries/robot/dpdk/default.robot b/resources/libraries/robot/dpdk/default.robot index e6921c9b27..f302476198 100644 --- a/resources/libraries/robot/dpdk/default.robot +++ b/resources/libraries/robot/dpdk/default.robot @@ -107,4 +107,3 @@ | | ... | ${nb_cores} | ${dut1_cpus} | ${rxqueues} | ${jumbo_frames} | | Start the l3fwd test | ${nodes} | ${dut2} | ${dut2_if1} | ${dut2_if2} | | ... | ${nb_cores} | ${dut2_cpus} | ${rxqueues} | ${jumbo_frames} - |