]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Mar 2022 21:49:01 +0000 (23:49 +0200)
commitcd5eb7939ed92b584c45689a3169847811b8518d
tree6351e75561f8e697cbae355692f33c0dab93052d
parent7e41eb9f93af0963e8beeaab449016404f1be5a5
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>
src/ceph-volume/tox.ini