<?
xml version="1.0" encoding="UTF-8" standalone="no"?>
! The contents of this file are subject to the terms of the ! Common Development and Distribution License, Version 1.0 only ! (the "License"). You may not use this file except in compliance ! You can obtain a copy of the license at ! See the License for the specific language governing permissions ! and limitations under the License. ! When distributing Covered Code, include this CDDL HEADER in each ! file and include the License file at ! add the following below this CDDL HEADER, with the fields enclosed ! by brackets "[]" replaced with your own identifying information: ! Portions Copyright [yyyy] [name of copyright owner] ! Copyright 2006-2008 Sun Microsystems, Inc. <
defaultcall function="main_import-tasks"/>
<
function name="main_import-tasks">
<
block name="'import-tasks'">
CurrentTestPath['group']='backends'
CurrentTestPath['suite']=STAXCurrentBlock
<
call function="'testSuite_Preamble'"/>
<!--- Test Suite information #@TestSuiteName Backend Import Tasks Tests #@TestSuitePurpose Verify that the basic import using the task based functionality is working in the Directory Server. #@TestSuiteID Import Tasks Tests #@TestSuiteGroup Import-Tasks <
import machine="STAF_LOCAL_HOSTNAME" <
call function="'backend_setup'" />
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Import Tasks: LDIF Default #@TestPurpose Verify an import task of a LDIF file using the default backend. <
testcase name="getTestCaseName('LDIF Default')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Include Branch #@TestID Fractional Include Branch #@TestPurpose Verify an import task of a LDIF file specifying a branch that should be included in the import. <
testcase name="getTestCaseName('Fractional Include Branch')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeBranches' : ['dc=com'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Include Branches #@TestID Fractional Include Branches #@TestPurpose Verify an import task of a LDIF file specifying multiple branches that should be included in the import. <
testcase name="getTestCaseName('Fractional Include Branches')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeBranches' : ['dc=com','dc=example,dc=com']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Exclude Branch #@TestID Fractional Exclude Branch #@TestPurpose Verify an import task of a LDIF file specifying a branch that should be excluded in the import. <
testcase name="getTestCaseName('Fractional Exclude Branch')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
'missingEntries' : ['uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Exclude Branches #@TestID Fractional Exclude Branches #@TestPurpose Verify an import task of a LDIF file specifying multiple branches that should be excluded in the import. <
testcase name="getTestCaseName('Fractional Exclude Branches')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com',
'cn=QA Managers,ou=groups,dc=example,dc=com']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
'missingEntries' : ['uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com',
'uid=bbaret,cn=QA Managers,ou=groups,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Branches Mix #@TestID Fractional Branches Mix #@TestPurpose Verify an import task of a LDIF file specifying a mix of include and exclude branches. <
testcase name="getTestCaseName('Fractional Branches Mix')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeBranches' : ['dc=com'],
'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
'missingEntries' : ['uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Include Attribute #@TestID Fractional Include Attribute #@TestPurpose Verify an import task of a LDIF file specifying an attribute that should be included in the import. <
testcase name="getTestCaseName('Fractional Include Attribute')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeAttributes' : ['dc'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['dc=com','dc=example,dc=com'],
'missingEntries' : ['ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Include Attributes #@TestID Fractional Include Attributes #@TestPurpose Verify an import task of a LDIF file specifying multiple attributes that should be included in the import. <
testcase name="getTestCaseName('Fractional Include Attributes')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeAttributes' : ['dc','cn','ou','sn']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Exclude Attribute #@TestID Fractional Exclude Attribute #@TestPurpose Verify an import task of a LDIF file specifying an attribute that should be excluded in the import. <
testcase name="getTestCaseName('Fractional Exclude Attribute')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeAttributes' : ['userpassword']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com'],
'missingAttributes' : ['userpassword'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Exclude Attributes #@TestID Fractional Exclude Attributes #@TestPurpose Verify an import task of a LDIF file specifying multiple attribute that should be excluded in the import. <
testcase name="getTestCaseName('Fractional Exclude Attributes')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeAttributes' : ['userpassword','mail','roomnumber']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com'],
'missingAttributes' : ['userpassword','mail','roomnumber'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Mix #@TestPurpose Verify an import task of a LDIF file specifying a mix of fractional attributes and branches. <
testcase name="getTestCaseName('Fractional Mix')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeBranches' : ['dc=com','dc=example,dc=com','ou=People,dc=example,dc=com'],
'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com'],
'includeAttributes' : ['dc','cn','ou','sn'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller, ou=People, dc=example,dc=com',
'uid=rhunt, ou=People, dc=example,dc=com'],
'missingEntries' : ['uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Include #@TestID Filtered Include #@TestPurpose Verify an import task of a LDIF file specifying a search filter control which entries are included in the import. <
testcase name="getTestCaseName('Filtered Include')">
<
call function="'testCase_Preamble'" />
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeFilters' : ['objectclass=*'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Exclude #@TestID Filtered Exclude #@TestPurpose Verify an import task of a LDIF file specifying a search filter control which entries are excluded in the import. <
testcase name="getTestCaseName('Filtered Exclude')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeFilters' : ['objectclass=person'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['dc=example,dc=com',
'ou=People,dc=example,dc=com'],
'missingEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Includes #@TestID Filtered Includes #@TestPurpose Verify an import task of a LDIF file specifying multiple search filters control which entries are included in the import. <
testcase name="getTestCaseName('Filtered Includes')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeFilters' : ['objectclass=domain*','objectclass=organizationalunit']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['dc=example,dc=com',
'ou=People,dc=example,dc=com'],
'missingEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Excludes #@TestID Filtered Excludes #@TestPurpose Verify an import task of a LDIF file specifying multiple search filters control which entries are excluded in the import. <
testcase name="getTestCaseName('Filtered Excludes')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeFilters' : ['objectclass=person','objectclass=organizationalunit'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['dc=example,dc=com'],
'missingEntries' : ['ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Includes Complex #@TestID Filtered Includes Complex #@TestPurpose Verify an import task of a LDIF file specifying complex search filters control which entries are included in the import. <
testcase name="getTestCaseName('Filtered Includes Complex')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'includeFilters' : ['|(objectclass=person)(objectclass=domain)(objectclass=organizationalunit)'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Filtered Excludes Complex #@TestID Filtered Excludes Complex #@TestPurpose Verify an import task of a LDIF file specifying complex search filters control which entries are excluded in the import. <
testcase name="getTestCaseName('Filtered Excludes Complex')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeFilters' : ['&(objectclass=person)(ou=Departed)'],
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=rhunt,ou=People,dc=example,dc=com'],
'missingEntries' : ['uid=fvinker,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Fractional Filtered Mix #@TestID Fractional Filtered Mix #@TestPurpose Verify an import task of a LDIF file specifying a mix of fractional and filtered. <
testcase name="getTestCaseName('Fractional Filtered Mix')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'excludeFilters' : ['&(objectclass=person)(ou=Departed)'],
'includeBranches' : ['dc=com'],
'excludeAttributes' : ['userpassword']
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com'],
'missingAttributes' : ['userpassword'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Append #@TestPurpose Verify an import task of a LDIF file specifying that the import process should append to the existing database. <
testcase name="getTestCaseName('Append')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['ou=Departed,ou=People,dc=example,dc=com',
'uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks:Append Replace Existing #@TestID Append Replace Existing #@TestPurpose Verify an import task of a LDIF file specifying that an existing entry should be replaced when appending to an existing database. <
testcase name="getTestCaseName('Append Replace Existing')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'replaceExisting' : 'TRUE'
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['ou=Departed,ou=People,dc=example,dc=com',
'uid=fvinker,ou=Departed,ou=People,dc=example,dc=com',
'uid=brammage,ou=Departed,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Compressed #@TestPurpose Verify an import task of a LDIF file specifying the data to import is compressed. <
testcase name="getTestCaseName('Compressed')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Encrypted #@TestPurpose Verify an import task of a LDIF file specifying the data to import is encrypted. <
testcase name="getTestCaseName('Encrypted')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<!-- This test should fail. --> <
tcstatus result="'fail'"/>
<
message log="1" level="'Error'">
'Error: Known bug. Issue 839: Encrypted LDIF export is not implemented'
<
call function="'checktestRC'">
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Hashed Signed #@TestPurpose Verify an import task of a LDIF file specifying the data to import is hashed/signed. <!-- Test Not Implemented. Feature not avaliable --> <!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Rejects File #@TestPurpose Verify an import task of a LDIF file specifying the a path to a file into which rejected entries may be written if they are not accepted during the import process, when the rejects file is not overwritten. <
testcase name="getTestCaseName('Rejects File')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<!-- Should check there is a rejects file and the contents are correct --> <
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Rejects File Overwrite #@TestID Rejects File Overwrite #@TestPurpose Verify an import task of a LDIF file specifying the a path to a file into which rejected entries may be written if they are not accepted during the import process, when the rejects file is overwritten. <
testcase name="getTestCaseName('Overwrite Rejects File')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'overwriteRejectsFile' : 'TRUE'
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=rhunt,ou=People,dc=example,dc=com'],
<!-- Should check there is a rejects file and the contents are correct --> <
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Skip Schema Validation Accept #@TestID Skip Schema Validation Accept #@TestPurpose Verify an import task of a LDIF file containing invalided schema is accepted when skip schema validation is specified <
testcase name="getTestCaseName('Skip Schema Validation Accept')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'skipSchemaValidation' : 'TRUE'
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=dmiller,ou=People,dc=example,dc=com',
'uid=kwinters,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Skip Schema Validation Reject #@TestID Skip Schema Validation Reject #@TestPurpose Verify an import task of a LDIF file containing invalided schema is rejected when skip schema validation is not specified <
testcase name="getTestCaseName('Skip Schema Validation Reject')">
<
call function="'testCase_Preamble'"/>
<
call function="'importLdifTask'">
{ 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'taskID' : STAXCurrentTestcase,
'skipSchemaValidation' : 'FALSE'
<
call function="'checktestRC'">
<
call function="'checkImport'">
{ 'expectedEntries' : ['uid=dmiller,ou=People,dc=example,dc=com'],
'missingEntries' : ['uid=scarter,ou=People,dc=example,dc=com',
'uid=kwinters,ou=People,dc=example,dc=com'],
<
call function="'testCase_Postamble'"/>
<!--- Test Case information #@TestMarker Backend Import Tasks Tests #@TestName Backend: Import Tasks: Error Codes #@TestPurpose Verify an import task fails with an error code. <!-- Need to know what the error codes are --> <
import machine="STAF_LOCAL_HOSTNAME" <
call function="'backend_cleanup'" />
<
call function="'testSuite_Postamble'"/>