@@ -30,44 +30,45 @@ get a perfect score.
30
30
If the file you're modifying is not listed here you can either implement one on your own,
31
31
or ask for help.
32
32
33
- | File: | Tests: | Notes: |
34
- | :-------------------- | :--------------------- | :------------------------------------ |
35
- | ` ansithemeprint.py ` | ` tests/atptests ` | Optional manual tests |
36
- | ` ansible_helper.py ` | ` tests/ansibletests ` | Ansible setup required |
37
- | ` checks.py ` | ` tests/checkstests ` | |
38
- | ` cmtio.py ` | ` tests/iotests ` | |
39
- | ` cmtio_yaml.py ` | ` tests/iotests ` | |
40
- | ` cmtlib.py ` | ` tests/cmtlibtests ` | Ansible & cluster setup optional |
41
- | ` cmtvalidators.py ` | ` tests/validatortests ` | |
42
- | ` cmttypes.py ` | ` tests/typetests ` | |
43
- | ` cni_data.py ` | ` tests/cnitests ` | |
44
- | ` commandparser.py ` | ` tests/clptests ` | |
45
- | ` curses_helper.py ` | ` tests/cursestests ` | |
46
- | ` datagetters.py ` | ` tests/dgtests ` | |
47
- | ` fieldgetters.py ` | ` tests/fgtests ` | |
48
- | ` generators.py ` | ` tests/gentests ` | |
49
- | ` formatter.py ` | ` tests/fmttests ` | |
50
- | ` infogetters.py ` | ` tests/infogtests ` | |
51
- | ` itemgetters.py ` | ` tests/itemgtests ` | |
52
- | ` kubernetes_helper.py ` | ` tests/khtests ` | Cluster setup optional |
53
- | ` listgetters.py ` | ` tests/lgtests ` | |
54
- | ` logparser.py ` | ` tests/logtests ` | |
55
- | ` objgetters.py ` | ` tests/ogtests ` | |
56
- | ` networkio.py ` | ` tests/iotests ` | |
57
- | ` networkio.py ` | ` tests/networkiotests ` | Tests in iotests should be moved here |
58
- | ` reexecutor.py ` | ` tests/async_fetch ` | Cluster setup mandatory |
33
+ | File: | Tests: | Notes: |
34
+ | :--------------------- | :--------------------- | :------------------------------------ |
35
+ | ` ansithemeprint.py ` | ` tests/atptests ` | Optional manual tests |
36
+ | ` ansible_helper.py ` | ` tests/ansibletests ` | Ansible setup required |
37
+ | ` checks.py ` | ` tests/checkstests ` | |
38
+ | ` cmtio.py ` | ` tests/iotests ` | |
39
+ | ` cmtio_yaml.py ` | ` tests/iotests ` | |
40
+ | ` cmtlib.py ` | ` tests/cmtlibtests ` | Ansible & cluster setup optional |
41
+ | ` cmtvalidators.py ` | ` tests/validatortests ` | |
42
+ | ` cmttypes.py ` | ` tests/typetests ` | |
43
+ | ` cni_data.py ` | ` tests/cnitests ` | |
44
+ | ` commandparser.py ` | ` tests/clptests ` | |
45
+ | ` curses_helper.py ` | ` tests/cursestests ` | |
46
+ | ` datagetters.py ` | ` tests/dgtests ` | |
47
+ | ` fieldgetters.py ` | ` tests/fgtests ` | |
48
+ | ` generators.py ` | ` tests/gentests ` | |
49
+ | ` formatter.py ` | ` tests/fmttests ` | |
50
+ | ` infogetters.py ` | ` tests/infogtests ` | |
51
+ | ` itemgetters.py ` | ` tests/itemgtests ` | |
52
+ | ` kubernetes_helper.py ` | ` tests/khtests ` | Cluster setup optional |
53
+ | ` listgetters.py ` | ` tests/lgtests ` | |
54
+ | ` listgetters_async.py ` | ` tests/lgtests ` | Cluster setup required |
55
+ | ` logparser.py ` | ` tests/logtests ` | |
56
+ | ` objgetters.py ` | ` tests/ogtests ` | |
57
+ | ` networkio.py ` | ` tests/iotests ` | |
58
+ | ` networkio.py ` | ` tests/networkiotests ` | Tests in iotests should be moved here |
59
+ | ` reexecutor.py ` | ` tests/async_fetch ` | Cluster setup required |
59
60
60
61
_ Note_ :
61
62
62
63
* Optional manual tests mean that there are optional testcases that require manual input
63
64
* Ansible setup optional means that there are optional testcases that require cmt to
64
- be installed and configured with an inventory
65
+ be installed and configured with an inventory.
65
66
* Ansible setup required means that all or almost all testcases require cmt to
66
- be installed and configured with an inventory
67
+ be installed and configured with an inventory.
67
68
* Cluster setup optional means that there are optional testcases that require access
68
- to a cluster
69
+ to a cluster.
69
70
* Cluster setup required means that all or almost all testcases require access
70
- to a cluster
71
+ to a cluster; these tests may be hidden behind the ` --include-cluster ` flag.
71
72
72
73
At some point this might be revisited; ideally most most functions that only rely
73
74
indirectly on a working cluster or Ansible setup should be passed dummy data instead.
0 commit comments