| | |
| | | </call> |
| | | |
| | | <call function="'checkImport'"> |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com'], |
| | | 'missingEntries' : ['ou=People,dc=example,dc=com'], |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com','ou=People,dc=example,dc=com'], |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME), |
| | | 'dsPort' : DsInstancePort, |
| | | 'dsAdminPort' : DsInstanceAdminPort, |
| | |
| | | </call> |
| | | |
| | | <call function="'checkImport'"> |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com'], |
| | | 'missingEntries' : ['ou=People,dc=example,dc=com'], |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com','ou=People,dc=example,dc=com'], |
| | | 'startDS' : 'no' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'checkImport'"> |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com'], |
| | | 'missingEntries' : ['ou=People,dc=example,dc=com'] |
| | | } |
| | | { 'expectedEntries' : ['dc=com','dc=example,dc=com','ou=People,dc=example,dc=com'] } |
| | | </call> |
| | | |
| | | </sequence> |
| | |
| | | <call function="'checktestString'"> |
| | | { |
| | | 'returnString' : returnString , |
| | | 'expectedString' : 'Total: 19' |
| | | 'expectedString' : 'Total: 20' |
| | | } |
| | | </call> |
| | | |
| | |
| | | <call function="'checktestString'"> |
| | | { |
| | | 'returnString' : returnString , |
| | | 'expectedString' : 'Total: 23' |
| | | 'expectedString' : 'Total: 24' |
| | | } |
| | | </call> |
| | | |
| | |
| | | |
| | | <!-- Search for uniqueMember indexes --> |
| | | <call function="'searchString'"> |
| | | { 'expectedString' : 'uniqueMember : generic : equality', |
| | | { 'expectedString' : 'uniqueMember : generic : equality', |
| | | 'returnString' : resultString , |
| | | } |
| | | </call> |
| | |
| | | 'path' : remoteCoveragePath |
| | | } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | | <sequence> |
| | | <message> |
| | | 'Zip up coverage files to %s/coverage.zip' % remote.temp |
| | | </message> |
| | | <call function="'zipUpFile'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'zipfile' : '%s/coverage.zip' % remote.temp, |
| | | 'folder' : '%s/coverage' % remote.temp, |
| | | 'relativeto' : remote.temp |
| | | } |
| | | </call> |
| | | |
| | | <message> |
| | | 'Copy coverage zip archive to %s/coverage.zip' % local.temp |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'srcfile' : '%s/coverage.zip' % remote.temp, |
| | | 'destfile' : '%s/coverage.zip' % local.temp, |
| | | 'remotehost' : STAXServiceMachine } |
| | | </call> |
| | | </sequence> |
| | | </if> |
| | | </sequence> |
| | | </if> |
| | | |