From 55af985036534614faa3450ac2363891b5f93ba3 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:43:56 +0200 Subject: [PATCH] Closedown --- script/tests/tests.properties | 2 +- script/tests/tests/sad/rpstry/pio.py | 20 -------------------- script/tests/tests/sad/rpstry/rpstry.py | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 script/tests/tests/sad/rpstry/pio.py diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 87e64d3..d401178 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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 diff --git a/script/tests/tests/sad/rpstry/pio.py b/script/tests/tests/sad/rpstry/pio.py deleted file mode 100644 index bc73785..0000000 --- a/script/tests/tests/sad/rpstry/pio.py +++ /dev/null @@ -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) - - diff --git a/script/tests/tests/sad/rpstry/rpstry.py b/script/tests/tests/sad/rpstry/rpstry.py index 9351aea..3e38721 100644 --- a/script/tests/tests/sad/rpstry/rpstry.py +++ b/script/tests/tests/sad/rpstry/rpstry.py @@ -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')