Closedown

This commit is contained in:
boccioli_m
2017-10-17 16:24:29 +02:00
parent f27b83e5ba
commit 53351aa4a3

View File

@@ -13,16 +13,7 @@ import sys, inspect, os, traceback
class TestingTool:
"""
Common tools for running the test
"""
def __init__(self):
"""
Init class with no test data
"""
self.deviceName = ''
self.testName = ''
self.testPath = ''
self.testParams = ''
"""
def __init__(self, testName, testPath, deviceName, testParams):
"""
Init class with test data
@@ -165,6 +156,7 @@ class Interlock:
import binascii
udp = UDPDatagram()
msg = self._msgWrite()
print binascii.hexlify(msg)
modebytes = array('B', mode)
msg.extend(modebytes)
print binascii.hexlify(msg)