Fixed dut creation and update

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-08-16 22:58:10 +05:30
parent c8ec0b4262
commit 800b8c0920
8 changed files with 54 additions and 42 deletions

View File

@@ -103,7 +103,6 @@ class DUT(dut):
self.dut_name = dut_name
self.ssid = ssid
self.lan_port = lan_port
print("JITT")
def setup(self):
self.create_dut()