forked from netenglabs/suzieq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
170 lines (155 loc) · 2.33 KB
/
pytest.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[pytest]
#addopts =--strict -rfe --disable-warnings
addopts =--strict-markers -n auto -rfe -m 'not cndcn'
asyncio_mode = auto
markers =
# test types
fast
slow
smoke
deprecated
# update data
cleanup
cndcn
dual_attach
gather_data
gather_dual_attach
gather_single_attach
single_attach
test_update
update_data
update_dual_attach
update_single_attach
# SuzieQ components
cli
engines
plugin
rest
service
sqobject
# engines
rest_engine
# sqcmds
assert
command
describe
find
help
interface
lpm
mac
namespace
route
show
sqcmds
summarize
table
top
unique
# filters
filter: filter output of the cli
all: columns = *
badquery
bootupTimestamp
bridged
columns
deviceCnt
estdTime
fail
full
groupby
hostname
ipv6
lastChangeTime
negate
numChanges
pass
prefix
prefixlen
regex
status
statusChangeTimestamp
switchport
updatesRx
updatesTx
uptime
vni
# coalescer
coalesce
coalescer_launcher
transform
# poller
poller
poller_object
poller_unit_tests
# worker
output_worker
output_worker_manager
poller_inventory
poller_worker
service_manager
# controller
controller
controller_chunker
controller_chunker_static
controller_credential_loader
controller_credential_loader_credential_file
controller_credential_loader_static
controller_device
controller_inventory
controller_manager
controller_manager_static
controller_source
controller_source_ansible
controller_source_native
controller_source_netbox
controller_unit_tests
# schema
textfsm
schema
# parsing
parsing
# namespaces/nosses
broken
cumulus
eos
ios
iosxe
iosxr
junos
mixed
nxos
panos
vmx
# misc
recursive
sq_config
system
version
# tables
address
arpnd
bgp
devconfig
device
evpnVni
fs
ifCounters
interfaces
inventory
lldp
macs
mlag
network
ospf
ospfIf
ospfNbr
path
routes
sqpoller
sqPoller
tables
time
topology
vlan
xfail_strict = True