]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: limit ceph-disk unit tests to test dir
authorLoic Dachary <ldachary@redhat.com>
Wed, 9 Dec 2015 15:52:10 +0000 (16:52 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 7 Jan 2016 14:26:19 +0000 (15:26 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 499c80db606fe3926a8a603e03fdba6967d66003)

src/test/python/ceph-disk/tox.ini

index 194c0fc0b1ae4cb940a4e062098631ccad1ac0e2..a89f0e306fcaa3a1525430911e09566554a3c5cb 100644 (file)
@@ -11,7 +11,7 @@ deps=
 
 commands=
   python setup.py develop
-  py.test -vv --cov=ceph_disk.py --cov-report=term-missing
+  py.test -vv --cov=ceph_disk.py --cov-report=term-missing {posargs:tests}
 
 [testenv:flake8]
 deps=