Python3: resources and libraries
[csit.git] / resources / libraries / python / TLDK / UdpTest.py
index 0571323..8973fe4 100644 (file)
@@ -26,7 +26,7 @@ from resources.libraries.python.ssh import SSH
 from resources.libraries.python.TLDK.TLDKConstants import TLDKConstants as con
 from resources.libraries.python.topology import Topology
 
-class UdpTest(object):
+class UdpTest:
     """Test the TLDK UDP function."""
 
     @staticmethod
@@ -73,7 +73,6 @@ class UdpTest(object):
         :type file_prefix: str
         :type dest_ip: str
         :type is_ipv4: bool
-        :returns: none.
         :raises RuntimeError: If failed to execute udpfwd test on the dut node.
         """
         pci_address = Topology.get_interface_pci_addr(dut_node, dut_if)