Closedown

This commit is contained in:
boccioli_m
2015-09-02 10:11:51 +02:00
parent ca21d1a90d
commit 6029035930
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
import time
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)

View File

@@ -1,10 +1,12 @@
#########################################
###### DO NOT MODIFY THE CODE BELOW #####
#########################################
global print_log, sendFeedback, sys, inspect, os, traceback
global testcommons
import testcommons
def print_log(testName, DEVICE, text):
testcommons.print_log(testName, DEVICE, text)
def startTest(testName, DEVICE, params):
#get the path of this script
import inspect