make each test group a job
| | |
| | | DIRECTORY_INSTANCE_SFX = 'dc=com' |
| | | DIRECTORY_INSTANCE_BE = 'userRoot' |
| | | JAVA_HOME = '/path/to/jdk' |
| | | LOCAL_JAVA_HOME = JAVA_HOME |
| | | LOGS_ROOT = '%s' % TMPDIR |
| | | LOGS_URI = '' |
| | | SEND_MAIL_AFTER_TEST_RUN = 'false' |
| | |
| | | <stax> |
| | | <defaultcall function="main_aci"/> |
| | | <function name="main_aci"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'aci'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath['group']='aci' |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/aci_startup_add_entry_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/aci_startup_add_entry_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-add_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-delete_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-delete_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_allow-delete_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetfilter_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetattr_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetattr_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetattr_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetattr_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targetattr_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targattrfilter_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targattrfilter_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targattrfilter_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_targattrfilter_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_add_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_multi_aci_entry5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_add_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/aci/aci_add_entry/add_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/aci_startup_bindtypes.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/aci_startup_bindtypes.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/add_static_groups.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/add_static_groups.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/add_dynamic_groups.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_bindtypes/add_dynamic_groups.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_static_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=zuser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/add_new_member_static1.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/add_new_member_static1.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_static_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=zyuser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_old_member_static2.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_old_member_static2.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_static_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=zuser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/replace_member_static3.ldif' % (logsRemoteDataDir) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/replace_member_static3.ldif' % (remote.data) , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_groupdn_selfwrite.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_static_selfwrite2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=zuser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/add_new_description_static4.ldif' % (logsRemoteDataDir) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/add_new_description_static4.ldif' % (remote.data) , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_static_selfwrite2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userattr_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_userdn_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_bindtypes/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_bindtypes/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_compare_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_compare_tests/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_delete_entry/aci_startup_delete_entry_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_delete_entry/aci_startup_delete_entry_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-delete_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-delete_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-delete_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-delete_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-write_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-write_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_allow-write_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetfilter_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetfilter_entry5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetattr_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targetattr_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targetattr_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_targattrfilter_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targattrfilter_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targattrfilter_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targattrfilter_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_targattrfilter_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_allow-delete_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_multi_acis5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_delete_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_aci_entry5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_multi_acis2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_delete_entry/del_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_effrights_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci21.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci22.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_effective_rights/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_effrights_aci.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_effective_rights/del_effrights_aci.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : STAXCurrentTestcase , |
| | | 'ldifFile' : '%s/aci/aci_import/import_task.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/aci/aci_import/import_task.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_entry/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_entry/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_entry4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5.3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_entry5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry6a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7.1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7.1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_entry7a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_multi_acis8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry8a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry8a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_multi_acis9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry9a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry9a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_multi_acis10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry10a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_multi_acis11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry11.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry11.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry11a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry11a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modify_multi_acis12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry12.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry12.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry12a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_multi_acis_entry12a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_multi_acis2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete3.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete3.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_delete2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_delete4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5.3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_delete_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete7a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete7a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=buser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3.2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-write_add3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_allow-read_add4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_add5.3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targattrfilter_delete5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_delete6a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_entry/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add7a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/mod_targetfilter_add7a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_entry/add_common_prohibited_attr.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci14.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci15.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci16.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci21.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci22.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci23.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci24.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci25.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci26.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_filter_tests/aci_startup_modify_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_filter_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod0.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod6.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod8.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_filter_tests/mod9.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_rdn/aci_startup_modrdn_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_modify_rdn/aci_startup_modrdn_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry6a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry6a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry7a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry8a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry8a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/replace_modrdn_aci8.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/replace_modrdn_aci8.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry9.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry9.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry9a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry9a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry10.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry10.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry10a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry10a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry11.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry11.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry11a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry11a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci21.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry21.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry21.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry21a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry21a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_modrdn_aci22.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_modify_rdn/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry22.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry22.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry22a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_entry22a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/replace_modrdn_aci22.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/replace_modrdn_aci22.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/modrdn_restore4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_modify_rdn/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_all.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_add.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_search.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_search_sep.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_all_wildcard.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_all.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci_wildcard.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_all.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_user_aci_all.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/add_proxy_auth_dm.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/add_proxy_auth_dm.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_proxy_aci_dm.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_proxy_auth/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_proxy_auth_dm.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_proxy_auth_dm.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_proxy_auth/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_rdn_wildcards/aci_startup_rdn_wildcard_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_rdn_wildcards/aci_startup_rdn_wildcard_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci21.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci22.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci23.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci24.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci25.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci26.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_rdn_wildcards/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="returnCode != '0'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_rdn_wildcards/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checkRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_telephonenumber1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_telephonenumber1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1b.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title1b.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_carlicense1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_carlicense1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_telephonenumber2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_telephonenumber2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_title2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_title2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_roomnumber2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_roomnumber2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_roomnumber2a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_roomnumber2a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_faxnumber2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_faxnumber2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l3.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_st4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail5.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail5.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_l5.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci17.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail17.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_mail17.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_street17.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/replace_title6.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci14.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci15.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci16.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci18.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targattrfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title18.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_title18.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_carlicense18.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/aci_targattrfilter/add_carlicense18.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_entries1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeAdded' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci_from_entries.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci_from_entries.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9a.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci21.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci22.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci23.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci24.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci25.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci26.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci27.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci28.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci31.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=scarter,ou=People,ou=aci branch,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'sprain' , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=scarter,ou=People,ou=aci branch,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'sprain' , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31a.ldif' % (logsRemoteDataDir) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31a.ldif' % (remote.data) , |
| | | 'expectedRC' : 53 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=scarter,ou=People,ou=aci branch,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'sprain' , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31b.ldif' % (logsRemoteDataDir) , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31b.ldif' % (remote.data) , |
| | | 'expectedRC' : 53 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=scarter,ou=People,ou=aci branch,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'sprain' , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31c.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry31c.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci32.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry32.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry32.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry32c.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/mod_entry32c.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci33.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci34.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_target/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_target/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetattr/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetattr/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_effrights_aci.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetcontrol/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_effrights_aci.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetcontrol/del_effrights_aci.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3a.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6a.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci14.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci15.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetfilter/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetfilter/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/aci_targetscope/aci_startup_targetscope.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/aci_targetscope/aci_startup_targetscope.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/del_aci.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_syntax_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/aci_targetscope/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) , |
| | | 'entryToBeModified' : '%s/aci/aci_targetscope/%s' % (remote.data,curr_aci_ldif_file) , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_modifier_entry1.ldif' % (logsRemoteDataDir) } |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_modifier_entry1.ldif' % (remote.data) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/global_acis/del_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/global_acis/del_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/global_acis/modrdn_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/global_acis/modrdn_entry1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_entry2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/global_acis/mod_entry2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/aci/multiple_aci_tests/aci_startup_mult_aci_tests.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/aci/multiple_aci_tests/aci_startup_mult_aci_tests.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci1.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci2.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci3.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci4.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci5.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci6.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci7.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci8.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci9.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci10.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci11.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci12.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci13.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci14.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_search.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci31.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail31.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail31.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l31.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci32.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail32.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail32.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l32.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci33.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail33.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_mail33.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l33.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci34.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l34.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l34.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title34.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title34.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l34a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l34a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci35.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l35.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l35.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title35.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title35.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l35a.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l35a.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci36.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l36.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l36.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title36.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title36.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title36.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title36.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l36a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l36a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci37.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title37.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title37.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title37.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title37.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci38.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l38.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l38.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title38.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title38.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title38.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title38.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l38a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l38a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | |
| | | <script> |
| | | curr_aci_ldif_file = 'add_aci39.ldif' |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (logsLocalDataDir,curr_aci_ldif_file)); |
| | | curr_aci=retrieve_aci('%s/aci/multiple_aci_tests/%s' % (local.data,curr_aci_ldif_file)); |
| | | </script> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (logsRemoteDataDir,curr_aci_ldif_file) } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/%s' % (remote.data,curr_aci_ldif_file) } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l39.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l39.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title39.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title39.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title39.1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_title39.1.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37a.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/replace_l37a.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/del_aci_modify.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/aci/multiple_aci_tests/mod_common_prohibited_entry.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Backend Setup for Export, Backup, and Restore Tests' |
| | | </message> |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/backend_start.ldif' % logsRemoteDataDir } |
| | | { 'ldifFile' : '%s/backends/backend_start.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checkRC'"> |
| | |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="main_backends"/> |
| | | <function name="main_backends"> |
| | | <function name="main_backends" scope="local"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'backends'"> |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath['group']='backends' |
| | | </script> |
| | | <call function="'testGroup_Preamble'"/> |
| | | <iterate var="_test" in="['import','import-tasks','backup-tasks','backup','restore-tasks','restore','export-tasks','export']" > |
| | | |
| | | <!-- List of backends test suites to run --> |
| | | <script> |
| | | testList = [] |
| | | testList.append('import') |
| | | testList.append('import-tasks') |
| | | testList.append('backup') |
| | | testList.append('backup-tasks') |
| | | testList.append('restore') |
| | | testList.append('restore-tasks') |
| | | testList.append('export') |
| | | testList.append('export-tasks') |
| | | </script> |
| | | |
| | | <iterate var="_test" in="testList" > |
| | | <sequence> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/backends/%s.xml' % (TESTS_DIR,_test)"/> |
| | |
| | | 'Backend: Backend Setup for Export, Backup, and Restore Tests' |
| | | </message> |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/backend_start.ldif' % logsRemoteDataDir } |
| | | { 'ldifFile' : '%s/backends/backend_start.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : '3', |
| | | 'backupDir' : '%s/backends/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/backends/' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'Backend Backup1: Create a backup of the data in OpenDS' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup1' % logsRemoteDataDir |
| | | { 'backupDir' : '%s/backends/backup1' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'Backend Backup2: Create an incremental backup of the data in OpenDS' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup1' % logsRemoteDataDir, |
| | | { 'backupDir' : '%s/backends/backup1' % remote.data, |
| | | 'extraParams' : '-i' |
| | | } |
| | | </call> |
| | |
| | | 'Backend Backup3: Create a backup of the data in OpenDS with a backup id' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup2' % logsRemoteDataDir, |
| | | { 'backupDir' : '%s/backends/backup2' % remote.data, |
| | | 'extraParams' : '-I 20070714142807Z' |
| | | } |
| | | </call> |
| | |
| | | 'Backend Backup4: Create an incremental backup of the data in OpenDS with a backup id' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup2' % logsRemoteDataDir, |
| | | { 'backupDir' : '%s/backends/backup2' % remote.data, |
| | | 'extraParams' : '-B 20070714142807Z -i' |
| | | } |
| | | </call> |
| | |
| | | 'Backend Backup5: Create a compressed backup of the data in OpenDS' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup1' % logsRemoteDataDir, |
| | | { 'backupDir' : '%s/backends/backup1' % remote.data, |
| | | 'extraParams' : '-c' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : '1', |
| | | 'ldifFile' : '%s/backends/ExportTasks1.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/backends/ExportTasks1.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { |
| | | 'ldifFile' : '%s/backends/Export_default.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Export_default.ldif' % remote.data, |
| | | 'backEnd' : '%s' % DIRECTORY_INSTANCE_BE |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_default.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_default.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export non-default backend' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_schema.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_schema.ldif' % remote.data, |
| | | 'backEnd' : 'schema' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_schema.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_schema.ldif' % remote.data, |
| | | 'backEnd' : 'schema', |
| | | 'dsPath' : '%s/server2/%s' % (DIRECTORY_INSTANCE_DIR, OPENDSNAME) |
| | | } |
| | |
| | | 'Backend: Export: Export Fractional Include Branch' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranch.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranch.ldif' % remote.data, |
| | | 'extraParams' : '-b "dc=com"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranch.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranch.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { |
| | | 'ldifFile' : '%s/backends/Export_IncludeBranches.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Export_IncludeBranches.ldif' % remote.data, |
| | | 'extraParams' : '-b "dc=com" -b "dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranches.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeBranches.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME)} |
| | | </call> |
| | | |
| | |
| | | 'Backend: Export: Export Fractional Exclude Branch' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranch.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranch.ldif' % remote.data, |
| | | 'extraParams' : '-B "dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranch.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranch.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Exclude Branches' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranches.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranches.ldif' % remote.data, |
| | | 'extraParams' : '-B "ou=People,dc=example,dc=com" -B "dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranches.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeBranches.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Branches Mix' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_MixBranches.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_MixBranches.ldif' % remote.data, |
| | | 'extraParams' : '-b "dc=com" -B "ou=People,dc=example,dc=com"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_MixBranches.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_MixBranches.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Include Attribute' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttr.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttr.ldif' % remote.data, |
| | | 'extraParams' : '-i dc' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttr.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttr.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Include Attributes' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttrs.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttrs.ldif' % remote.data, |
| | | 'extraParams' : '-i dc -i cn -i ou -i sn -i uid' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttrs.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_IncludeAttrs.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME)} |
| | | </call> |
| | | |
| | |
| | | 'Backend: Export: Export Fractional Exclude Attribute' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttr.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttr.ldif' % remote.data, |
| | | 'extraParams' : '-e userpassword' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttr.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttr.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Exclude Attributes' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttrs.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttrs.ldif' % remote.data, |
| | | 'extraParams' : '-e userpassword -e mail -e roomnumber' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttrs.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_ExcludeAttrs.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Mix' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FractionalMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FractionalMix.ldif' % remote.data, |
| | | 'extraParams' : '-i dc -i cn -i ou -i sn -i uid -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> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FractionalMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FractionalMix.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Filtered Include' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredInclude.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredInclude.ldif' % remote.data, |
| | | 'extraParams' : '-I "objectclass=*"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredInclude.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredInclude.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Filtered Includes' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % remote.data, |
| | | 'extraParams' : '-I "objectclass=domain" -I "objectclass=organizationalunit"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Filtered Exclude' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExclude.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExclude.ldif' % remote.data, |
| | | 'extraParams' : '-E "objectclass=person"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExclude.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExclude.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Filtered Excludes' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExcludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExcludes.ldif' % remote.data, |
| | | 'extraParams' : '-E "objectclass=person" -E "objectclass=organizationalunit"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExcludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredExcludes.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME)} |
| | | </call> |
| | | |
| | |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { |
| | | 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % remote.data, |
| | | 'extraParams' : '-I "objectclass=domain" -I "objectclass=organizationalunit"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredIncludes.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME)} |
| | | </call> |
| | | |
| | |
| | | 'Backend: Export: Export Filtered Includes Complex' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexIncludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexIncludes.ldif' % remote.data, |
| | | 'extraParams' : '-I "|(objectclass=person)(objectclass=domain)(objectclass=organizationalunit)"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexIncludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexIncludes.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME)} |
| | | </call> |
| | | |
| | |
| | | 'Backend: Export: Export Filtered Excludes Complex' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexExcludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexExcludes.ldif' % remote.data, |
| | | 'extraParams' : '-E "&(objectclass=person)(ou=Departed)"' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexExcludes.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredComplexExcludes.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Fractional Filtered Mix' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % remote.data, |
| | | 'extraParams' : '-E "&(objectclass=person)(ou=Departed)" -b "dc=com" -e userpassword' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Append To LDIF' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % remote.data, |
| | | 'extraParams' : '-a' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Export_FilteredMix.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'Backend: Export: Export Compress LDIF' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportCompressed.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportCompressed.ldif' % remote.data, |
| | | 'extraParams' : '-c' |
| | | } |
| | | </call> |
| | |
| | | </call> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportCompressed.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportCompressed.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME), |
| | | 'extraParams' : '-c'} |
| | | </call> |
| | |
| | | 'Backend: Export: Export Encrypt LDIF' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportEncrypted.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportEncrypted.ldif' % remote.data, |
| | | 'extraParams' : '-y' |
| | | } |
| | | </call> |
| | |
| | | } |
| | | </call> |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportEncrypted.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportEncrypted.ldif' % remote.data, |
| | | 'extraParams' : '-y', |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | |
| | | 'Backend: Export: Export Wrap Column' |
| | | </message> |
| | | <call function="'exportLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportWrapCol.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportWrapCol.ldif' % remote.data, |
| | | 'extraParams' : '--wrapColumn 25' |
| | | } |
| | | </call> |
| | |
| | | } |
| | | </call> |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/ExportWrapCol.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/ExportWrapCol.ldif' % remote.data, |
| | | 'dsPath' : '%s/%s' % (DsInstanceDir, OPENDSNAME) |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/backends/Example.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeBranches' : ['dc=com'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeBranches' : ['dc=com','dc=example,dc=com'] |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com', |
| | | 'cn=QA Managers,ou=groups,dc=example,dc=com'] |
| | | } |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'includeBranches' : ['dc=com'], |
| | | 'excludeBranches' : ['ou=Departed,ou=People,dc=example,dc=com'], |
| | | } |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeAttributes' : ['dc'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeAttributes' : ['dc','cn','ou','sn'] |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeAttributes' : ['userpassword'] |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeAttributes' : ['userpassword','mail','roomnumber'] |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | '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'], |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeFilters' : ['objectclass=*'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeFilters' : ['objectclass=person'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeFilters' : ['objectclass=domain*','objectclass=organizationalunit'] |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeFilters' : ['objectclass=person','objectclass=organizationalunit'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'includeFilters' : ['|(objectclass=person)(objectclass=domain)(objectclass=organizationalunit)'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeFilters' : ['&(objectclass=person)(ou=Departed)'], |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'excludeFilters' : ['&(objectclass=person)(ou=Departed)'], |
| | | 'includeBranches' : ['dc=com'], |
| | | 'excludeAttributes' : ['userpassword'] |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Append.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Append.ldif' % remote.data, |
| | | 'append' : 'TRUE' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Append.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Append.ldif' % remote.data, |
| | | 'append' : 'TRUE', |
| | | 'replaceExisting' : 'TRUE' |
| | | } |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Example.ldif.gz' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Example.ldif.gz' % remote.data, |
| | | 'isCompressed' : 'TRUE' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'isEncrypted' : 'TRUE' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'rejectsFile' : './rejects' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'rejectsFile' : './rejects', |
| | | 'overwriteRejectsFile' : 'TRUE' |
| | | } |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Schema.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Schema.ldif' % remote.data, |
| | | 'skipSchemaValidation' : 'TRUE' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/backends/Schema.ldif' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/backends/Schema.ldif' % remote.data, |
| | | 'skipSchemaValidation' : 'FALSE' |
| | | } |
| | | </call> |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME , |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'dsBackEnd' : 'userRoot'} |
| | | </call> |
| | | |
| | |
| | | <call function="'testCase_Preamble'"/> |
| | | |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | { 'ldifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'backEnd' : 'nonDefault' } |
| | | </call> |
| | | |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeBranch' : ['dc=com'] } |
| | | </call> |
| | | |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeBranch' : ['dc=com'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeBranch' : ['dc=com','dc=example,dc=com'] |
| | | } |
| | | </call> |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeBranch' : ['ou=Departed,ou=People,dc=example,dc=com'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeBranch' : ['ou=Departed,ou=People,dc=example,dc=com'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsIncludeBranch' : ['dc=com'], |
| | | 'dsExcludeBranch' : ['ou=Departed,ou=People,dc=example,dc=com'] |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeAttribute' : ['dc'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeAttribute' : ['dc','cn','ou','sn'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeAttribute' : ['userpassword'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeAttribute' : ['userpassword','mail','roomnumber'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'dsIncludeAttribute' : ['dc','cn','ou','sn'], |
| | | 'dsIncludeBranch' : ['dc=com','dc=example,dc=com','ou=People,dc=example,dc=com'], |
| | | 'dsExcludeBranch' : ['ou=Departed,ou=People,dc=example,dc=com'] |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeFilter' : ['objectclass=*'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeFilter' : ['objectclass=person'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeFilter' : ['objectclass=domain','objectclass=organizationalunit'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeFilter' : ['objectclass=person','objectclass=organizationalunit'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Include.ldif' % remote.data, |
| | | 'dsIncludeFilter' : ['|(objectclass=person)(objectclass=domain)(objectclass=organizationalunit)'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeFilter' : ['&(objectclass=person)(ou=Departed)'], |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Exclude.ldif' % remote.data, |
| | | 'dsExcludeFilter' : ['&(objectclass=person)(ou=Departed)'], |
| | | 'dsIncludeBranch' : ['dc=com'], |
| | | 'dsExcludeAttribute' : ['userpassword'] |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Append.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Append.ldif' % remote.data, |
| | | 'dsAppend' : 'TRUE', |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Append.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Append.ldif' % remote.data, |
| | | 'dsAppend' : 'TRUE', |
| | | 'dsReplaceExisting' : 'TRUE', |
| | | 'dsBackEnd' : 'userRoot' |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif.gz' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif.gz' % remote.data, |
| | | 'dsIsCompressed' : 'TRUE', |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'dsIsEncrypted' : 'TRUE', |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'dsRejectFile' : '%s/rejects.txt' % TMPDIR, |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Example.ldif' % remote.data, |
| | | 'dsRejectFile' : '%s/rejects.txt' % TMPDIR, |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Schema.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Schema.ldif' % remote.data, |
| | | 'dsSkipSchemaValidation' : 'TRUE', |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | |
| | | |
| | | <call function="'ImportLdifWithScript'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'dsLdifFile' : '%s/backends/Schema.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/backends/Schema.ldif' % remote.data, |
| | | 'dsBackEnd' : 'userRoot' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : '4', |
| | | 'backupDir' : '%s/backends/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/backends/' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'Create a backup of the data in OpenDS to be used in the restore testcase' |
| | | </message> |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/backends/backup1' % logsRemoteDataDir |
| | | { 'backupDir' : '%s/backends/backup1' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | </call> |
| | | |
| | | <call function="'restore'"> |
| | | { 'backupDir' : '%s/backends/backup1' % logsRemoteDataDir |
| | | { 'backupDir' : '%s/backends/backup1' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | </call> |
| | | |
| | | <call function="'backup'"> |
| | | { 'backupDir' : '%s/restore.compressed' % logsRemoteDataDir |
| | | { 'backupDir' : '%s/restore.compressed' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | <defaultcall function="main_clu"/> |
| | | |
| | | <function name="main_clu"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'clu'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!--- Test Group information |
| | | #@TestGroupName Clu tests |
| | |
| | | |
| | | <!--- Define default value for clearFile and encodedFile --> |
| | | <script> |
| | | clearFile = '%s/clu/clear_password.ref' % logsRemoteDataDir |
| | | encodedFile = '%s/clu/encoded_password.ref' % logsRemoteDataDir |
| | | clearFile = '%s/clu/clear_password.ref' % remote.data |
| | | encodedFile = '%s/clu/encoded_password.ref' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | <script> |
| | | basedn = 'ou=ldapmodify,o=clu tests,dc=example,dc=com' |
| | | dsfilename = '%s/clu/ldapmodify_checkbehavior.ldif' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | <!--- Define default value for dsfilename --> |
| | | <script> |
| | | dsfilename = '%s/clu/ldapmodify_checkoptions.ldif' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | |
| | | |
| | |
| | | <script> |
| | | basedn = 'ou=ldapsearch,o=clu tests,dc=example,dc=com' |
| | | ldifFile = '%s/clu/ldapsearch_checkbehavior.ldif' \ |
| | | % logsRemoteDataDir |
| | | filterfile = '%s/clu/filters.ldif' % logsRemoteDataDir |
| | | mfilterfile = '%s/clu/multiple_filters.ldif' % logsRemoteDataDir |
| | | % remote.data |
| | | filterfile = '%s/clu/filters.ldif' % remote.data |
| | | mfilterfile = '%s/clu/multiple_filters.ldif' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | 'sourceLdif' : '%s/ldapsearch_simplepagesize_30.out' \ |
| | | % DIRECTORY_INSTANCE_DIR , |
| | | 'targetLdif' : '%s/clu/ldapsearch_simplepagesize_30.ref' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'outputLdif' : '%s/ldapsearch_simplepagesize_30.diff' \ |
| | | % DIRECTORY_INSTANCE_DIR |
| | | } |
| | |
| | | 'sourceLdif' : '%s/ldapsearch_simplepagesize_1.out' \ |
| | | % DIRECTORY_INSTANCE_DIR , |
| | | 'targetLdif' : '%s/clu/ldapsearch_simplepagesize_1.ref' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'outputLdif' : '%s/ldapsearch_simplepagesize_1.diff' \ |
| | | % DIRECTORY_INSTANCE_DIR |
| | | } |
| | |
| | | 'sourceLdif' : '%s/ldapsearch_filterfile_and_attribute.out' \ |
| | | % DIRECTORY_INSTANCE_DIR , |
| | | 'targetLdif' : '%s/clu/ldapsearch_filterfile_and_attribute.ref'\ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'outputLdif' : '%s/ldapsearch_filterfile_and_attribute.diff' \ |
| | | % DIRECTORY_INSTANCE_DIR |
| | | } |
| | |
| | | |
| | | <!--- Define default value for sourceldif --> |
| | | <script> |
| | | sourceldif = '%s/clu/clu_start.ldif' % logsRemoteDataDir |
| | | sourceldif = '%s/clu/clu_start.ldif' % remote.data |
| | | targetldif = '%s/clu/ldif-diff_checkbehavior.ldif' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | |
| | | <!--- Define default value for sourceldif --> |
| | | <script> |
| | | sourceldif = '%s/clu/clu_start.ldif' % logsRemoteDataDir |
| | | sourceldif = '%s/clu/clu_start.ldif' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | { |
| | | 'sourceLdif' : sourceldif , |
| | | 'changesLdif' : '%s/clu/ldifmodify_checkbehavior.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'targetLdif' : '%s/ldifmodify.out' % DIRECTORY_INSTANCE_DIR |
| | | } |
| | | </call> |
| | |
| | | <call function="'LdifDiffWithScript'"> |
| | | { |
| | | 'sourceLdif' : '%s/ldifmodify.out' % DIRECTORY_INSTANCE_DIR , |
| | | 'targetLdif' : '%s/clu/ldifmodify.ref' % logsRemoteDataDir , |
| | | 'targetLdif' : '%s/clu/ldifmodify.ref' % remote.data , |
| | | 'outputLdif' : '%s/ldifmodify.diff' % DIRECTORY_INSTANCE_DIR |
| | | } |
| | | </call> |
| | |
| | | { |
| | | 'sourceLdif' : sourceldif , |
| | | 'changesLdif' : '%s/clu/ldifmodify_moddn.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'targetLdif' : '%s/ldifmodify_moddn.out' \ |
| | | % DIRECTORY_INSTANCE_DIR , |
| | | 'expectedRC' : 1 |
| | |
| | | { |
| | | 'sourceLdif' : sourceldif , |
| | | 'changesLdif' : '%s/clu/ldifmodify_concurrente.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'targetLdif' : '%s/ldifmodify_concurrente.out' \ |
| | | % DIRECTORY_INSTANCE_DIR , |
| | | 'expectedRC' : 1 |
| | |
| | | <!--- Define default value for basedn, dsfilename, filter files --> |
| | | <script> |
| | | basedn = 'ou=ldapsearch,o=clu tests,dc=example,dc=com' |
| | | dsfilename = '%s/clu/clu_start.ldif' % logsRemoteDataDir |
| | | filterfile = '%s/clu/filters.ldif' % logsRemoteDataDir |
| | | mfilterfile = '%s/clu/multiple_filters.ldif' % logsRemoteDataDir |
| | | dsfilename = '%s/clu/clu_start.ldif' % remote.data |
| | | filterfile = '%s/clu/filters.ldif' % remote.data |
| | | mfilterfile = '%s/clu/multiple_filters.ldif' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | |
| | | <!--- Define default value for template --> |
| | | <script> |
| | | template = '%s/clu/make-ldif_template.ref' % logsRemoteDataDir |
| | | template = '%s/clu/make-ldif_template.ref' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | |
| | | <!--- Define default value for template --> |
| | | <script> |
| | | task = '%s/clu/disconnect.ldif' % logsRemoteDataDir |
| | | task = '%s/clu/disconnect.ldif' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | |
| | | <call function="'importLdif'"> |
| | | { |
| | | 'ldifFile' : '%s/clu/clu_start.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/clu/clu_start.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | <call function="'testCase_Preamble'"/> |
| | | <script> |
| | | ldifFile = '%s/core/ldifs/ctrls_assertion_add_aci.ldif'\ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | <message> |
| | | '++ add aci for user.1 to be able to use assertion control' |
| | |
| | | <call function="'testCase_Preamble'"/> |
| | | <script> |
| | | ldifFile='%s/core/ldifs/ctrls_assertion_delete_aci.ldif'\ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | <message> |
| | | '++ Delete aci which allow user.1 to use assertion control' |
| | |
| | | <call function="'testCase_Preamble'"/> |
| | | <script> |
| | | ldifFile = '%s/core/ldifs/ctrls_matched_values_add_aci.ldif'\ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | <message> |
| | | '++ add aci for user.1 to be able to use assertion control' |
| | |
| | | <call function="'testCase_Preamble'"/> |
| | | <script> |
| | | ldifFile='%s/core/ldifs/ctrls_matched_values_delete_aci.ldif'\ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | <message> |
| | | '++ Delete aci which allow user to use matched values control' |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/control1.ldif' % |
| | | logsRemoteDataDir } |
| | | remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/control2.ldif' |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | <script> |
| | |
| | | <stax> |
| | | <defaultcall function="main_core" /> |
| | | <function name="main_core"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <block name="'core'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='core' |
| | | </script> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_searchsizelimit3.ldif' % logsRemoteDataDir |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_searchsizelimit3.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_searchsizelimit4.ldif' % logsRemoteDataDir |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_searchsizelimit4.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_timelimit3.ldif' % logsRemoteDataDir |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_timelimit3.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_timelimit4.ldif' % logsRemoteDataDir |
| | | 'entryToBeAdded' : '%s/core/ldifs/mod_timelimit4.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/core_start.ldif' |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'verbose' : False |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'entryToBeAdded' : '%s/core/ldifs/core_test_1K.ldif' |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'verbose' : False |
| | | } |
| | | </call> |
| | |
| | | <defaultcall function="main_dsconfig"/> |
| | | |
| | | <function name="main_dsconfig"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'dsconfig'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath['group']='dsconfig' |
| | | </script> |
| | |
| | | <stax> |
| | | <defaultcall function="main_dsml" /> |
| | | <function name="main_dsml"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <block name="'dsml'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='dsml' |
| | | </script> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : 'import_%s' % dsmlBaseDNs.get(baseDN)[1], |
| | | 'ldifFile' : '%s/dsml/ldif-files/%s' % (logsRemoteDataDir,dsmlBaseDNs.get(baseDN)[0]), |
| | | 'ldifFile' : '%s/dsml/ldif-files/%s' % (remote.data,dsmlBaseDNs.get(baseDN)[0]), |
| | | 'backEnd' : '%s' % dsmlBaseDNs.get(baseDN)[1] |
| | | } |
| | | </call> |
| | |
| | | familyList=STAFResult |
| | | # The subversion folder could be present, if so remove it |
| | | if familyList.count != 0: |
| | | familyList.remove('.svn') |
| | | try: |
| | | familyList.remove('.svn') |
| | | except ValueError: |
| | | print "List element .svn does not exist" |
| | | import re |
| | | import base64 |
| | | runFileRE = re.compile( 'dat$') |
| | |
| | | '------ Load LDIF : groups.ldif' |
| | | </message> |
| | | <call function="'importLdif'"> |
| | | { 'ldifFile' : '%s/groups/groups.ldif' % logsRemoteDataDir } |
| | | { 'ldifFile' : '%s/groups/groups.ldif' % remote.data } |
| | | </call> |
| | | <call function="'checkRC'"> |
| | | { 'returncode' : RC , |
| | |
| | | <defaultcall function="main_groups"/> |
| | | |
| | | <function name="main_groups"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'groups'"> |
| | | |
| | | <sequence> |
| | | |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath={} |
| | | envAlreadyLoaded='true' |
| | | CurrentTestPath['group']='groups' |
| | | </script> |
| | | |
| | |
| | | <defaultcall function="main_i18n"/> |
| | | |
| | | <function name="main_i18n"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'i18n'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!-- |
| | | #@TestGroupName i18n |
| | |
| | | --> |
| | | |
| | | <script> |
| | | CurrentTestPath={} |
| | | envAlreadyLoaded='true' |
| | | CurrentTestPath['group']='i18n' |
| | | </script> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'extraParams' : '-i 8859-1', |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/European.base64.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/European.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'extraParams' : '-i 8859-1', |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp1_Add.base64.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp1_Add.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'dsFilename' : '%s/i18n/8-bit/LDAPcmds_tp1_Delete.8859-1.ldif' % logsRemoteDataDir , |
| | | 'dsFilename' : '%s/i18n/8-bit/LDAPcmds_tp1_Delete.8859-1.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'extraParams' : '-i 8859-1', |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp2_Add.base64.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp2_Add.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'dsFilename' : '%s/i18n/8-bit/base64/LDAPcmds_tp2_Modify.base64.ldif' % logsRemoteDataDir , |
| | | 'dsFilename' : '%s/i18n/8-bit/base64/LDAPcmds_tp2_Modify.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'extraParams' : '-i 8859-1', |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp3_Add.base64.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/LDAPcmds_tp3_Add.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'dsFilename' : '%s/i18n/8-bit/base64/LDAPcmds_tp3_Modify.base64.ldif' % logsRemoteDataDir , |
| | | 'dsFilename' : '%s/i18n/8-bit/base64/LDAPcmds_tp3_Modify.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/I18n_Authentication_Test.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Bill, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siröé' , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/Authentication.tp2.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Çándide, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siroe' , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/Authentication.tp3.add.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Çándide, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siroe' , |
| | | 'entryToBeModified': '%s/i18n/8-bit/base64/Authentication.tp3.mod.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Çándide, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siroe' , |
| | | 'entryToBeModified': '%s/i18n/8-bit/base64/Authentication.tp3.del.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Rôséñe, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siröé' , |
| | | 'entryToBeModified': '%s/i18n/8-bit/base64/Authentication.tp4.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Rôséñe, ou=Authentication Tests, o=Çándide Rùiz' , |
| | | 'dsInstancePswd' : 'siröé' , |
| | | 'entryToBeModified': '%s/i18n/8-bit/base64/Authentication.tp5.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'extraParams' : '-i 8859-1', |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/Data_Comparison.tp1.base64.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/Data_Comparison.tp1.base64.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | </call> |
| | | |
| | | <script> |
| | | RefFile = '%s/i18n/8-bit/base64/Data_Comparison.Ref.base64.ldif' % logsRemoteDataDir |
| | | RefFile = '%s/i18n/8-bit/base64/Data_Comparison.Ref.base64.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'LdifDiffWithScript-new'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/Schema_extension.8859-1.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/UTF-8/Schema_extension.UTF-8.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/i18n/8-bit/base64/Schema_extension.base64.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | <stax> |
| | | <defaultcall function="main_indexes" /> |
| | | <function name="main_indexes"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <block name="'indexes'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath={'group':'indexes','suite':'indexes'} |
| | | envAlreadyLoaded='true' |
| | |
| | | <stax> |
| | | <defaultcall function="main_logging"/> |
| | | <function name="main_logging"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'logging'"> |
| | | <sequence> |
| | | <script> |
| | | CurrentTestPath['group']='logging' |
| | | </script> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='logging' |
| | | </script> |
| | | <call function="'testGroup_Preamble'" /> |
| | | <!-- 'setup','rotation','retention','writer','properties','retention_properties','rotation_properties','cleanup'--> |
| | | <iterate var="_test" in="['setup','rotation','retention','writer','properties','retention_properties','rotation_properties','cleanup']" > |
| | |
| | | <stax> |
| | | <defaultcall function="main_monitoring"/> |
| | | <function name="main_monitoring"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'monitoring'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='monitoring' |
| | | </script> |
| | |
| | | <stax> |
| | | <defaultcall function="main_plugins"/> |
| | | <function name="main_plugins"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'plugins'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='plugins' |
| | | </script> |
| | |
| | | <defaultcall function="main_privileges"/> |
| | | |
| | | <function name="main_privileges"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'privileges'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath['group']='privileges' |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '3' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir , |
| | | 'backupDir' : '%s/privileges/' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '3' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir , |
| | | 'backupDir' : '%s/privileges/' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '3' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '3.1' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir , |
| | | 'backupDir' : '%s/privileges/' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '3.2' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '3.3' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir , |
| | | 'backupDir' : '%s/privileges/' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '3.4' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '3.5' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '3.6' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir , |
| | | 'backupDir' : '%s/privileges/' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '3.7' , |
| | | 'backupDir' : '%s/privileges/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data , |
| | | 'expectedRC' : 0 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '1' , |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % logsRemoteDataDir , |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '1' , |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % logsRemoteDataDir , |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '1' , |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/export_task_out.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : '1.1' , |
| | | 'ldifFile' : '%s/privileges/export_task_out2.ldif' % logsRemoteDataDir , |
| | | 'ldifFile' : '%s/privileges/export_task_out2.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '1.1' , |
| | | 'ldifFile' : '%s/privileges/export_task_out3.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/export_task_out3.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '1.2' , |
| | | 'ldifFile' : '%s/privileges/export_task_out4.ldif' % logsRemoteDataDir , |
| | | 'ldifFile' : '%s/privileges/export_task_out4.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '1.3' , |
| | | 'ldifFile' : '%s/privileges/export_task_out5.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/export_task_out5.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '1.4' , |
| | | 'ldifFile' : '%s/privileges/export_task_out6.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/export_task_out6.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '1.5' , |
| | | 'ldifFile' : '%s/privileges/export_task_out7.ldif' % logsRemoteDataDir , |
| | | 'ldifFile' : '%s/privileges/export_task_out7.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '1.6' , |
| | | 'ldifFile' : '%s/privileges/export_task_out8.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/export_task_out8.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePswd' : 'ACIRules', |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePswd' : 'ACIRules', |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_import_task/import_task.ldif' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'taskID' : '6' , |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules', |
| | | 'taskID' : '6.1', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules', |
| | | 'taskID' : '6.2', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '6.3' , |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : '6.4', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'taskID' : '6.5', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : STAXCurrentTestcase, |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % logsRemoteDataDir |
| | | 'ldifFile' : '%s/privileges/privileges_restore_task/restore_task.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '6.6' , |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'cn=Aroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/privileges/privileges_restore_task/del_entry.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '6.7', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data, |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : 'cn=Zroot' , |
| | | 'dsInstancePswd' : 'PrivsRule' , |
| | | 'taskID' : '6.8', |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % logsRemoteDataDir |
| | | 'backupDir' : '%s/privileges/privileges_restore_task/' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/privileges/privileges_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/privileges_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checkRC'"> |
| | |
| | | |
| | | <!--- Define default value for ldifFile1, ldifFile2 and DNToMod --> |
| | | <script> |
| | | logPath = logsRemoteDataDir |
| | | logPath = remote.data |
| | | privPath = '%s/privileges/privileges_unindexed_searches' % logPath |
| | | ldifFile1 = '%s/50Entries.ldif' % privPath |
| | | ldifFile2 = '%s/privileges/add_new_root_user.ldif' % logPath |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data , |
| | | 'expectedRC' : 50 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=auser,o=Privileges Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'ACIRules' , |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/privileges/addmozobj.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/privileges/add_entry_with_new_objclass.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/quickstart/quickstart.ldif' % logsRemoteDataDir |
| | | 'entryToBeAdded' : '%s/quickstart/quickstart.ldif' % remote.data |
| | | } |
| | | </call> |
| | | <call function="'checkRC'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_delete.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=smason, ou=People,%s' % synchroSuffix |
| | | modif = 'delete' |
| | | attrType = 'roomNumber' |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_add_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | binaryFilePath = '%s/photo1.uu' % testsGroupDir |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | binaryFilePath = '%s/replication/photo1.uu' % source.data |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'add' |
| | | attrType = 'jpegPhoto' |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_replace_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | binaryFilePath = '%s/photo2.uu' % testsGroupDir |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | binaryFilePath = '%s/replication/photo2.uu' % source.data |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'replace' |
| | | attrType = 'jpegPhoto' |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_delete_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'delete' |
| | | attrType = 'jpegPhoto' |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_modrdn.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=kvaughan, ou=People,%s' % synchroSuffix |
| | | newrdn = 'uid=kvaughan2' |
| | | newsuperior = None |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_modrdn_preserve.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=jwallace, ou=People,%s' % synchroSuffix |
| | | newrdn = 'uid=igueye' |
| | | newsuperior = None |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_moddn.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'ou=People,%s' % synchroSuffix |
| | | newrdn = 'ou=Special People' |
| | | newsuperior = 'ou=Special Users,%s' % synchroSuffix |
| | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' \ |
| | | % (filename,logsTestDataDir,clientDataDir) |
| | | % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_add_root_suffix.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | write_replication_add_root_suffix_ldif_file(filePath, synchroSuffix) |
| | | </script> |
| | | |
| | | <!-- Copy the replication_add_root_suffix ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir,clientDataDir) |
| | | 'Copy %s file from %s to %s' % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_add_single.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | write_replication_add_single_ldif_file(filePath, synchroSuffix) |
| | | </script> |
| | | |
| | | <!-- Copy the replication_add_single ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir,clientDataDir) |
| | | 'Copy %s file from %s to %s' % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_add_multiple.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | write_replication_add_multiple_ldif_file(filePath, synchroSuffix) |
| | | </script> |
| | | |
| | | <!-- Copy the replication_add_multiple ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir,clientDataDir) |
| | | 'Copy %s file from %s to %s' % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | write_replication_mod_ldif_file(filePath, entryDn, mod_type, attr_type, |
| | | attr_value) |
| | | </script> |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir,clientDataDir) |
| | | 'Copy %s file from %s to %s' % (filename,local.data,clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | 'srcfolder' : '%s/replication/master_backup' \ |
| | | % masterDataDir, |
| | | 'destfolder' : '%s/%s/replication/master_backup' \ |
| | | % (consumer.getDir(),relativeDataDir), |
| | | % (consumer.getDir(),remote.reldatadir), |
| | | 'extension' : '*' |
| | | } |
| | | </call> |
| | |
| | | { 'location' : consumer.getHostname(), |
| | | 'dsPath' : '%s/%s' % (consumer.getDir(), OPENDSNAME), |
| | | 'backupDir' : '%s/%s/replication/master_backup' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | 'srcfolder' : '%s/replication/master_backup_online' \ |
| | | % masterDataDir, |
| | | 'destfolder' : '%s/%s/replication/master_backup_online' \ |
| | | % (consumer.getDir(),relativeDataDir), |
| | | % (consumer.getDir(),remote.reldatadir), |
| | | 'extension' : '*' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePswd' : consumer.getRootPwd(), |
| | | 'taskID' : 'restore task', |
| | | 'backupDir' : '%s/%s/replication/master_backup_online' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | serverDataDir = '%s/%s' % (server.getDir(),relativeDataDir) |
| | | serverDataDir = '%s/%s' % (server.getDir(),remote.reldatadir) |
| | | exportedChangelog = \ |
| | | '%s/replication/changelog_export_online.ldif' \ |
| | | % serverDataDir |
| | |
| | | <sequence> |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | serverDataDir = '%s/%s' % (server.getDir(),relativeDataDir) |
| | | serverDataDir = '%s/%s' % (server.getDir(),remote.reldatadir) |
| | | changelogBackupDir = '%s/replication/changelog_backup' \ |
| | | % serverDataDir |
| | | </script> |
| | |
| | | |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | serverDataDir = '%s/%s' % (server.getDir(),relativeDataDir) |
| | | serverDataDir = '%s/%s' % (server.getDir(),remote.reldatadir) |
| | | changelogBackupDir = '%s/replication/changelog_backup' \ |
| | | % serverDataDir |
| | | </script> |
| | |
| | | <sequence> |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | serverDataDir = '%s/%s' % (server.getDir(),relativeDataDir) |
| | | serverDataDir = '%s/%s' % (server.getDir(),remote.reldatadir) |
| | | changelogBackupDir = \ |
| | | '%s/replication/changelog_backup_online' % serverDataDir |
| | | </script> |
| | |
| | | |
| | | <script> |
| | | serverPath = '%s/%s' % (server.getDir(), OPENDSNAME) |
| | | serverDataDir = '%s/%s' % (server.getDir(),relativeDataDir) |
| | | serverDataDir = '%s/%s' % (server.getDir(),remote.reldatadir) |
| | | changelogBackupDir = \ |
| | | '%s/replication/changelog_backup_online' % serverDataDir |
| | | </script> |
| | |
| | | server2Host = server2.getHostname() |
| | | server1Path = '%s/%s' % (server1.getDir(), OPENDSNAME) |
| | | server2Path = '%s/%s' % (server2.getDir(), OPENDSNAME) |
| | | server2DataDir = '%s/%s' % (server2.getDir(),relativeDataDir) |
| | | server2DataDir = '%s/%s' % (server2.getDir(),remote.reldatadir) |
| | | server1name = '%s:%s' % (server1Host, server1.getPort()) |
| | | server2name = '%s:%s' % (server2Host, server2.getPort()) |
| | | |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_add_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | binaryFilePath = '%s/photo1.uu' % testsGroupDir |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | binaryFilePath = '%s/replication/photo1.uu' % source.data |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'add' |
| | | attrType = 'jpegPhoto' |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_replace_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | binaryFilePath = '%s/photo2.uu' % testsGroupDir |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | binaryFilePath = '%s/replication/photo2.uu' % source.data |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'replace' |
| | | attrType = 'jpegPhoto' |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_mod_delete_binary.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=hmiller, ou=People,%s' % synchroSuffix |
| | | modif = 'delete' |
| | | attrType = 'jpegPhoto' |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_modrdn.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=kvaughan, ou=People,%s' % synchroSuffix |
| | | newrdn = 'uid=kvaughan2' |
| | | newsuperior = None |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_modrdn_preserve.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'uid=jwallace, ou=People,%s' % synchroSuffix |
| | | newrdn = 'uid=igueye' |
| | | newsuperior = None |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | |
| | | <script> |
| | | filename = 'replication_moddn.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | filePath = '%s/%s' % (local.data,filename) |
| | | dn = 'ou=People,%s' % synchroSuffix |
| | | newrdn = 'ou=Special People' |
| | | newsuperior = 'ou=Special Users,%s' % synchroSuffix |
| | |
| | | |
| | | <!-- Copy the replication_mod ldif to client host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir, |
| | | 'Copy %s file from %s to %s' % (filename,local.data, |
| | | clientDataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | |
| | | 'srcfile' : '%s/replication/master_export.ldif' \ |
| | | % masterDataDir, |
| | | 'destfile' : '%s/%s/replication/master_export.ldif' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'dsPath' : '%s/%s' % (consumer.getDir(), OPENDSNAME), |
| | | 'dsBackEnd' : 'userRoot', |
| | | 'dsLdifFile' : '%s/%s/replication/master_export.ldif' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | <script> |
| | | filename = 'master_export_online_ldif' |
| | | destinationFile = '%s/%s/replication/%s'\ |
| | | % (consumer.getDir(),relativeDataDir, |
| | | filename) |
| | | % (consumer.getDir(),remote.reldatadir, |
| | | filename) |
| | | </script> |
| | | |
| | | <call function="'copyFile'"> |
| | |
| | | <stax> |
| | | <defaultcall function="main_replication"/> |
| | | <function name="main_replication"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'replication'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath={} |
| | | envAlreadyLoaded='true' |
| | | CurrentTestPath['group']='replication' |
| | | </script> |
| | | <call function="'testGroup_Preamble'"/> |
| | | <iterate var="_test" |
| | | in="['totalupdate','binarycopy','ldifimport', |
| | | 'resynchronization','basic','schema','failover', |
| | | 'encryption','changelog', 'conflict']"> |
| | | |
| | | <!-- List of replication test suites to run --> |
| | | <script> |
| | | testList = [] |
| | | # testList.append('totalupdate') |
| | | # testList.append('binarycopy') |
| | | # testList.append('ldifimport') |
| | | # testList.append('resynchronization') |
| | | # testList.append('basic') |
| | | # testList.append('schema') |
| | | # testList.append('failover') |
| | | testList.append('encryption') |
| | | # testList.append('changelog') |
| | | # testList.append('conflict') |
| | | </script> |
| | | |
| | | <iterate var="_test" in="testList" > |
| | | <sequence> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/%s/%s.xml' % |
| | |
| | | client = _topologyServerList[0] |
| | | clientHost = client.getHostname() |
| | | clientPath = '%s/%s' % (client.getDir(),OPENDSNAME) |
| | | clientDataDir = '%s/%s' % (client.getDir(),relativeDataDir) |
| | | clientDataDir = '%s/%s' % (client.getDir(),remote.reldatadir) |
| | | |
| | | server1 = _topologyServerList[0] |
| | | server2 = _topologyServerList[1] |
| | |
| | | masterHost = master.getHostname() |
| | | masterReplicationServer = master.getChangelogServer() |
| | | masterPath = '%s/%s' % (master.getDir(),OPENDSNAME) |
| | | masterDataDir = '%s/%s' % (master.getDir(),relativeDataDir) |
| | | masterDataDir = '%s/%s' % (master.getDir(),remote.reldatadir) |
| | | synchroSuffix = master.getSynchronizedSuffixList()[0].getSuffixDn() |
| | | masterBackupDir = '%s/replication/master_backup' % masterDataDir |
| | | |
| | |
| | | 'remotehost' : consumer.getHostname(), |
| | | 'srcfolder' : masterBackupDir, |
| | | 'destfolder' : '%s/%s/replication/master_backup' \ |
| | | % (consumer.getDir(),relativeDataDir), |
| | | % (consumer.getDir(),remote.reldatadir), |
| | | 'extension' : '*' |
| | | } |
| | | </call> |
| | |
| | | { 'location' : consumer.getHostname(), |
| | | 'dsPath' : '%s/%s' % (consumer.getDir(), OPENDSNAME), |
| | | 'backupDir' : '%s/%s/replication/master_backup' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | 'srcfolder' : '%s/replication/master_backup_online' \ |
| | | % masterDataDir, |
| | | 'destfolder' : '%s/%s/replication/master_backup_online' \ |
| | | % (consumer.getDir(),relativeDataDir), |
| | | % (consumer.getDir(),remote.reldatadir), |
| | | 'extension' : '*' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePswd' : consumer.getRootPwd(), |
| | | 'taskID' : 'restore task', |
| | | 'backupDir' : '%s/%s/replication/master_backup_online' \ |
| | | % (consumer.getDir(),relativeDataDir) |
| | | % (consumer.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | </sequence> |
| | |
| | | <call function="'replication_setup'" /> |
| | | |
| | | <script> |
| | | server1DataDir = '%s/%s' % (server1.getDir(),relativeDataDir) |
| | | server1DataDir = '%s/%s' % (server1.getDir(),remote.reldatadir) |
| | | </script> |
| | | |
| | | <!--- Test Case : Total Update --> |
| | |
| | | <defaultcall function="main" /> |
| | | <function name="main"> |
| | | <sequence> |
| | | |
| | | <!--- Load the environment for the test suite execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadEnvironment'" /> |
| | | <call function="'loadGlobalEnvironment'" /> |
| | | |
| | | <!-- The Functional Tests --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/security/security.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_security' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/aci/aci.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_aci' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/privileges/privileges.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_privileges' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/dsconfig/dsconfig.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_dsconfig' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/backends/backends.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_backends' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/clu/clu.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_clu' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/core/core.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_core' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/schema/schema.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_schema' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/replication.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_replication' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/indexes/indexes.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_indexes' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/groups/groups.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_groups' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/logging/logging.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_logging' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/plugins/plugins.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_plugins' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/tasks/tasks.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_tasks' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/virtualAttributes/virtualAttributes.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_virtualAttributes' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/monitoring/monitoring.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_monitoring' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/dsml/dsml.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_dsml' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/setup/setup.xml' % (TESTS_DIR)" /> |
| | | <!-- |
| | | add keyword 'main_setup' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/snmp/snmp.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_snmp' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/i18n/i18n.xml' % TESTS_DIR" /> |
| | | <!-- |
| | | add keyword 'main_i18n' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests |
| | | --> |
| | | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/sample/sample.xml' % TESTS_DIR" /> |
| | | <!-- Build list of test groups to run --> |
| | | <script> |
| | | # this function return a well-formatted testcase name |
| | | def getTestCaseName(name): |
| | | return '%s: %s: %s' % (CurrentTestPath['group'],CurrentTestPath['suite'],name) |
| | | noOfChildren=0 |
| | | |
| | | # this functions adds a known issue to a testcase's known issues list |
| | | issuesList=[] |
| | | def knownIssue(issue): |
| | | issuesList.append(issue) |
| | | |
| | | class functionToRun: |
| | | class groupToRun: |
| | | def __init__(self, name): |
| | | self.name = name |
| | | |
| | | def getName(self): |
| | | return self.name |
| | | |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'w') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'w') |
| | | testlog.write('<qa>\n') |
| | | testlog.write(' <functional-tests>\n') |
| | | testlog.write(' <results>\n') |
| | | testlog.close() |
| | | |
| | | suitesFileName='%s/testcases/run-custom-suites.dat' % TESTS_DIR |
| | | groupsFileName='%s/testcases/run-custom-suites.dat' % TESTS_DIR |
| | | |
| | | if not os.path.exists(suitesFileName): |
| | | suitesFileName='%s/testcases/run-default-suites.dat' % TESTS_DIR |
| | | if not os.path.exists(groupsFileName): |
| | | groupsFileName='%s/testcases/run-default-suites.dat' % TESTS_DIR |
| | | |
| | | f = open(suitesFileName, 'r') |
| | | functionsToRun = [] |
| | | f = open(groupsFileName, 'r') |
| | | groupsToRun = [] |
| | | for line in f.readlines(): |
| | | functionsToRun.append(functionToRun(line.rstrip())) |
| | | |
| | | if line.startswith('#'): |
| | | continue |
| | | else: |
| | | groupsToRun.append(groupToRun(line.rstrip())) |
| | | f.close() |
| | | </script> |
| | | <iterate var="function" in="functionsToRun"> |
| | | |
| | | <!-- TODO: If no groupsToRun then iterate will throw exception --> |
| | | <iterate var="group" in="groupsToRun" > |
| | | |
| | | <sequence> |
| | | <message>'calling function [%s]' % function.getName()</message> |
| | | <call function="function.getName()" /> |
| | | |
| | | <message>'calling job %s' % group.getName()</message> |
| | | |
| | | <!-- The job that executes the tests --> |
| | | <script> |
| | | STAXParentID=STAXJobID |
| | | </script> |
| | | <message>'STAXParentID= %s' % STAXParentID</message> |
| | | |
| | | <job name="'%s: %s, %s, %s' % (STAXParentID,STAF_REMOTE_HOSTNAME,TEST_OS_STRING,group.getName())" monitor="1" clearlogs="'Enabled'" logtcstartstop="'Enabled'"> |
| | | <job-file> |
| | | '%s/testcases/%s/%s.xml' % (TESTS_DIR,group.getName(),group.getName()) |
| | | </job-file> |
| | | <job-function> |
| | | 'main_%s' % group.getName() |
| | | </job-function> |
| | | <job-function-args eval='1'> |
| | | STAXParentID |
| | | </job-function-args> |
| | | <job-scriptfiles machine="STAF_LOCAL_HOSTNAME"> |
| | | STAXJobScriptFiles |
| | | </job-scriptfiles> |
| | | <job-action> |
| | | <log> |
| | | 'Started sub-job %s on %s' % (STAXSubJobID,STAF_LOCAL_HOSTNAME) |
| | | </log> |
| | | </job-action> |
| | | </job> |
| | | |
| | | <if expr="RC == 0"> |
| | | <sequence> |
| | | <message> |
| | | 'Sub-job %s completed. Result: %s' % (STAXSubJobID, STAXResult) |
| | | </message> |
| | | <script> |
| | | noOfChildren=noOfChildren+1 |
| | | </script> |
| | | </sequence> |
| | | <else> |
| | | <sequence> |
| | | <message log="1" level="'Error'"> |
| | | 'Sub-job %s could not be started. RC: %s Result: %s' % (STAXSubJobID,RC,STAFResult) |
| | | </message> |
| | | </sequence> |
| | | </else> |
| | | </if> |
| | | |
| | | </sequence> |
| | | |
| | | </iterate> |
| | | |
| | | <!-- in this section we'll compute the coverage for all the tests |
| | |
| | | so far I could only get through this on either machines with a lot |
| | | of memory or small sets of tests |
| | | --> |
| | | <if expr="os.path.exists('%s/lib/emma.jar' % dsPath)"> |
| | | <script> |
| | | emmaJar='%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | </script> |
| | | <if expr="os.path.exists(emmaJar)"> |
| | | <sequence> |
| | | <script> |
| | | coverageFiles='' |
| | |
| | | coverageFiles+='%s/coverage/%s/coverage.ec' % (TMPDIR,group) |
| | | </script> |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Generate global coverage xml report', |
| | | 'command' : 'java', |
| | | 'arguments' : ' -Xms64M -Xmx1024M -cp %s/lib/emma.jar emma report -r xml,html -in %s/coverage.em,%s -Dreport.xml.out.file=%s/coverage/coverage.xml -Dreport.html.out.file=%s/coverage/coverage.html -sp %s/../../../src' % (dsPath,dsPath,coverageFiles,TMPDIR,TMPDIR,TMPDIR), |
| | | 'path' : TMPDIR |
| | | } |
| | | { 'name' : 'Generate global coverage xml report', |
| | | 'command' : 'java', |
| | | 'arguments' : ' -Xms64M -Xmx1024M -cp %s emma report -r xml,html -in %s/coverage.em,%s -Dreport.xml.out.file=%s/coverage/coverage.xml -Dreport.html.out.file=%s/coverage/coverage.html -sp %s/../../../src' % (emmaJar,dsPath,coverageFiles,TMPDIR,TMPDIR,TMPDIR), |
| | | 'path' : TMPDIR |
| | | } |
| | | </call> |
| | | <script> |
| | | from java.io import FileInputStream |
| | |
| | | if thisNodeAttributes.getNamedItem("type").getNodeValue() == 'block, %': |
| | | rawCoverage = thisNodeAttributes.getNamedItem("value").getNodeValue() |
| | | coverage = rawCoverage.split('%')[0] |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(" <all>\n") |
| | | testlog.write(" <coverage>\n") |
| | |
| | | </sequence> |
| | | <else> |
| | | <script> |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(" <all>\n") |
| | | testlog.write(" <coverage>\n") |
| | |
| | | except NameError,details: |
| | | ServerJVMString=ServerJVMVersion |
| | | |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(' </results>\n') |
| | | testlog.write(' <identification>\n') |
| | |
| | | testlog.write(' %s\n' % ServerJVMVendor) |
| | | testlog.write(' </jvm-vendor>\n') |
| | | testlog.write(' <tests-dir>\n') |
| | | testlog.write(' %s\n' % logsDir) |
| | | testlog.write(' %s\n' % logs.directory) |
| | | testlog.write(' </tests-dir>\n') |
| | | testlog.write(' </identification>\n') |
| | | testlog.write(' </functional-tests>\n') |
| | | testlog.write('</qa>\n') |
| | | testlog.close() |
| | | </script> |
| | | |
| | | <return>noOfChildren</return> |
| | | |
| | | </sequence> |
| | | </function> |
| | | </stax> |
| | |
| | | </job> |
| | | |
| | | <if expr="RC == 0"> |
| | | <message> |
| | | 'Sub-job %s completed. Result: %s' % (STAXSubJobID, STAXResult) |
| | | </message> |
| | | <sequence> |
| | | <message> |
| | | 'Sub-job %s completed. Children: %s' % (STAXSubJobID, STAXResult) |
| | | </message> |
| | | |
| | | <script> |
| | | noOfChildren=int(STAXResult) |
| | | firstChild=int(STAXSubJobID)+1 |
| | | </script> |
| | | </sequence> |
| | | <else> |
| | | <sequence> |
| | | <message log="1" level="'Error'">'Sub-job %s could not be started. RC: %s Result: %s' % (STAXSubJobID,RC,STAFResult)</message> |
| | | <message log="1" level="'Error'"> |
| | | 'Sub-job %s could not be started. RC: %s Result: %s' % (STAXSubJobID,RC,STAFResult) |
| | | </message> |
| | | <return>1</return> |
| | | </sequence> |
| | | </else> |
| | |
| | | |
| | | </script> |
| | | |
| | | <message>'Server= %s' % ServerInfoDict </message> |
| | | |
| | | <stafcmd name="'STAF Command: Log Query All'"> |
| | | <location>'%s' % STAF_LOCAL_HOSTNAME </location> |
| | | <service>'log'</service> |
| | | <request> |
| | | 'QUERY ALL MACHINE %s LOGNAME STAX_Job_%s' % (STAXServiceMachine,STAXSubJobID) |
| | | </request> |
| | | </stafcmd> |
| | | |
| | | <if expr="RC == 0"> |
| | | <sequence> |
| | | <message>'Server= %s' % ServerInfoDict </message> |
| | | <script> |
| | | thisChild=firstChild |
| | | resultQuery=[] |
| | | </script> |
| | | <loop from="1" to="noOfChildren"> |
| | | <sequence> |
| | | <stafcmd name="'STAF Command: Log Query All'"> |
| | | <location>'%s' % STAF_LOCAL_HOSTNAME </location> |
| | | <service>'log'</service> |
| | | <request> |
| | | 'QUERY ALL MACHINE %s LOGNAME STAX_Job_%s' % (STAXServiceMachine,thisChild) |
| | | </request> |
| | | </stafcmd> |
| | | |
| | | <if expr="RC == 0"> |
| | | <sequence> |
| | | <script> |
| | | resultQuery.extend(STAFResult) |
| | | </script> |
| | | <message> |
| | | 'Log Query on STAX_Job_%s Completed. RC=%s' % (thisChild,RC) |
| | | </message> |
| | | </sequence> |
| | | <else> |
| | | <sequence> |
| | | <message log="1" level="'Error'"> |
| | | 'Unable to perform log query on STAX_Job_%s. RC: %s Result: %s' % (thisChild,RC,STAFResult) |
| | | </message> |
| | | <return>1</return> |
| | | </sequence> |
| | | </else> |
| | | </if> |
| | | <script> |
| | | resultQuery= STAFResult |
| | | thisChild=thisChild+1 |
| | | </script> |
| | | <message> |
| | | 'Log Query on STAX_Job_%s Completed. RC=%s' % (STAXSubJobID,RC) |
| | | </message> |
| | | </sequence> |
| | | <else> |
| | | <sequence> |
| | | <message log="1" level="'Error'"> |
| | | 'Unable to perform log query on STAX_Job_%s. RC: %s Result: %s' % (STAXSubJobID,RC,STAFResult) |
| | | </message> |
| | | <return>1</return> |
| | | </sequence> |
| | | </else> |
| | | </if> |
| | | |
| | | <!-- Get logsDir Variable --> |
| | | </loop> |
| | | |
| | | <!-- TODO: Print this for now to see result of result query map --> |
| | | <message>'Result Query Map = %s' % resultQuery</message> |
| | | |
| | | <!-- Get the location of where the test logs are --> |
| | | <call function="'GetVar'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'type' : 'shared', |
| | |
| | | <stax> |
| | | <defaultcall function="sample" /> |
| | | <function name="sample"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <script> |
| | | CurrentTestPath['group']= 'sample' |
| | | envAlreadyLoaded='true' |
| | | </script> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!--- |
| | | #@TestSuiteName Sample |
| | |
| | | <defaultcall function="main_schema" /> |
| | | |
| | | <function name="main_schema"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'schema'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath['group']='schema' |
| | | </script> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/schema/ldifs/updateSchema3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/dynamic_schema3.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2079.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2079.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_3.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_4.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2247_5.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2377.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2377.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2798.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2798.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/schema/ldifs/rfc3045_1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/schema/ldifs/rfc3045_1.ldif' % remote.data , |
| | | 'expectedRC' : 53 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/schema/ldifs/rfc3045_2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/schema/ldifs/rfc3045_2.ldif' % remote.data , |
| | | 'expectedRC' : 53 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_3.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_4.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_4.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_5.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc4403_5.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_2.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_4.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2307bis_4.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/untypedobject.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/untypedobject.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_3.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/changelog_3.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/namedobject_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/namedobject_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/namedobject_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/namedobject_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldup_subentry_3.ldif' % remote.data , |
| | | 'expectedRC' : 53 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_1.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_1.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checktestRC'"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/ldap_cosine_3.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2739.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2739.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2714.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2714.ldif' % remote.data , |
| | | 'expectedRC' : 65 |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2714_2.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2714_2.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2713.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/rfc2713.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <if expr="RC != 0"> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/schema/ldifs/schema_start.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/schema/ldifs/schema_start.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'checkRC'"> |
| | |
| | | |
| | | <script> |
| | | securityPath = '%s/security/account_activation' \ |
| | | % logsRemoteDataDir |
| | | % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_policy.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_policy.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_users.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_users.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_user1.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_user1.ldif' % remote.data, |
| | | 'expectedRC' : 65 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_user2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_MD5_user2.ldif' % remote.data, |
| | | 'expectedRC' : 21 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % remote.data , |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_users.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_users.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_user1.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_user1.ldif' % remote.data, |
| | | 'expectedRC' : 65 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_user2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA1_user2.ldif' % remote.data, |
| | | 'expectedRC' : 21 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_users.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_users.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_user1.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_user1.ldif' % remote.data, |
| | | 'expectedRC' : 65 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_user2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA256_user2.ldif' % remote.data, |
| | | 'expectedRC' : 21 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_users.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_users.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_user1.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_user1.ldif' % remote.data, |
| | | 'expectedRC' : 65 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_user2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA384_user2.ldif' % remote.data, |
| | | 'expectedRC' : 21 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_users.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_users.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_user1.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_user1.ldif' % remote.data, |
| | | 'expectedRC' : 65 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_user2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_SHA512_user2.ldif' % remote.data, |
| | | 'expectedRC' : 21 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_del_new_policy.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/auth_pwd_syntax/admin_mod_def_policy.ldif' % logsRemoteDataDir, |
| | | 'entryToBeModified' : '%s/security/auth_pwd_syntax/admin_mod_def_policy.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_def_users.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/admin_add_def_users.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/auth_pwd_syntax/admin_mod_def_policy2.ldif' % logsRemoteDataDir, |
| | | 'entryToBeModified' : '%s/security/auth_pwd_syntax/admin_mod_def_policy2.ldif' % remote.data, |
| | | 'expectedRC' : 0 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/auth_pwd_syntax_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/auth_pwd_syntax/auth_pwd_syntax_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=bhall, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/bhall.pwd' % logsRemoteDataDir } |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/bhall.pwd' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=bhall, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % logsRemoteDataDir, |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % remote.data, |
| | | 'expectedRC' : 53 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : 'uid=bhall, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/bhall.pwd' % logsRemoteDataDir } |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/bhall.pwd' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=bhall, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % logsRemoteDataDir } |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=tmason, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % logsRemoteDataDir } |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=Anybody, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % logsRemoteDataDir } |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : 'uid=bhall, ou=People, ou=password tests, o=Bind No Pwd Tests, dc=example,dc=com' , |
| | | 'dsBaseDN' : 'dc=example,dc=com' , |
| | | 'dsFilter' : 'objectclass=*' , |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % logsRemoteDataDir, |
| | | 'extraParams' : '-s base -j %s/security/bind_no_pwd/null.pwd' % remote.data, |
| | | 'expectedRC' : 53 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/bind_no_pwd/bind_no_pwd_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/bind_no_pwd/bind_no_pwd_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | <script> |
| | | SERVER_KEYPASS="servercert" |
| | | SERVER_STOREPASS="servercert" |
| | | CERT_TMP="%s/CERT_%s" % (logsRemoteDataDir,DIRECTORY_INSTANCE_PORT) |
| | | CERT_TMP="%s/CERT_%s" % (remote.data,DIRECTORY_INSTANCE_PORT) |
| | | CLIENT_KEYSTORE="%s/keystore" % (CERT_TMP) |
| | | CLIENT_KEYPASS="password" |
| | | CLIENT_STOREPASS="password" |
| | |
| | | SERVER_CERT_FILE="%s/server_cert.txt" % (CERT_TMP) |
| | | user1LdifFileName='user1_cert.ldif' |
| | | user2LdifFileName='user2_cert.ldif' |
| | | remoteUser1LdifFile='%s/%s/../%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME,relativeDataDir,user1LdifFileName) |
| | | remoteUser2LdifFile='%s/%s/../%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME,relativeDataDir,user2LdifFileName) |
| | | localUser1LdifFile='%s/%s' % (logsTempDir,user1LdifFileName) |
| | | localUser2LdifFile='%s/%s' % (logsTempDir,user2LdifFileName) |
| | | remoteUser1LdifFile='%s/%s' % (remote.data,user1LdifFileName) |
| | | remoteUser2LdifFile='%s/%s' % (remote.data,user2LdifFileName) |
| | | localUser1LdifFile='%s/%s' % (local.temp,user1LdifFileName) |
| | | localUser2LdifFile='%s/%s' % (local.temp,user2LdifFileName) |
| | | </script> |
| | | </sequence> |
| | | </function> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/jks/jks_startup.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/jks/jks_startup.ldif' % remote.data, |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/modrdn/a1_modrdn.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/modrdn/a1_modrdn.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/add/bin_a1_in.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/add/bin_a1_in.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/mod/bin_a1_mod.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/mod/bin_a1_mod.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/del/bin_a1_out.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/del/bin_a1_out.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/jks/jks_startup.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/jks/jks_startup.ldif' % remote.data, |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/modrdn/a1_modrdn.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/modrdn/a1_modrdn.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/add/bin_a1_in.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/add/bin_a1_in.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/mod/bin_a1_mod.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/mod/bin_a1_mod.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/jks/del/bin_a1_out.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/jks/del/bin_a1_out.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pkcs12/pkcs12_startup.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/pkcs12/pkcs12_startup.ldif' % remote.data, |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pkcs12/modrdn/a1_modrdn.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/pkcs12/modrdn/a1_modrdn.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pkcs12/add/bin_a1_in.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/pkcs12/add/bin_a1_in.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pkcs12/mod/bin_a1_mod.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/pkcs12/mod/bin_a1_mod.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_SSL_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pkcs12/del/bin_a1_out.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/pkcs12/del/bin_a1_out.ldif' % remote.data , |
| | | 'extraParams' : '-Z -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pwd_policy/admin_change_max_pwd_age.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/security/pwd_policy/admin_change_max_pwd_age.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/pwd_policy/admin_change_max_pwd_age.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/security/pwd_policy/admin_change_max_pwd_age.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/add_entry1.ldif' \ |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/add_entry2.ldif' \ |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/add_sales_person.ldif' \ |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | <call function="'SearchObject'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/add_entry_preencoded_pwd.ldif' \ |
| | | % logsRemoteDataDir , |
| | | % remote.data , |
| | | 'expectedRC' : 53 } |
| | | </call> |
| | | |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/add_entry_preencoded_pwd.ldif' \ |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | <call function="'SearchObject'"> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy/pwd_policy_startup.ldif'\ |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_policy_root/add_new_root_user.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/pwd_policy_root/add_new_root_user.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/pwd_storage/pwd_storage_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/pwd_storage/pwd_storage_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | |
| | |
| | | --> |
| | | |
| | | <script> |
| | | path = '%s/security/pwd_validator' % logsRemoteDataDir |
| | | path = '%s/security/pwd_validator' % remote.data |
| | | </script> |
| | | |
| | | <!--- Test Case information |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/%s' % (logsRemoteDataDir,ldifpath) } |
| | | 'entryToBeModified' : '%s/%s' % (remote.data,ldifpath) } |
| | | </call> |
| | | --> |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/sasl/admin_enable_sasl_anon.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/security/sasl/admin_enable_sasl_anon.ldif' % remote.data } |
| | | </call> |
| | | --> |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/sasl/admin_disable_sasl_anon.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/security/sasl/admin_disable_sasl_anon.ldif' % remote.data } |
| | | </call> |
| | | --> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/sasl/admin_del_realm.ldif' % logsRemoteDataDir } |
| | | 'entryToBeModified' : '%s/security/sasl/admin_del_realm.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <message> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/sasl/sasl_startup.ldif' % logsRemoteDataDir } |
| | | 'entryToBeAdded' : '%s/security/sasl/sasl_startup.ldif' % remote.data } |
| | | </call> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | |
| | | <defaultcall function="main_security"/> |
| | | |
| | | <function name="main_security"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'security'"> |
| | | |
| | | <sequence> |
| | | |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!--- Test Group information |
| | | #@TestGroupName Security tests |
| | | #@TestGroupPurpose Test the security. |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/startTLS/starttls_startup.ldif' % logsRemoteDataDir, |
| | | 'entryToBeAdded' : '%s/security/startTLS/starttls_startup.ldif' % remote.data, |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/add/bin_a1_tls_in.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/add/bin_a1_tls_in.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/mod/bin_a1_tls_mod.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/mod/bin_a1_tls_mod.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/del/bin_a1_tls_out.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/del/bin_a1_tls_out.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_force_pwd_add.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_force_pwd_add.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/startTLS/force_pwd_change/add_entry1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/security/startTLS/force_pwd_change/add_entry1.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mcat,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'pizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_force_pwd.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_force_pwd.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_reset_force_pwd_add.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_reset_force_pwd_add.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeAdded' : '%s/security/startTLS/force_pwd_change/add_entry2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeAdded' : '%s/security/startTLS/force_pwd_change/add_entry2.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_force_pwd_reset.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_force_pwd_reset.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mdog,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'pizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_add_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_add_attr.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' , |
| | | 'expectedRC' : 49 } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mdog,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'pizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_del_attr.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_del_attr.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' , |
| | | 'expectedRC' : 49 } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mdog,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'adminpizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd1.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd1.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_enable_max_reset_age_long.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_enable_max_reset_age_long.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd2.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mdog,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'adminlongpizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd2.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd2.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_enable_max_reset_age_short.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_enable_max_reset_age_short.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_change_user_pwd3.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : 'uid=mdog,ou=people,ou=startTLS tests,o=SSL Tests,dc=example,dc=com' , |
| | | 'dsInstancePswd' : 'adminshortpizza' , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd3.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/user_change_pwd3.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' , |
| | | 'expectedRC' : 49 } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_disable_max_reset_age.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_disable_max_reset_age.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT , |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN , |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_reset_force_pwd_reset.ldif' % logsRemoteDataDir , |
| | | 'entryToBeModified' : '%s/security/startTLS/force_pwd_change/admin_reset_force_pwd_reset.ldif' % remote.data , |
| | | 'extraParams' : '-q -X' } |
| | | </call> |
| | | |
| | |
| | | DM_I1_ROOT = '%s/%s' % (DM_I1_BASE, OPENDSNAME) |
| | | DM_I2_BASE = '%s/dm_i2' % (OUT_GROUP) |
| | | DM_I2_ROOT = '%s/%s' % (DM_I2_BASE, OPENDSNAME) |
| | | DM_O1_LDIF = '%s/setup/dm-o1.ldif' % logsRemoteDataDir |
| | | DM_O1_LDIF = '%s/setup/dm-o1.ldif' % remote.data |
| | | </script> |
| | | |
| | | |
| | |
| | | <script> |
| | | DM_I3_BASE = '%s/dm_i3' % (OUT_GROUP) |
| | | DM_I3_ROOT = '%s/%s' % (DM_I3_BASE, OPENDSNAME) |
| | | DM_PASSWD_FILE = '%s/setup/pwd.ldif' % logsRemoteDataDir |
| | | DM_PASSWD_FILE = '%s/setup/pwd.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'testCase_Preamble'"/> |
| | |
| | | IMP_I2_BASE = '%s/imp_i2' % (OUT_GROUP) |
| | | IMP_I2_ROOT = '%s/%s' % (IMP_I2_BASE, OPENDSNAME) |
| | | |
| | | IMP_LDIF_FILE = '%s/setup/imp-o1.ldif' % logsRemoteDataDir |
| | | IMP_LDIF_FILE = '%s/setup/imp-o1.ldif' % remote.data |
| | | IMP_SKIP_FILE = '%s/imp-skip.ldif' % (OUT_GROUP) |
| | | IMP_REJECT_FILE = '%s/imp-reject.ldif' % (OUT_GROUP) |
| | | </script> |
| | |
| | | <sequence> |
| | | |
| | | <script> |
| | | INC_LDIF_FILE = '%s/setup/inc-options.ldif' % logsRemoteDataDir |
| | | INC_LDIF_FILE = '%s/setup/inc-options.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'testCase_Preamble'"/> |
| | |
| | | <sequence> |
| | | |
| | | <script> |
| | | INC_LDIF_FILE = '%s/setup/inc-options.ldif' % logsRemoteDataDir |
| | | INC_LDIF_FILE = '%s/setup/inc-options.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'testCase_Preamble'"/> |
| | |
| | | <sequence> |
| | | |
| | | <script> |
| | | INC_USER_PWD_FILE = '%s/setup/pwd.ldif' % logsRemoteDataDir |
| | | INC_USER_PWD_FILE = '%s/setup/pwd.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'testCase_Preamble'"/> |
| | |
| | | <script> |
| | | DM_DN = 'cn=DM' |
| | | DM_PW = 'secret12' |
| | | DM_PW_FILE = '%s/setup/pwd-security.ldif' % logsRemoteDataDir |
| | | DM_PW_FILE = '%s/setup/pwd-security.ldif' % remote.data |
| | | |
| | | KEYTOOL = '%s/bin/keytool%s' % (JAVA_HOME, fileExt) |
| | | SEC_I1_BASE = '%s/sec_i1' % (OUT_GROUP) |
| | |
| | | SEC_I2_BASE = '%s/sec_i2' % (OUT_GROUP) |
| | | SEC_I2_ROOT = '%s/%s' % (SEC_I2_BASE, OPENDSNAME) |
| | | MY_KEYSTORE = '%s/ks' % OUT_GROUP |
| | | SEC_O1_LDIF = '%s/setup/sec-o1.ldif' % logsRemoteDataDir |
| | | SEC_O1_LDIF = '%s/setup/sec-o1.ldif' % remote.data |
| | | </script> |
| | | |
| | | <call function="'checkFileExists'"> |
| | |
| | | <defaultcall function="main_setup"/> |
| | | |
| | | <function name="main_setup"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'setup'"> |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <!--- Test Group information |
| | | #@TestGroupName Setup tests |
| | | #@TestGroupPurpose Test the tools commands. |
| | |
| | | |
| | | <defaultcall function="main_snmp"/> |
| | | |
| | | <function name="main_snmp"> |
| | | |
| | | <function name="main_snmp" scope="local"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'snmp'"> |
| | | |
| | | <sequence> |
| | | |
| | | <message log="1" level="'Info'">'STAXParentID= %s' % STAXParentID</message> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!--- Test Group information |
| | | #@TestGroupName SNMP tests |
| | | #@TestGroupPurpose Test the SNMP Connection Handler. |
| | |
| | | |
| | | <!--- Define default value for manager --> |
| | | <script> |
| | | snmpPath = '%s/../%s/snmp' % (dsPath,relativeJavaDir), |
| | | snmpPath = '%s/snmp' % remote.java, |
| | | opendmkPath = '%s/jdmkrt.jar' % snmpPath |
| | | </script> |
| | | |
| | |
| | | |
| | | <call function="'importLdif'"> |
| | | { |
| | | 'ldifFile' : '%s/snmp/snmp_start.ldif' |
| | | % logsRemoteDataDir |
| | | 'ldifFile' : '%s/snmp/snmp_start.ldif' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | defSecurityFileProp = SNMP_PROPERTIES['security-agent-file'] |
| | | defSecurityLevelProp = SNMP_PROPERTIES['security-level'] |
| | | newContextProp = 'myContext' |
| | | newSecurityFileProp = '%s/snmp/agent.security' % logsRemoteDataDir |
| | | newSecurityFileProp = '%s/snmp/agent.security' % remote.data |
| | | lowUser = 'myUser1' |
| | | defUser = 'myUser2' |
| | | highUser = 'myUser3' |
| | |
| | | lowSecurityLevelProp = 'noauthnopriv' |
| | | highSecurityLevelProp = 'authpriv' |
| | | wrongSecurityLevelProp = 'mySecurityLevel' |
| | | mySecurityFile = '%s/snmp/manager.security' % logsRemoteDataDir |
| | | mySecurityFile = '%s/snmp/manager.security' % remote.data |
| | | oid = 'dsServerType.1' |
| | | </script> |
| | | |
| | |
| | | <!--- Define default value for securityFile, securityLevel, |
| | | context and oid --> |
| | | <script> |
| | | securityFile = '%s/snmp/manager.security' % logsRemoteDataDir |
| | | securityFile = '%s/snmp/manager.security' % remote.data |
| | | securityLevel = SNMP_PROPERTIES['security-level'] |
| | | context = SNMP_PROPERTIES['community'] |
| | | oid = 'dsServerType.1' |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'ldifFile' : '%s/tasks/export_asynchronous' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/tasks/export_asynchronous' % remote.data, |
| | | 'startTask' : '0', |
| | | 'backEnd' : 'userRoot', |
| | | 'expectedRC' : 1} |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'backupDir' : '%s/tasks/backup_asynchronous' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/tasks/backup_asynchronous' % remote.data, |
| | | 'startTask' : '0', |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | |
| | | <message>'--- Check log files backup_asynchronous ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'backup_asynchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'backupDir' : '%s/tasks/backup_synchronous' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/tasks/backup_synchronous' % remote.data, |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | | |
| | | <message>'--- Check log files ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'backup_synchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'startTask' : '20061212000000', |
| | | 'backupDir' : '%s/tasks/backup_schedule_asynchronous' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/tasks/backup_schedule_asynchronous' % remote.data, |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | | |
| | |
| | | <message>'--- Check log files backup_schedule_asynchronous ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'backup_schedule_asynchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'ldifFile' : '%s/tasks/export_asynchronous' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/tasks/export_asynchronous' % remote.data, |
| | | 'startTask' : '0', |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | | <message>'--- Check log files export_asynchronous ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'export_asynchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'ldifFile' : '%s/tasks/export_synchronous' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/tasks/export_synchronous' % remote.data, |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | | |
| | |
| | | <message>'--- Check log files ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'export_synchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'ldifFile' : '%s/tasks/export_schedule_asynchronous' % logsRemoteDataDir, |
| | | 'ldifFile' : '%s/tasks/export_schedule_asynchronous' % remote.data, |
| | | 'startTask' : '20061212000000', |
| | | 'backEnd' : 'userRoot'} |
| | | </call> |
| | |
| | | <message>'--- Check log files export_asynchronous ---'</message> |
| | | <call function="'listFolder'"> |
| | | { 'location' : '%s' % (STAF_REMOTE_HOSTNAME), |
| | | 'foldername' : '%s/tasks' % logsRemoteDataDir, |
| | | 'foldername' : '%s/tasks' % remote.data, |
| | | 'filename' : 'export_schedule_asynchronous' |
| | | } |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % remote.data, |
| | | 'dsAppend' : ' ', |
| | | 'dsBackEnd' : 'userRoot'} |
| | | </call> |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % remote.data, |
| | | 'dsAppend' : ' ', |
| | | 'startTask' : '0', |
| | | 'dsBackEnd' : 'userRoot'} |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % logsRemoteDataDir, |
| | | 'dsLdifFile' : '%s/tasks/import.ldif' % remote.data, |
| | | 'dsAppend' : ' ', |
| | | 'startTask' : '20061212000000', |
| | | 'dsBackEnd' : 'userRoot'} |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'backupDir' : '%s/tasks/backup_asynchronous' % logsRemoteDataDir, |
| | | 'backupDir' : '%s/tasks/backup_asynchronous' % remote.data, |
| | | 'startTask' : '0'} |
| | | </call> |
| | | |
| | |
| | | 'dsInstancePort' : DIRECTORY_INSTANCE_PORT, |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'backupDir' : '%s/tasks/backup_synchronous' % logsRemoteDataDir} |
| | | 'backupDir' : '%s/tasks/backup_synchronous' % remote.data} |
| | | </call> |
| | | |
| | | <!-- manage-tasks --> |
| | |
| | | 'dsInstanceDn' : DIRECTORY_INSTANCE_DN, |
| | | 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'startTask' : '%s' % mydate, |
| | | 'backupDir' : '%s/tasks/backup_schedule_asynchronous' % logsRemoteDataDir |
| | | 'backupDir' : '%s/tasks/backup_schedule_asynchronous' % remote.data |
| | | } |
| | | </call> |
| | | |
| | |
| | | <stax> |
| | | <defaultcall function="main_tasks"/> |
| | | <function name="main_tasks"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | <block name="'tasks'"> |
| | | <sequence> |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <script> |
| | | CurrentTestPath['group']='tasks' |
| | | </script> |
| | |
| | | <defaultcall function="main_virtualAttributes"/> |
| | | |
| | | <function name="main_virtualAttributes"> |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | |
| | | <sequence> |
| | | |
| | | <block name="'virtualAttributes'"> |
| | | |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <script> |
| | | CurrentTestPath={} |
| | | envAlreadyLoaded='true' |
| | | CurrentTestPath['group']='virtualAttributes' |
| | | </script> |
| | | |
| | |
| | | 'dsInstanceDn' : applicationDn, |
| | | 'dsInstancePswd' : applicationPswd, |
| | | 'dsFilename' : '%s/virtualAttributes/ldif_mod.ldif' \ |
| | | % logsRemoteDataDir, |
| | | % remote.data, |
| | | 'expectedRC' : 21 |
| | | } |
| | | </call> |
| | |
| | | </message> |
| | | <call function="'importLdif'"> |
| | | {'ldifFile' : '%s/virtualAttributes/virtualAttributes.ldif' |
| | | % logsRemoteDataDir } |
| | | % remote.data } |
| | | </call> |
| | | <call function="'checkRC'"> |
| | | { 'returncode' : RC , |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='import-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='export-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='backup-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='restore-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='shutdown-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='restart-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='schema-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | <message>'Copy schema update ldif file.'</message> |
| | | <call function="'copyFile'"> |
| | | { 'location' : myLocation, |
| | | 'srcfile' : '%s/schema/ldifs/%s' % (logsRemoteDataDir,ldifFile), |
| | | 'srcfile' : '%s/schema/ldifs/%s' % (remote.data,ldifFile), |
| | | 'destfile' : '%s/%s/config/schema/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME,ldifFile), |
| | | 'remotehost' : myLocation } |
| | | </call> |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='leaveShutdownTask-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | <message>'Copy update ldif file.'</message> |
| | | <call function="'copyFile'"> |
| | | { 'location' : myLocation, |
| | | 'srcfile' : '%s/schema/ldifs/%s' % (logsRemoteDataDir,ldifFile), |
| | | 'srcfile' : '%s/schema/ldifs/%s' % (remote.data,ldifFile), |
| | | 'destfile' : '%s/%s/config/schema/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME,ldifFile), |
| | | 'remotehost' : myLocation } |
| | | </call> |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='totalupdate-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | m.update(location) |
| | | m.update(dsPath) |
| | | taskLdifFile='rebuildIndex-task-%s.ldif' % m.hexdigest() |
| | | taskLdif='%s/../%s/%s' % (dsPath,relativeDataDir,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (logsTempDir,taskLdifFile) |
| | | taskLdif='%s/%s' % (remote.temp,taskLdifFile) |
| | | tmpTaskLdif='%s/%s' % (local.temp,taskLdifFile) |
| | | taskDN='ds-task-id=%s,cn=Scheduled Tasks,cn=Tasks' % taskID |
| | | </script> |
| | | |
| | |
| | | True = 1 |
| | | False = 0 |
| | | |
| | | # this function return a well-formatted testcase name |
| | | def getTestCaseName(name): |
| | | return '%s: %s: %s' % (CurrentTestPath['group'],CurrentTestPath['suite'],name) |
| | | |
| | | # this functions adds a known issue to a testcase's known issues list |
| | | issuesList=[] |
| | | def knownIssue(issue): |
| | | issuesList.append(issue) |
| | | |
| | | DSCONFIG = 'dsconfig' |
| | | DSREPLICATION = 'dsreplication' |
| | | |
| | |
| | | |
| | | </function> |
| | | |
| | | <function name="SetLogsDir"> |
| | | <function name="SetFolders"> |
| | | <function-prolog> |
| | | This function sets the directory to which logs are written |
| | | This function sets the folders to which test data are written. |
| | | </function-prolog> |
| | | <function-map-args> |
| | | <function-arg-def name="sourceDir" type="required"> |
| | | <function-arg-description> |
| | | A locally accessable directory to the tests source |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="structure"/> |
| | | </function-arg-def> |
| | | <function-arg-def name="localDir" type="required"> |
| | | <function-arg-description> |
| | | A locally accessable directory to write test information |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="structure"/> |
| | | </function-arg-def> |
| | | <function-arg-def name="remoteDir" type="required"> |
| | | <function-arg-description> |
| | | A remotely accessable directory to write test information |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="structure"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | | |
| | | <script> |
| | | logsDate=strftime("%Y%m%d-%H%M%S",localtime()) |
| | | logsArch=DSInfo.getServerArch(DSInfo.ServerDict['system os']) |
| | | logsOSName=DSInfo.getServerOSName(DSInfo.ServerDict['system os']) |
| | | logsOS='%s-%s' % (logsOSName,logsArch) |
| | | logsJvm=DSInfo.getServerJavaMajorMinor(DSInfo.ServerDict['java version']) |
| | | logsDir='%s/%s/%s-jvm%s' % (LOGS_ROOT,logsDate,logsOS,logsJvm) |
| | | logsTestsDir='%s/testlogs' % logsDir |
| | | logsReportDir='%s/reports' % logsDir |
| | | logsSUTDir='%s/sutlogs' % logsDir |
| | | logsTestDataDir='%s/testdata' % logsDir |
| | | logsTempDir='%s/temp' % logsDir |
| | | |
| | | relativeSharedDir='shared' |
| | | relativeJavaDir='%s/java' % relativeSharedDir |
| | | relativeDataDir='%s/data' % relativeSharedDir |
| | | logsLocalDataDir='%s/%s' % (logsTestDataDir,relativeDataDir) |
| | | logsRemoteDataDir='%s/%s' % (DIRECTORY_INSTANCE_DIR,relativeDataDir) |
| | | logs = test_env.logs(localDir) |
| | | source = test_env.source(sourceDir) |
| | | local = test_env.data(localDir) |
| | | remote = test_env.data(remoteDir) |
| | | </script> |
| | | |
| | | <message> |
| | | 'Tests logs output set to %s' % logsDir |
| | | </message> |
| | | |
| | | <call function="'SetVar'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'type' : 'shared', |
| | | 'variable' : 'Job%s_LogsDir=%s' % (STAXJobID,logsDir) } |
| | | </call> |
| | | <message>'source.directory = %s' % source.directory</message> |
| | | <message>'local.directory = %s' % local.directory</message> |
| | | <message>'remote.directory = %s' % remote.directory</message> |
| | | <message>'logs.directory = %s' % logs.directory</message> |
| | | |
| | | <return> |
| | | local.directory |
| | | </return> |
| | | |
| | | </sequence> |
| | | |
| | | </function> |
| | | |
| | | <function name="CreateFolders" scope="local"> |
| | | <function-prolog> |
| | | This function sets the folders to which logs are written |
| | | </function-prolog> |
| | | |
| | | <sequence> |
| | | |
| | | <!-- Create folders --> |
| | | <message>'Create folder %s' % logsReportDir</message> |
| | | <message>'Create local folder %s' % logs.reports</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_LOCAL_HOSTNAME, |
| | | 'foldername' : '%s' % logsReportDir } |
| | | 'foldername' : '%s' % logs.reports } |
| | | </call> |
| | | |
| | | <message>'Create folder %s' % logsTempDir</message> |
| | | <message>'Create local folder %s' % local.temp</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_LOCAL_HOSTNAME, |
| | | 'foldername' : '%s' % logsTempDir } |
| | | 'foldername' : '%s' % local.temp } |
| | | </call> |
| | | |
| | | <message>'Create folder %s' % logsSUTDir</message> |
| | | <message>'Create local folder %s' % logs.sut</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_LOCAL_HOSTNAME, |
| | | 'foldername' : '%s' % logsSUTDir } |
| | | 'foldername' : '%s' % logs.sut } |
| | | </call> |
| | | |
| | | <message>'Create folder %s' % logsTestsDir</message> |
| | | <message>'Create local folder %s' % logs.tests</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_LOCAL_HOSTNAME, |
| | | 'foldername' : '%s' % logsTestsDir } |
| | | 'foldername' : '%s' % logs.tests } |
| | | </call> |
| | | |
| | | <message>'Create folder %s' % logsTestDataDir</message> |
| | | <message>'Create local folder %s' % local.testdata</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_LOCAL_HOSTNAME, |
| | | 'foldername' : '%s' % logsTestDataDir } |
| | | 'foldername' : '%s' % local.testdata } |
| | | </call> |
| | | |
| | | <message>'Create remote folder %s' % remote.temp</message> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'foldername' : '%s' % remote.temp } |
| | | </call> |
| | | |
| | | </sequence> |
| | | |
| | | </function> |
| | | |
| | | <function name="loadEnvironment"> |
| | | <function name="loadGlobalEnvironment"> |
| | | <function-prolog> |
| | | This function loads the environment (libraries, functions, variables) |
| | | needed by the tests. |
| | | needed by the global test job farmer. |
| | | </function-prolog> |
| | | |
| | | <sequence> |
| | | |
| | | <message> |
| | | 'Load environment for test suite execution.' |
| | | </message> |
| | | |
| | | <call function="'importSharedLibraries'"/> |
| | | |
| | | <call function="'importPythonLibraries'"/> |
| | | |
| | | <call function="'initialiseGlobalVariables'"/> |
| | | |
| | | <message> |
| | | 'Load environment for test suite execution.' |
| | | </message> |
| | | |
| | | <call function="'importSharedLibraries'"/> |
| | | |
| | | <call function="'importPythonLibraries'"/> |
| | | |
| | | <call function="'initialiseGlobalVariables'"/> |
| | | |
| | | <call function="'GetDirectoryServerInformation'"/> |
| | | |
| | | <call function="'SetLogsDir'"/> |
| | | |
| | | <call function="'checkRC'"> |
| | | { 'returncode' : RC , |
| | | 'result' : STAXResult } |
| | | <!-- Set variables to build unique path to store data --> |
| | | <script> |
| | | # Private |
| | | logsDate=strftime("%Y%m%d-%H%M%S",localtime()) |
| | | logsArch=\ |
| | | DSInfo.getServerArch(DSInfo.ServerDict['system os']) |
| | | logsOSName=\ |
| | | DSInfo.getServerOSName(DSInfo.ServerDict['system os']) |
| | | logsOS='%s-%s' % (logsOSName,logsArch) |
| | | logsJvm=\ |
| | | DSInfo.getServerJavaMajorMinor(DSInfo.ServerDict['java version']) |
| | | </script> |
| | | |
| | | <call function="'SetFolders'"> |
| | | { 'sourceDir' : '%s' % TESTS_ROOT, |
| | | 'localDir' : '%s/%s/%s-jvm%s' % (LOGS_ROOT,logsDate,logsOS,logsJvm), |
| | | 'remoteDir' : DIRECTORY_INSTANCE_DIR } |
| | | </call> |
| | | |
| | | |
| | | </sequence> |
| | | |
| | | <call function="'SetVar'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'type' : 'shared', |
| | | 'variable' : 'Job%s_LogsDir=%s' % (STAXJobID,local.directory) } |
| | | </call> |
| | | |
| | | <!-- Create the local folders to store data --> |
| | | <call function="'CreateFolders'"/> |
| | | |
| | | </sequence> |
| | | |
| | | </function> |
| | | |
| | | <function name="loadJobEnvironment"> |
| | | <function-prolog> |
| | | This function loads the environment (libraries, functions, variables) |
| | | needed by the test jobs. |
| | | </function-prolog> |
| | | <function-map-args> |
| | | <function-arg-def name="parent" type="optional" default="''"> |
| | | <function-arg-description> |
| | | Location of target host |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="integer"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | | |
| | | <message> |
| | | 'Load environment for test suite execution.' |
| | | </message> |
| | | |
| | | <call function="'importSharedLibraries'"/> |
| | | |
| | | <call function="'importPythonLibraries'"/> |
| | | |
| | | <call function="'initialiseGlobalVariables'"/> |
| | | |
| | | <call function="'GetVar'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME, |
| | | 'type' : 'shared', |
| | | 'variable' : 'Job%s_LogsDir' % parent } |
| | | </call> |
| | | |
| | | <!-- TODO: defend against mangled STAFResult --> |
| | | <script> |
| | | parentsLogDir=STAFResult |
| | | </script> |
| | | |
| | | <message>'%s' % parentsLogDir</message> |
| | | |
| | | <call function="'SetFolders'"> |
| | | { 'sourceDir' : '%s' % TESTS_ROOT, |
| | | 'localDir' : '%s' % parentsLogDir, |
| | | 'remoteDir' : DIRECTORY_INSTANCE_DIR } |
| | | </call> |
| | | |
| | | </sequence> |
| | | |
| | | </function> |
| | | |
| | | |
| | | </stax> |
| | |
| | | 'command' : '%s/bin/java' % JAVA_HOME, |
| | | 'arguments' : '%s %s' % (STAFCmd,STAFCmdParams), |
| | | 'location' : location, |
| | | 'path' : '%s/../%s/ldap' % (dsPath,relativeJavaDir), |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s/ldap' % (dsPath,relativeJavaDir)], |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s/ldap' % (dsPath,remote.reljavadir)], |
| | | 'path' : '%s/../%s/ldap' % (dsPath,remote.reljavadir), |
| | | 'expectedRC': expectedRC |
| | | } |
| | | </call> |
| | |
| | | 'command' : '%s/bin/java' % JAVA_HOME, |
| | | 'arguments' : '%s %s' % (STAFCmd,STAFCmdParams), |
| | | 'location' : location, |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s/ldap' % (dsPath,relativeJavaDir)], |
| | | 'path' : '%s/../%s/ldap' % (dsPath,relativeJavaDir), |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s/ldap' % (dsPath,remote.reljavadir)], |
| | | 'path' : '%s/../%s/ldap' % (dsPath,remote.reljavadir), |
| | | 'expectedRC': expectedRC |
| | | } |
| | | </call> |
| | |
| | | 'command' : '%s/bin/java' % JAVA_HOME, |
| | | 'arguments' : '%s %s' % (STAFCmd,STAFCmdParams), |
| | | 'location' : location, |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s' % (dsPath,relativeJavaDir)], |
| | | 'path' : '%s/../%s' % (dsPath,relativeJavaDir), |
| | | 'env' : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s/ldap' % (dsPath,remote.reljavadir)], |
| | | 'path' : '%s/../%s/ldap' % (dsPath,remote.reljavadir), |
| | | 'expectedRC': expectedRC |
| | | } |
| | | </call> |
| | |
| | | separator=':' |
| | | |
| | | opends_jarfile='%s/%s' % (DIRECTORY_INSTANCE_DIR,SNMP_OPENDS_JARFILE) |
| | | snmpPath='%s/%s/snmp' % (DIRECTORY_INSTANCE_DIR, relativeJavaDir) |
| | | snmpPath='%s/snmp' % remote.java |
| | | jdmk_jarfile='%s/jdmkrt.jar' % snmpPath |
| | | |
| | | emma_jarfile='%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | |
| | | 'command' : '%s/bin/java' % JAVA_HOME , |
| | | 'arguments' : '%s %s' % (STAFCmd, STAFCmdParams) , |
| | | 'location' : location , |
| | | 'path' : '%s/%s/snmp' % (DIRECTORY_INSTANCE_DIR, relativeJavaDir), |
| | | 'path' : '%s/snmp' % remote.java, |
| | | 'env' : env , |
| | | 'expectedRC' : expectedRC |
| | | } |
| | |
| | | separator=':' |
| | | |
| | | opends_jarfile='%s/%s' % (DIRECTORY_INSTANCE_DIR,SNMP_OPENDS_JARFILE) |
| | | snmpPath='%s/%s/snmp' % (DIRECTORY_INSTANCE_DIR, relativeJavaDir) |
| | | snmpPath='%s/snmp' % remote.java |
| | | jdmk_jarfile='%s/jdmkrt.jar' % snmpPath |
| | | |
| | | emma_jarfile='%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | |
| | | 'command' : '%s/bin/java' % JAVA_HOME , |
| | | 'arguments' : '%s %s' % (STAFCmd, STAFCmdParams) , |
| | | 'location' : location , |
| | | 'path' : '%s/%s/snmp' % (DIRECTORY_INSTANCE_DIR, relativeJavaDir), |
| | | 'path' : '%s/snmp' % remote.java, |
| | | 'env' : env , |
| | | 'expectedRC' : expectedRC |
| | | } |
| | |
| | | separator=':' |
| | | |
| | | opends_jarfile='%s/%s' % (DIRECTORY_INSTANCE_DIR,SNMP_OPENDS_JARFILE) |
| | | snmpPath='%s/%s/snmp' % (DIRECTORY_INSTANCE_DIR, relativeJavaDir) |
| | | snmpPath='%s/snmp' % remote.java |
| | | jdmk_jarfile='%s/jdmkrt.jar' % snmpPath |
| | | cp = 'CLASSPATH=%s%s%s%s%s%s.' \ |
| | | % (opends_jarfile,separator,jdmk_jarfile,separator,jstaf_jarfile,separator) |
| | |
| | | </function-arg-def> |
| | | <function-arg-def name="type" type="required"> |
| | | <function-arg-description> |
| | | Name of file to be deleted |
| | | Type of variable |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="variable"/> |
| | | </function-arg-def> |
| | | <function-arg-def name="variable" type="required"> |
| | | <function-arg-description> |
| | | Name of file to be deleted |
| | | Name of variable |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="variable"/> |
| | | </function-arg-def> |
| | |
| | | <sequence> |
| | | <!-- ON LOCAL HOST: get data ready to copy to remote host --> |
| | | <script> |
| | | testsGroupDir='%s/%s/%s' % (TESTS_DIR,relativeDataDir,groupDataDir) |
| | | localTestsGroupDir='%s/%s' % (logsLocalDataDir,groupDataDir) |
| | | remoteTestsGroupDir='%s/%s' % (logsRemoteDataDir,groupDataDir) |
| | | sourceTestsGroupDir='%s/%s' % (source.data,groupDataDir) |
| | | localTestsGroupDir ='%s/%s' % (local.data, groupDataDir) |
| | | remoteTestsGroupDir='%s/%s' % (remote.data,groupDataDir) |
| | | </script> |
| | | |
| | | <call function="'GetEntry'"> |
| | |
| | | <!-- Locally copy static data files to temporary staging area --> |
| | | <!-- LDIF (.ldif) test data files --> |
| | | <message> |
| | | 'Copy ldif data files locally to %s.' % localTestsGroupDir |
| | | 'Copy ldif data files locally from %s to %s.' % \ |
| | | (sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : 'ldif' |
| | | } |
| | |
| | | <sequence> |
| | | <!-- add file extension test data files --> |
| | | <message> |
| | | 'Copy %s data files locally to %s.' % (ft,localTestsGroupDir) |
| | | 'Copy %s data files locally from %s to %s.' % \ |
| | | (ft,sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : '%s' % ft |
| | | } |
| | |
| | | |
| | | <!-- LDIF (.ldif) files for quickinstall --> |
| | | <script> |
| | | quickStartGroupDir='%s/%s/quickstart' % (TESTS_DIR,relativeDataDir) |
| | | quickStartLocalTestsGroupDir='%s/quickstart' % (logsLocalDataDir) |
| | | quickStartGroupDir='%s/quickstart' % (source.data) |
| | | quickStartLocalTestsGroupDir='%s/quickstart' % local.data |
| | | </script> |
| | | <message> |
| | | 'Copy ldif data files locally to %s.' % quickStartLocalTestsGroupDir |
| | | 'Copy quickstart ldif data files locally from %s to %s.' % \ |
| | | (quickStartGroupDir,quickStartLocalTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | |
| | | |
| | | <!-- PWD (.pwd) files --> |
| | | <message> |
| | | 'Copy pwd data files locally to %s.' % localTestsGroupDir |
| | | 'Copy pwd data files locally from %s to %s.' % \ |
| | | (sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : 'pwd' |
| | | } |
| | |
| | | |
| | | <!-- Archive (.gz) files --> |
| | | <message> |
| | | 'Copy gz data files locally to %s.' % localTestsGroupDir |
| | | 'Copy gz data files locally from %s to %s.' % \ |
| | | (sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : 'gz' |
| | | } |
| | |
| | | |
| | | <!-- Archive (.ref) files --> |
| | | <message> |
| | | 'Copy ref data files locally to %s.' % localTestsGroupDir |
| | | 'Copy ref data files locally from %s to %s.' % \ |
| | | (sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : 'ref' |
| | | } |
| | |
| | | |
| | | <!-- Archive (ldap/.java) files --> |
| | | <script> |
| | | javaSharedDir='%s/ldap' % (TESTS_JAVA_DIR) |
| | | javaLocalDir='%s/shared/java/ldap' % (logsTestDataDir) |
| | | javaSharedDir='%s/ldap' % source.java |
| | | javaLocalDir ='%s/ldap' % local.java |
| | | </script> |
| | | <message> |
| | | 'Copy java files locally to %s.' % javaLocalDir |
| | | 'Copy java files locally from %s to %s.' % \ |
| | | (javaSharedDir,javaLocalDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { |
| | |
| | | |
| | | <!-- Archive (.security) files --> |
| | | <message> |
| | | 'Copy security data files locally to %s.' % localTestsGroupDir |
| | | 'Copy security data files locally from %s to %s.' % \ |
| | | (sourceTestsGroupDir,localTestsGroupDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'srcfolder' : testsGroupDir, |
| | | 'srcfolder' : sourceTestsGroupDir, |
| | | 'destfolder' : localTestsGroupDir, |
| | | 'extension' : 'security' |
| | | } |
| | |
| | | |
| | | <!-- Archive (snmp/.java) files --> |
| | | <script> |
| | | javaSharedDir='%s/snmp' % (TESTS_JAVA_DIR) |
| | | javaLocalDir='%s/shared/java/snmp' % (logsTestDataDir) |
| | | javaSharedDir = '%s/snmp' % source.java |
| | | javaLocalDir = '%s/snmp' % local.java |
| | | </script> |
| | | <message> |
| | | 'Copy java files locally to %s.' % javaLocalDir |
| | | 'Copy java files locally from %s to %s.' % \ |
| | | (javaSharedDir,javaLocalDir) |
| | | </message> |
| | | <call function="'CopyFolderByExtension'"> |
| | | { |
| | |
| | | <sequence> |
| | | <!--- Install DS Copy zip file --> |
| | | <message> |
| | | 'Copy DS zip archive locally to %s.' % TMPDIR |
| | | 'Copy DS zip archive locally from %s to %s.' % \ |
| | | (ZIPPATH,TMPDIR) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { |
| | |
| | | <!-- Archive SNMP_OPENDMK_JARFILE file --> |
| | | <message> |
| | | 'Copy OpenDMK jar file %s locally to %s.' \ |
| | | % (SNMP_OPENDMK_JARFILE,javaLocalDir) |
| | | % (SNMP_OPENDMK_JARFILE,javaLocalDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { |
| | |
| | | |
| | | <!-- Delete the any existing testdata archive --> |
| | | <message> |
| | | 'Delete %s/testdata.zip' % logsTempDir |
| | | 'Delete %s/testdata.zip' % local.temp |
| | | </message> |
| | | <call function="'deleteFile'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'filename' : '%s/testdata.zip' % logsTempDir |
| | | } |
| | | </call> |
| | | |
| | | <!-- Zip up contents of tests directory --> |
| | | <message> |
| | | 'Zip up local data directory to %s/testdata.zip' % logsTempDir |
| | | </message> |
| | | <call function="'zipUpFile'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'zipfile' : '%s/testdata.zip' % logsTempDir , |
| | | 'folder' : '%s' % localTestsGroupDir , |
| | | 'relativeto' : logsTestDataDir |
| | | } |
| | | </call> |
| | | |
| | | <message> |
| | | 'Zip up local quickstart directory to %s/testdata.zip' % logsTempDir |
| | | </message> |
| | | <call function="'zipUpFile'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'zipfile' : '%s/testdata.zip' % logsTempDir , |
| | | 'folder' : '%s' % quickStartLocalTestsGroupDir , |
| | | 'relativeto' : logsTestDataDir |
| | | 'filename' : '%s/testdata.zip' % local.temp |
| | | } |
| | | </call> |
| | | |
| | | <message> |
| | | 'Zip up local java files to %s/testdata.zip' % logsTempDir |
| | | 'Zip up local testdata files to %s/testdata.zip' % local.temp |
| | | </message> |
| | | <script> |
| | | javaLocalDir='%s/shared/java' % (logsTestDataDir) |
| | | javaLocalDir='%s' % local.java |
| | | </script> |
| | | <call function="'zipUpFile'"> |
| | | { 'location' : STAXServiceMachine, |
| | | 'zipfile' : '%s/testdata.zip' % logsTempDir , |
| | | 'folder' : '%s' % javaLocalDir , |
| | | 'relativeto' : logsTestDataDir |
| | | 'zipfile' : '%s/testdata.zip' % local.temp, |
| | | 'folder' : local.testdata, |
| | | 'relativeto' : local.directory |
| | | } |
| | | </call> |
| | | |
| | | </sequence> |
| | | <else> |
| | | <message> |
| | | 'Test data is already created.' |
| | | 'Test data for %s group is already created.' % groupDataDir |
| | | </message> |
| | | </else> |
| | | </if> |
| | |
| | | |
| | | <!--- Copy staging data to remote host --> |
| | | <message> |
| | | 'Copy %s/testdata.zip to %s on %s' % (logsTestDataDir,dsDir,dsHost) |
| | | 'Copy %s/testdata.zip to %s on %s' % (local.testdata,dsDir,dsHost) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : '%s/testdata.zip' % logsTempDir, |
| | | { 'srcfile' : '%s/testdata.zip' % local.temp, |
| | | 'destfile' : '%s/testdata.zip' % dsDir, |
| | | 'remotehost' : dsHost |
| | | } |
| | |
| | | |
| | | <!--- Install DS Copy zip file --> |
| | | <message> |
| | | 'Copy DS zip archive %s/%s to %s' % (logsTempDir,ZIPNAME,dsHost) |
| | | 'Copy DS zip archive %s/%s to %s' % (local.temp,ZIPNAME,dsHost) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : '%s/%s' % (ZIPPATH,ZIPNAME), |
| | |
| | | |
| | | <!-- configure the coverage dump file --> |
| | | <script> |
| | | mylog="::coverage - checking for %s/lib/emma.jar\n" % dsPath |
| | | if os.path.exists('%s/lib/emma.jar' % dsPath): |
| | | mylog="::coverage - checking for %s/%s/lib/emma.jar\n" % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | if os.path.exists('%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)): |
| | | mylog+=" ::coverage on\n" |
| | | if not os.path.exists('%s/coverage' % TMPDIR): |
| | | os.mkdir('%s/coverage' % TMPDIR) |
| | |
| | | os.mkdir('%s/coverage/%s' % (TMPDIR,CurrentTestPath['group'])) |
| | | mylog+=" ::mkdir %s/coverage/%s on\n" \ |
| | | % (TMPDIR,CurrentTestPath['group']) |
| | | mylog+=" ::writing to %s/classes/emma.properties" \ |
| | | % dsPath |
| | | coveragefh = open( '%s/classes/emma.properties' % dsPath, 'w' ) |
| | | mylog+=" ::writing to %s/%s/classes/emma.properties" \ |
| | | % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | coveragefh = open( '%s/%s/classes/emma.properties' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME), 'w' ) |
| | | coveragefh.write( 'coverage.out.file=%s/coverage/%s/coverage.ec\n' \ |
| | | % (TMPDIR,CurrentTestPath['group']) ) |
| | | coveragefh.close() |
| | |
| | | syncserver = syncserverMap['instance'] |
| | | |
| | | filename = 'replication_conf.ldif' |
| | | filePath = '%s/%s' % (logsTestDataDir,filename) |
| | | dataDir = '%s/%s' % (syncserver.getDir(),relativeDataDir) |
| | | filePath = '%s/%s' % (local.testdata,filename) |
| | | dataDir = '%s/%s' % (syncserver.getDir(),remote.reldatadir) |
| | | |
| | | write_replication_conf_ldif_file(filePath, syncserver) |
| | | </script> |
| | |
| | | |
| | | <!-- Copy the replication_conf ldif to remote host --> |
| | | <message> |
| | | 'Copy %s file from %s to %s' % (filename,logsTestDataDir,dataDir) |
| | | 'Copy %s file from %s to %s' % (filename,local.testdata,dataDir) |
| | | </message> |
| | | <call function="'copyFile'"> |
| | | { 'srcfile' : filePath, |
| | |
| | | 'dsInstanceDn' : syncserver.getRootDn(), |
| | | 'dsInstancePswd' : syncserver.getRootPwd(), |
| | | 'entryToBeAdded' : '%s/%s/replication/workaround-2201.ldif' \ |
| | | % (syncserver.getDir(), relativeDataDir) |
| | | % (syncserver.getDir(),remote.reldatadir) |
| | | } |
| | | </call> |
| | | |
| | |
| | | class Test: |
| | | def __init__(self, group, suite, fullname, start, stop, failures, successes, issues, duration): |
| | | self.message=[] |
| | | self.log='%s/test.log' % logsTempDir |
| | | self.errors='%s/error.log' % logsTempDir |
| | | self.access='%s/access.log' % logsTempDir |
| | | self.log='%s/test.log' % local.temp |
| | | self.errors='%s/error.log' % local.temp |
| | | self.access='%s/access.log' % local.temp |
| | | for f in [self.log,self.errors,self.access]: |
| | | if os.path.exists(logsTempDir): |
| | | if os.path.exists(local.temp): |
| | | fh=open(f,'w') |
| | | fh.write('') |
| | | fh.close() |
| | |
| | | thisTest.appendLog(logType, _log) |
| | | |
| | | # save to test log |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(thisTest.toXML()) |
| | | testlog.close() |
| | |
| | | FormattedTestgroup=FormattedTestcase.group(ThisGroupName) |
| | | FormattedTestsuite=FormattedTestcase.suite(ThisSuiteName) |
| | | |
| | | TestLogDir= '%s/%s' % (logsTestsDir,FormattedTestgroup) |
| | | TestLogDir= '%s/%s' % (logs.tests,FormattedTestgroup) |
| | | TestLogFile='%s/%s' % (TestLogDir,FormattedTestsuite) |
| | | </script> |
| | | |
| | |
| | | # the reason for that is that the topology is created AFTER the |
| | | # first test group has started (as part of the first setup) |
| | | # the following groups are going to use the same topology |
| | | mylog="::coverage - checking for %s/lib/emma.jar\n" % dsPath |
| | | if os.path.exists('%s/lib/emma.jar' % dsPath): |
| | | mylog="::coverage - checking for %s/%s/lib/emma.jar\n" % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | if os.path.exists('%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)): |
| | | mylog+=" ::coverage on\n" |
| | | if not os.path.exists('%s/coverage' % TMPDIR): |
| | | os.mkdir('%s/coverage' % TMPDIR) |
| | |
| | | if not os.path.exists('%s/coverage/%s' % (TMPDIR,CurrentTestPath['group'])): |
| | | os.mkdir('%s/coverage/%s' % (TMPDIR,CurrentTestPath['group'])) |
| | | mylog+=" ::mkdir %s/coverage/%s on\n" % (TMPDIR,CurrentTestPath['group']) |
| | | mylog+=" ::writing to %s/classes/emma.properties" % dsPath |
| | | coveragefh = open( '%s/classes/emma.properties' % dsPath, 'w' ) |
| | | mylog+=" ::writing to %s/%s/classes/emma.properties" % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | coveragefh = open( '%s/%s/classes/emma.properties' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME), 'w' ) |
| | | coveragefh.write( 'coverage.out.file=%s/coverage/%s/coverage.ec\n' % (TMPDIR,CurrentTestPath['group']) ) |
| | | coveragefh.close() |
| | | </script> |
| | |
| | | </script> |
| | | |
| | | <message>'##### %s group postamble #####' % ThisGroupName</message> |
| | | |
| | | <if expr="os.path.exists('%s/lib/emma.jar' % dsPath)"> |
| | | |
| | | <script> |
| | | emmaJar='%s/%s/lib/emma.jar' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | coverageEm='%s/%s/coverage.em' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | coverageEc='%s/coverage/%s/coverage.ec' % (TMPDIR,CurrentTestPath['group']) |
| | | coverageXml='%s/coverage/%s/coverage.xml' % (TMPDIR,CurrentTestPath['group']) |
| | | coverageHtml='%s/coverage/%s/coverage.html' % (TMPDIR,CurrentTestPath['group']) |
| | | </script> |
| | | |
| | | <if expr="os.path.exists(emmaJar)"> |
| | | <sequence> |
| | | <call function="'runCommand'"> |
| | | { 'name' : 'Generate coverage xml report for test group %s' % CurrentTestPath['group'], |
| | | 'command' : 'java', |
| | | 'arguments' : ' -Xms64M -Xmx512M -cp %s/lib/emma.jar emma report -r xml,html -in %s/coverage.em,%s/coverage/%s/coverage.ec -Dreport.xml.out.file=%s/coverage/%s/coverage.xml -Dreport.html.out.file=%s/coverage/%s/coverage.html -sp %s/../../../src' % (dsPath,dsPath,TMPDIR,CurrentTestPath['group'],TMPDIR,CurrentTestPath['group'],TMPDIR,CurrentTestPath['group'],TMPDIR), |
| | | 'arguments' : ' -Xms64M -Xmx512M -cp %s emma report -r xml,html -in %s,%s -Dreport.xml.out.file=%s -Dreport.html.out.file=%s -sp %s/../../../src' % (emmaJar,coverageEm,coverageEc,coverageXml,coverageHtml,TMPDIR), |
| | | 'path' : TMPDIR |
| | | } |
| | | </call> |
| | |
| | | if thisNodeAttributes.getNamedItem("type").getNodeValue() == 'block, %': |
| | | rawCoverage = thisNodeAttributes.getNamedItem("value").getNodeValue() |
| | | coverage = rawCoverage.split('%')[0] |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(" <group>\n") |
| | | testlog.write(" <name>\n") |
| | |
| | | </sequence> |
| | | <else> |
| | | <script> |
| | | testlog=open('%s/tests-log.xml' % logsTestsDir,'a') |
| | | testlog=open('%s/tests-log.xml' % logs.tests,'a') |
| | | testlog.seek(0,2) |
| | | testlog.write(" <group>\n") |
| | | testlog.write(" <name>\n") |
| | |
| | | |
| | | if not env: |
| | | if is_windows_platform(location): |
| | | env=['PATH=C:\Windows;C:\Windows\system32;%s' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME] |
| | | env=['PATH=C:\Windows;C:\Windows\system32;%s' % path, 'JAVA_HOME=%s' % JAVA_HOME] |
| | | else: |
| | | env=['PATH=/bin:/usr/bin:%s' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME] |
| | | env=['PATH=/bin:/usr/bin:%s' % path, 'JAVA_HOME=%s' % JAVA_HOME] |
| | | </script> |
| | | <message> |
| | | '%s: Running command:\n %s %s\nlocation: %s\nenv: %s\nworkdir: %s' % (_id,command,arguments,location,env,path) |
| | |
| | | refFile = '%s.ref' % tmpName |
| | | |
| | | if not refPath: |
| | | refPath = '%s/%s' % (logsLocalDataDir,FormattedTestgroup) |
| | | refPath = '%s/%s' % (local.data,FormattedTestgroup) |
| | | |
| | | if not diffFile: |
| | | regexp = re.compile('\..*$') |
| | |
| | | diffFile = '%s.diff' % tmpName |
| | | |
| | | if not diffPath: |
| | | diffPath = '%s/%s/diffs' % (logsTestsDir,FormattedTestgroup) |
| | | diffPath = '%s/%s/diffs' % (logs.tests,FormattedTestgroup) |
| | | else: |
| | | diffPath = '%s/diffs' % (diffPath) |
| | | |
| | |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | | <call function="'ResolveVar'" > |
| | | { |
| | | 'location' : location , |
| | | 'type' : 'STRING', |
| | | 'name' : 'STAF/Env/JAVA_HOME' |
| | | } |
| | | </call> |
| | | <script>local_java_home = '%s' % STAFResult</script> |
| | | |
| | | <!-- Build the command --> |
| | | <script> |
| | |
| | | cp = 'CLASSPATH=.' |
| | | |
| | | if location == STAXServiceMachine: |
| | | cmd = '%s/bin/javac' % local_java_home |
| | | cmd = '%s/bin/javac' % LOCAL_JAVA_HOME |
| | | env = ['%s' % cp] |
| | | else: |
| | | cmd = '%s/bin/javac' % JAVA_HOME |
| | |
| | | "is_windows_platform", |
| | | "create_property_table", |
| | | "compare_property_table", |
| | | "exception_thrown" ] |
| | | "exception_thrown", |
| | | "directory_server", |
| | | "test_env" ] |
| | | |
| | | class format_testcase: |
| | | 'Format the Test name objects' |
| | |
| | | result = result + ' should be the same.\n' |
| | | |
| | | return result |
| | | |
| | | class directory_server: |
| | | 'Container to hold DS instance objects' |
| | | def __init__(self): |
| | | self.location='' |
| | | self.host='' |
| | | self.port='' |
| | | self.dn='' |
| | | self.password='' |
| | | |
| | | def location(self,location): |
| | | return location |
| | | |
| | | def host(self,name): |
| | | return name |
| | | |
| | | def port(self,port): |
| | | return port |
| | | |
| | | def dn(self,dn): |
| | | return dn |
| | | |
| | | def password(self,pswd): |
| | | return pswd |
| | | |
| | | def suffix(self,sfx): |
| | | return sfx |
| | | |
| | | class test_env: |
| | | 'Container to hold test environment instance objects' |
| | | def __init__(self): |
| | | self.environment='' |
| | | |
| | | class source: |
| | | 'Container to hold source data instance objects' |
| | | def __init__(self,dir): |
| | | self.directory=dir |
| | | self.data='%s/functional-tests/shared/data' % dir |
| | | self.common='%s/shared' % dir |
| | | self.java='%s/java' % self.common |
| | | |
| | | def get_directory(self): |
| | | return self.directory |
| | | |
| | | def get_data(self): |
| | | return self.data |
| | | |
| | | def get_common(self): |
| | | return self.common |
| | | |
| | | def get_java(self): |
| | | return self.java |
| | | |
| | | class logs: |
| | | 'Container to hold test log instance objects' |
| | | def __init__(self,dir): |
| | | self.directory=dir |
| | | self.tests='%s/testlogs' % dir |
| | | self.reports='%s/reports' % dir |
| | | self.sut='%s/sutlogs' % dir |
| | | |
| | | def get_directory(self): |
| | | return self.directory |
| | | |
| | | def get_tests(self): |
| | | return self.tests |
| | | |
| | | def get_reports(self): |
| | | return self.reports |
| | | |
| | | def get_sut(self): |
| | | return self.sut |
| | | |
| | | class data: |
| | | 'Container to hold local and remote test data instance objects' |
| | | def __init__(self,dir): |
| | | self.directory=dir |
| | | self.testdata='%s/testdata' % dir |
| | | self.java='%s/java' % self.testdata |
| | | self.data='%s/data' % self.testdata |
| | | self.temp='%s/temp' % dir |
| | | self.reldatadir='testdata/data' |
| | | self.reljavadir='testdata/java' |
| | | |
| | | def get_directory(self): |
| | | return self.directory |
| | | |
| | | def get_testdata(self): |
| | | return self.testdata |
| | | |
| | | def get_java(self): |
| | | return self.java |
| | | |
| | | def get_data(self): |
| | | return self.data |
| | | |
| | | def get_temp(self): |
| | | return self.temp |
| | | |
| | | def get_reldatadir(self): |
| | | return self.directory |
| | | |
| | | def get_reljavadir(self): |
| | | return self.directory |
| | | |