We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee8905 commit bfef447Copy full SHA for bfef447
ceph-fs/src/tox.ini
@@ -56,5 +56,10 @@ basepython = python3
56
commands =
57
functest-run-suite --keep-model --bundle {posargs}
58
59
+[testenv:func-dev]
60
+basepython = python3
61
+commands =
62
+ functest-run-suite --keep-model --dev
63
+
64
[testenv:venv]
65
commands = {posargs}
ceph-rbd-mirror/src/tox.ini
@@ -52,5 +52,10 @@ basepython = python3
52
53
54
55
0 commit comments