Fixed a bug in the stress tests where one test suite could not have the proper library path.
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'dsPath' : dsPath , |
| | | 'DNToModify' : curr_dn , |
| | | 'attributeName' : 'description' , |
| | | 'newAttributeValue' : 'New description for %s' % curr_dn , |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'dsPath' : '%s/..' % DIRECTORY_INSTANCE_DIR , |
| | | 'partialDNToModify' : 'ou=People,dc=com' , |
| | | 'attributeName' : 'description' , |
| | | 'newAttributeValue' : 'Modify load forever' , |