-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunOpenAuditTests.README.txt
37 lines (30 loc) · 1.53 KB
/
runOpenAuditTests.README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Synopsis:
md.install.dir=... (the location of the SSCAE MD17.0.2 installation)
open.audir.dir=... (the directory from which to audit each *.mdzip/*.mdxml/*.xmi file for ProjectUsage Integrity)
result.dir=... (the directory where to save the JUnit XML result file and where a 'tmp' directory will be created for MD's temporary storage)
ant \
-f ${md.install.dir}/plugins/gov.nasa.jpl.magicdraw.projectUsageIntegrity/runOpenAuditTests.ant \
-Dmd.install.dir=${md.install.dir} \
-Daudit.dir=${open.audit.dir} \
-Dtest.dir=${result.dir} \
-Daudit.report=serialization
This is equivalent to:
ant \
-f ${md.install.dir}/plugins/gov.nasa.jpl.magicdraw.projectUsageIntegrity/runOpenAuditTests.ant \
-Dmd.install.dir=${md.install.dir} \
-Daudit.dir=${open.audit.dir} \
-Dtest.dir=${result.dir} \
-Dtest.resources=${test.dir}/testResources \
-Daudit.report=serialization
Or:
md.install.dir=... (the location of the SSCAE MD17.0.2 installation)
open.audir.dir=... (the directory from which to audit each *.mdzip/*.mdxml/*.xmi file for ProjectUsage Integrity)
result.dir=... (the directory where to save the JUnit XML result file and where a 'tmp' directory will be created for MD's temporary storage)
resources.dir=... (the directory used as 'tests.resources' for MD unit test properties)
ant \
-f ${md.install.dir}/plugins/gov.nasa.jpl.magicdraw.projectUsageIntegrity/runOpenAuditTests.ant \
-Dmd.install.dir=${md.install.dir} \
-Daudit.dir=${open.audit.dir} \
-Dtest.dir=${result.dir} \
-Dtest.resources=${resources.dir} \
-Daudit.report=serialization