Commit 1d9d7620 authored by Kirill Smelkov's avatar Kirill Smelkov

X .nxdtest: Initial draft

To run wendelin.core tests under Nexedi testing infrastructure.
parent e3db9297
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
# test matrix: {fs,zeo,neo}-{!wcfs,wcfs}
for stor in ['fs', 'zeo', 'neo']:
for wcfs in [False, True]:
name = '%s-%swcfs' % (stor, '' if wcfs else '!')
envadj = {
'WENDELIN_CORE_TEST_DB': '<%s>' % stor,
'WENDELIN_CORE_VIRTMEM': 'r:wcfs+w:uvmm' if wcfs else 'rw:uvmm',
}
# TODO summaryf=?
TestCase(name, ['make', 'test'], envadj=envadj)
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