Fix Issue 868: security tests use incorrect folder for temporary files
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/ldaps_port.ldif' % (TMP_DATA_DIR) } |
| | | 'entryToBeAdded' : '%s/ldaps_port.ldif' % (STAGED_DATA_DIR) } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | <!-- Dynamically create ldif files for staging --> |
| | | <!-- Modify SSL port to user-defined value --> |
| | | <script> |
| | | write_ldaps_ldif_file('%s' % (TMP_DATA_DIR), '%s' % (DIRECTORY_INSTANCE_SSL_PORT)); |
| | | write_ldaps_ldif_file('%s/shared/data' % (TMP_DATA_DIR), '%s' % (DIRECTORY_INSTANCE_SSL_PORT)); |
| | | </script> |
| | | |
| | | <!-- Zip up contents of tests directory --> |