Commit 0fada77b authored by Łukasz Nowak's avatar Łukasz Nowak

Check that networkcache was correctly installed.

parent c245f705
...@@ -29,7 +29,17 @@ So lets activate networkcache in buildout: ...@@ -29,7 +29,17 @@ So lets activate networkcache in buildout:
... slapos.libnetworkcache ... slapos.libnetworkcache
... zc.buildout ... zc.buildout
... ''') ... ''')
>>> ignore = system(buildout) >>> ignored = system(buildout)
Lets check that networkcache is correclty installed:
>>> write(sample_buildout, 'buildout.cfg',
... '''
... [buildout]
... parts =
... ''')
>>> print system(buildout + ' -v')
Networkcache functionality not enabled. In order to activate use networkcache-section.
...
Now let's prepare networkcache server: Now let's prepare networkcache server:
>>> nc_data = tmpdir('nc_data') >>> nc_data = tmpdir('nc_data')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment