]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume/tests: speed up tox tests
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 14 Mar 2022 14:40:47 +0000 (14:40 +0000)
committerAdam King <adking@redhat.com>
Tue, 17 May 2022 14:25:59 +0000 (10:25 -0400)
commit9a20700e21139e5dc8401ce64b5b4530a5a70028
tree2d7a10e921b3c36dcf59bb626cd1b0a07d2c2714
parent67b098d7bd69d26acc64f0071904f08b668ce91e
ceph-volume/tests: speed up tox tests

Let's use `--numprocesses=auto` in order to speed up the unit tests execution.

See the difference, without `--numprocesses=auto`:
```

... omitted output ...

real    1m22.884s
user    0m23.003s
sys     0m20.504s
```

with `--numprocesses=auto`:

```

... omitted output ...

real    0m18.767s
user    0m33.056s
sys     0m23.244s
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit cd5eb7939ed92b584c45689a3169847811b8518d)
src/ceph-volume/tox.ini