| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2012 ForgeRock AS. |
| | | ! Copyright 2012-2013 ForgeRock AS. |
| | | ! --> |
| | | <stax> |
| | | <defaultcall function="main_importldif" /> |
| | |
| | | <call function="'testGroup_Preamble'" /> |
| | | <script> |
| | | suiteList = [] |
| | | #suiteList.append('basic') |
| | | #suiteList.append('binary_attributes') |
| | | #suiteList.append('properties') |
| | | #suiteList.append('indexes') |
| | | suiteList.append('basic') |
| | | suiteList.append('binary_attributes') |
| | | suiteList.append('properties') |
| | | suiteList.append('indexes') |
| | | suiteList.append('tasks') |
| | | |
| | | def get_testsuite_filename(testsdir,groupname,suitename): |