# # XTest driver property example file # # Actions that driver should do xtest.execute=install-ide,checkout,execute # Path to file/directory used for installing IDE ide.install.path=/builds/last_NB.zip # What type installation will be used. Legal values are 'zip', 'installator' and 'dir'. ide.install.type=zip # List of cvs repositories with its local workdir directories xtest.cvs.repositories=cvs.netbeans.org:/cvs-/space/xtest/cvs/nb_all,othercvs:/cvs-/space/xtest/cvs/xy_all # Definition of instanaces xtest.instance.cvs.workdir/1=/space/xtest/cvs/nb_all xtest.instance.location/1=xtest/instance xtest.instance.cvs.root/1=cvs.netbeans.org:/cvs{trunk} xtest.instance.config/1=config-1 xtest.instance.cvs.workdir/2=/space/xtest/cvs/xy_all xtest.instance.location/2=myrepository/tests/xtest-instance xtest.instance.testroot/2=myrepository/tests xtest.instance.cvs.root/2=othercvs:/cvs{trunk} xtest.instance.config/2=config-name # List of system modules that xtest need for work xtest.driver.sysmodules=nbbuild,junit # Branches and repositories of system modules nbbuild.branch=cvs.netbeans.org:/cvs{trunk} junit.branch=cvs.netbeans.org:/cvs{trunk} # Branches and repositories of tested modules # if they are other than default defined by xtest.instance.cvs.root openide/test.branch=cvs.netbeans.org:/cvs{private_branch} # # the 5 following properties are required only when results from # tests will be further processed by the publishing server # # which project is tested xtest.tested.project=NetBeans release 33 # which group tests this project xtest.testing.group=QA # which team tests this project xtest.testing.team=Core # which kind of tests are run xtest.tested.type=functional # where to ship results when tests are finished (usually directory # scanned by the publishing server to integrate results) xtest.ship.results.to=/space/results # full domain name of machine which performs the tests xtest.machine=mytester.mydomain.netbeans.org