mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
19.16.2013 7fb9f3d5a7a6d9961c5c58268b11a4fff4cedd44
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[1] Prepare run
 
$ ./build tests-configure
 
=> for the question "Enter java home", the default value is a jre, in some tests we use javac so to avoid 
some errors during the tests enter a path to a jdk
 
After running this command the following file is created: functional-tests-<hostname>.properties
 
=> if you want to change the list of tests to be executed, edit this file and update the variable: test.plan.custom
for instance: test.plan.custom=replication,core
 
[2] Running the tests
 
$ ./build tests-run
 
[3] Monitoring the tests
 
$ ./build staf-gui
 
or
 
in your browser open the following file: 
<log_dir>/<hostname>-<timestamp>/reports/results_tmp.xml