Skip to content

Commit bfef447

Browse files
committed
Add the func-dev tox environment
1 parent aee8905 commit bfef447

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ceph-fs/src/tox.ini

+5
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@ basepython = python3
5656
commands =
5757
functest-run-suite --keep-model --bundle {posargs}
5858

59+
[testenv:func-dev]
60+
basepython = python3
61+
commands =
62+
functest-run-suite --keep-model --dev
63+
5964
[testenv:venv]
6065
commands = {posargs}

ceph-rbd-mirror/src/tox.ini

+5
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@ basepython = python3
5252
commands =
5353
functest-run-suite --keep-model --bundle {posargs}
5454

55+
[testenv:func-dev]
56+
basepython = python3
57+
commands =
58+
functest-run-suite --keep-model --dev
59+
5560
[testenv:venv]
5661
commands = {posargs}

0 commit comments

Comments
 (0)