Akshay Adhikari de9459d6c0 Issue 6753 - Port ticket47953 test to acl/misc_test.py using DSLdapObject (#7153) 3 місяців тому
..
basic d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 роки тому
bdb_instances 8856e54a87 Issue 6430 - implement read-only bdb (#6431) 8 місяців тому
entryuuid 72338f1263 Issue 4877 - RFE - EntryUUID to validate UUIDs on fixup (#4878) 4 роки тому
freeipa cc3a864095 Issue 6136 - failure in freeipa tests (#6137) 2 роки тому
longduration 29ee6d2ec9 issue 4585 - backend redesign phase 3c - dbregion test removal (#4665) 5 роки тому
openldap_2_389 89160f7aa5 Issue 5526 - RFE - Improve saslauthd migration options (#5528) 3 роки тому
ticket47988 d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 роки тому
ticket48212 d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 роки тому
ticket49121 543fe89edb Ticket #49121 - ns-slapd crashes in ldif_sput due to the output buf size is less than the real size. 9 роки тому
ticket49441 b4497c4f28 Ticket 49441 - Import crashes with large indexed binary 8 роки тому
tls 8c0be3416b Issue 5162 - BUG - error on importing chain files (#5164) 4 роки тому
urp 1a7abef18d Issue 6159 - Add a test to check URP add and delete conflict (#6160) 1 рік тому
5Kusers.ldif 14c05c40f1 Issue 7029 - Add test case to measure ndn cache performance impact (#7030) 5 місяців тому
README d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 роки тому
__init__.py d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 роки тому

README

DATA DIRECTORY README

This directory is used for storing LDIF files used by the dirsrvtests scripts.
This directory can be retrieved via getDir() from the DirSrv class.

Example:

data_dir_path = topology.standalone.getDir(__file__, DATA_DIR)

ldif_file = data_dir_path + "ticket44444/1000entries.ldif"