Skip to content

Commit 8399bd0

Browse files
committed
Add tox configuration for integration tests
* This configuration works at the moment only on my system as it uses local libvirt ip addresses
1 parent 113022d commit 8399bd0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tox-integrationtests.ini

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[tox]
2+
envlist = py27-v4.{8,10,12,14}
3+
4+
[testenv]
5+
deps=nose
6+
mock
7+
coverage
8+
commands=nosetests
9+
passenv = OCA_INT_TESTS_ONE_AUTH
10+
11+
[testenv:py27-v4.8]
12+
setenv =
13+
OCA_INT_TESTS=4.8
14+
OCA_INT_TESTS_ONE_XMLRPC=http://192.168.122.204:2633/RPC2
15+
16+
[testenv:py27-v4.10]
17+
setenv =
18+
OCA_INT_TESTS=4.10
19+
OCA_INT_TESTS_ONE_XMLRPC=http://192.168.122.41:2633/RPC2
20+
21+
[testenv:py27-v4.12]
22+
setenv =
23+
OCA_INT_TESTS=4.12
24+
OCA_INT_TESTS_ONE_XMLRPC=http://192.168.122.197:2633/RPC2
25+
26+
[testenv:py27-v4.14]
27+
setenv =
28+
OCA_INT_TESTS=4.13
29+
OCA_INT_TESTS_ONE_XMLRPC=http://192.168.122.10:2633/RPC2
30+

0 commit comments

Comments
 (0)