From fa3a82a549d49248117f9b558f2d02b47c573c04 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Sep 2015 10:27:03 +0200 Subject: [PATCH] Closedown --- config/config.properties | 4 ++-- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.properties b/config/config.properties index 3ba8632..763cda0 100644 --- a/config/config.properties +++ b/config/config.properties @@ -1,4 +1,4 @@ -#Wed Sep 02 09:40:53 CEST 2015 +#Wed Sep 02 10:26:57 CEST 2015 autoSaveScanData=true createSessionFiles=false dataFilesCreation=true @@ -20,7 +20,7 @@ simulation=false tasksFile={config}/tasks.properties terminalEnabled=true terminalPort=3579 -userAuthenticator=ch.psi.pshell.security.LdapAuthenticator | ldap\\\://d.psi.ch | d.psi.ch | users.psi +userAuthenticator=ch.psi.pshell.security.LdapAuthenticator | ldap\://d.psi.ch | d.psi.ch | users.psi userManagement=true versionTrackingEnabled=true versionTrackingLogin={config}/agkey diff --git a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py index b02afe2..f8072da 100644 --- a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py +++ b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py @@ -14,8 +14,8 @@ def sendFeedback(testPath, testName, DEVICE, returnString, testPassed): def startTest(testName, DEVICE, params): #get the path of this script testTool = testcommons.TestingTool() - testTool.print_pio - testcommons.print_pio() + testTool.print_pio() + import inspect testPath = inspect.getfile(inspect.currentframe()) #by default, failed