Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user