forked from rdiff-backup/rdiff-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox_smoke.ini
50 lines (47 loc) · 2.26 KB
/
tox_smoke.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox -c tox_smoke.ini" from this directory.
# Configuration file for smoke tests with no coverage.
[tox]
envlist = py
[testenv]
# make sure those variables are passed down; you should define
# either explicitly the RDIFF_TEST_* variables or rely on the current
# user being correctly identified (which might not happen in a container)
passenv = RDIFF_TEST_*, RDIFF_BACKUP_*
deps = -r{toxinidir}/requs/base.txt
-r{toxinidir}/requs/optional.txt
-r{toxinidir}/requs/test.txt
allowlist_externals = sh
commands_pre =
rdiff-backup info
# must be the first command to setup the test environment
python testing/commontest.py
commands =
python testing/action_backuprestore_test.py --verbose --buffer
python testing/action_calculate_test.py --verbose --buffer
python testing/action_compare_test.py --verbose --buffer
python testing/action_complete_test.py --verbose --buffer
python testing/action_list_test.py --verbose --buffer
python testing/action_regress_test.py --verbose --buffer
python testing/action_remove_test.py --verbose --buffer
python testing/action_test_test.py --verbose --buffer
python testing/action_verify_test.py --verbose --buffer
python testing/api_test.py --verbose --buffer
python testing/arguments_test.py --verbose --buffer
python testing/c_test.py --verbose --buffer
python testing/eas_acls_test.py --verbose --buffer
python testing/errorsrecover_test.py --verbose --buffer
python testing/fs_abilities_test.py --verbose --buffer
python testing/hash_test.py --verbose --buffer
python testing/iterfile_test.py --verbose --buffer
python testing/librsync_test.py --verbose --buffer
python testing/location_lock_test.py --verbose --buffer
python testing/location_map_filenames_test.py --verbose --buffer
python testing/location_map_hardlinks_test.py --verbose --buffer
python testing/readonly_actions_test.py --verbose --buffer
python testing/setconnections_test.py --verbose --buffer
python testing/time_test.py --verbose --buffer
python testing/user_group_test.py --verbose --buffer
python testing/utils_simpleps_test.py --verbose --buffer