| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR } |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR, |
| | | 'backEnd' : 'nonDefault' } |
| | | </call> |
| | | |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-b dc=com' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-b "dc=com" -b "dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-B "ou=Departed,ou=People,dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-B "ou=Departed,ou=People,dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-b dc=com -B "ou=Departed,ou=People,dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-i dc' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-i dc -i cn -i ou -i sn' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-e userpassword' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-e userpassword -e mail -e roomnumber' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-i dc -i cn -i ou -i sn -b "dc=com" -b "dc=example,dc=com" -b "ou=People,dc=example,dc=com" -B "ou=Departed,ou=People,dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-I "objectclass=*' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-E "objectclass=person"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-I "objectclass=domain" -I "objectclass=organizationalunit"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-E "objectclass=person" -E "objectclass=organizationalunit"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Include.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-I "|(objectclass=person)(objectclass=domain)(objectclass=organizationalunit)"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-E "&(objectclass=person)(ou=Departed)"' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Exclude.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-E "&(objectclass=person)(ou=Departed)" -b "dc=com" -e userpassword' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Append.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Append.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-a' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Append.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Append.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-a -r' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif.gz' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif.gz' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-c' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-y' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-R %s/rejects.txt' % TMPDIR |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-R %s/rejects.txt -O' % TMPDIR |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Schema.ldif' % LDIF_DATA_DIR, |
| | | { 'ldifFile' : '%s/backends/Schema.ldif' % STAGED_DATA_DIR, |
| | | 'extraParams' : '-s' |
| | | } |
| | | </call> |
| | |
| | | <call function="'testCaseStartBanner'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Schema.ldif' % LDIF_DATA_DIR } |
| | | { 'ldifFile' : '%s/backends/Schema.ldif' % STAGED_DATA_DIR } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |