| | |
| | | STAXLogMessage = 1 |
| | | LogDir='%s' % TMPDIR |
| | | SRCFILE = '%s/%s' % (ZIPPATH,ZIPNAME) |
| | | DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME) |
| | | OPENDS_BINPATH = '%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME) |
| | | OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | OSName= STAXResult |
| | | winPattern=re.compile('win', re.IGNORECASE) |
| | | isWindows=winPattern.search(OSName) |
| | | if isWindows: |
| | | fileExt='.bat' |
| | | fileFolder='bat' |
| | | else: |
| | | fileExt='' |
| | | fileFolder='bin' |
| | | </script> |
| | | |
| | | <!-- Load in the local shared python objects from libraries --> |
| | |
| | | <call function="'main_schema'" /> |
| | | |
| | | <if expr="not isWindows"> |
| | | <!-- Do not execute Synchronization Test Suite as long as dynamic configuration |
| | | is not supported. ('dd' not supported in Windows. see 'configureSynchronization' --> |
| | | <sequence> |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/synchronization/synchronization.xml' % (TESTS_DIR)" /> |