forked from elastic/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
40 lines (38 loc) · 1.62 KB
/
tox.ini
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
29
30
31
32
33
34
35
36
37
38
39
###########################################################################################################
#
# tox configuration for Rally.
#
# Invocation: Just run "tox" from the project root.
#
# Prerequisites
# ==============
#
# * A running Elasticsearch metrics store instance
# * Tox (pip3 install tox)
# * Python 3.4 and 3.5 available (use pyenv: https://github.com/yyuu/pyenv)
# * A working configuration of Rally (run: "esrally configure --configuration-name=integration-test" once)
#
#
# Hint: When using pyenv, new Python interpreters can be installed with:
#
# pyenv install 3.4.4
# pyenv global system 3.4.4
#
# For details see https://github.com/yyuu/pyenv#choosing-the-python-version
#
###########################################################################################################
[tox]
envlist = py34, p35
platform = linux|darwin
[testenv]
deps = pytest
passenv =
HOME
JAVA_HOME
commands =
py.test
esrally --configuration-name=integration-test --revision=latest --track=tiny --challenge=append-no-conflicts --car=defaults
esrally --configuration-name=integration-test --pipeline=from-sources-skip-build --track=tiny --challenge=append-no-conflicts --car=4gheap
esrally --configuration-name=integration-test --pipeline=from-sources-skip-build --track=tiny --challenge=append-fast-no-conflicts --car=4gheap
esrally --configuration-name=integration-test --pipeline=from-sources-skip-build --track=tiny --challenge=append-fast-with-conflicts --car=4gheap
esrally --configuration-name=integration-test --pipeline=from-sources-skip-build --track=tiny --challenge=append-no-conflicts --car=two_nodes