forked from collective/Products.PloneFormGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
28 lines (24 loc) · 798 Bytes
/
buildout.cfg
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
[buildout]
extends =
test-plone-4.1.x.cfg
parts +=
testsite
funkload
[funkload]
recipe = zc.recipe.egg:scripts
url = http://localhost:8080/pfgtest
eggs =
${instance:eggs}
collective.funkload
collective.recipe.funkload
arguments = url="${:url}",buildout_dir="${buildout:directory}",report_destination="${buildout:directory}/var/funkload/reports",data_destination="${buildout:directory}/var/funkload/data"
[testsite]
recipe = collective.recipe.plonesite>=1.3
site-id = pfgtest
site-replace = True
profiles-initial =
profile-Products.PloneFormGen:loadtest
post-extras = ${buildout:directory}/Products/PloneFormGen/tests/loadtestsetup.py
[versions]
# plone.app.jquery newer than 1.4.4 has bundle support, which breaks GenericSetup in Plone 4.1
plone.app.jquery = 1.4.4.