software.cfg 922 Bytes
Newer Older
1
[buildout]
2
extends =
3
   ../../component/xorg/buildout.cfg
4
   ../../component/lxml-python/buildout.cfg
5
   ../../component/firefox/buildout.cfg
6
   ../../component/dash/buildout.cfg
7
   ../../stack/slapos.cfg
8
   ./buildout.hash.cfg
9

10
# develop += /opt/slapdev
11

12
parts =
13
   slapos-cookbook
14 15 16
   template
   eggs
   instance-recipe-egg
17
   xserver
18
   firefox-wrapper
19
   geckodriver
20
   xwd
21 22 23

[instance-recipe]
egg = slapos.cookbook
24
module = seleniumrunner
25 26 27 28 29 30 31 32 33 34

[instance-recipe-egg]
recipe = zc.recipe.egg
eggs = ${instance-recipe:egg}

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}

35 36

[macro-template]
37
recipe = slapos.recipe.template
38
url = ${:_profile_base_location_}/${:filename}
39 40
mode = 0644

41 42 43 44
[template]
<= macro-template
output = ${buildout:directory}/template.cfg

Romain Courteaud's avatar
Romain Courteaud committed
45
[template-selenium]
46
<= macro-template
Romain Courteaud's avatar
Romain Courteaud committed
47 48
output = ${buildout:directory}/template-selenium.cfg

49
[versions]
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
50
plone.recipe.command = 1.1
51
slapos.recipe.template = 4.3