Closedown

This commit is contained in:
boccioli_m
2017-10-09 14:43:56 +02:00
parent 10366cee05
commit 55af985036
3 changed files with 2 additions and 22 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Mon Oct 09 14:41:53 CEST 2017
#Mon Oct 09 14:43:48 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-try
-20
View File
@@ -1,20 +0,0 @@
###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################
#Uncomment this line to create the simulated devices needed to the tutorial scripts.
#run("tutorial/devices")
# The code below is necessary to run the Testing List plug-in:
global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
class pio:
def __init__(self):
self.log('ecco pio')
def log(self, text):
print str(text)
+1 -1
View File
@@ -6,7 +6,6 @@
global sys, inspect, os, traceback
import sys, inspect, os, traceback
import pio
def startTest(testName, DEVICE, params):
"""
@@ -22,6 +21,7 @@ def startTest(testName, DEVICE, params):
# init the testing tool class:
test = TestingTool(testName, testPath, DEVICE, params)
test.log('arriva pio')
import pio
p = pio()
test.log('passato pio')