ef0a2f685d8fc93fc1c21d8fe46a59795631f377
[cascardo/ovs.git] / tests / automake.mk
1 EXTRA_DIST += \
2         $(COMMON_MACROS_AT) \
3         $(TESTSUITE_AT) \
4         $(SYSTEM_TESTSUITE_AT) \
5         $(SYSTEM_KMOD_TESTSUITE_AT) \
6         $(SYSTEM_USERSPACE_TESTSUITE_AT) \
7         $(TESTSUITE) \
8         $(SYSTEM_KMOD_TESTSUITE) \
9         $(SYSTEM_USERSPACE_TESTSUITE) \
10         tests/atlocal.in \
11         $(srcdir)/package.m4 \
12         $(srcdir)/tests/testsuite \
13         $(srcdir)/tests/testsuite.patch
14
15 COMMON_MACROS_AT = \
16         tests/ovsdb-macros.at \
17         tests/ovs-macros.at \
18         tests/ofproto-macros.at
19
20 TESTSUITE_AT = \
21         tests/testsuite.at \
22         tests/completion.at \
23         tests/library.at \
24         tests/heap.at \
25         tests/bundle.at \
26         tests/classifier.at \
27         tests/check-structs.at \
28         tests/daemon.at \
29         tests/daemon-py.at \
30         tests/ofp-actions.at \
31         tests/ofp-print.at \
32         tests/ofp-util.at \
33         tests/ofp-errors.at \
34         tests/ovs-ofctl.at \
35         tests/odp.at \
36         tests/mpls-xlate.at \
37         tests/multipath.at \
38         tests/bfd.at \
39         tests/cfm.at \
40         tests/lacp.at \
41         tests/lib.at \
42         tests/learn.at \
43         tests/vconn.at \
44         tests/file_name.at \
45         tests/aes128.at \
46         tests/unixctl-py.at \
47         tests/uuid.at \
48         tests/json.at \
49         tests/jsonrpc.at \
50         tests/jsonrpc-py.at \
51         tests/tunnel.at \
52         tests/tunnel-push-pop.at \
53         tests/tunnel-push-pop-ipv6.at \
54         tests/lockfile.at \
55         tests/reconnect.at \
56         tests/ovs-vswitchd.at \
57         tests/dpif-netdev.at \
58         tests/dpctl.at \
59         tests/ofproto-dpif.at \
60         tests/bridge.at \
61         tests/vlan-splinters.at \
62         tests/ofproto.at \
63         tests/ovsdb.at \
64         tests/ovsdb-log.at \
65         tests/ovsdb-types.at \
66         tests/ovsdb-data.at \
67         tests/ovsdb-column.at \
68         tests/ovsdb-table.at \
69         tests/ovsdb-row.at \
70         tests/ovsdb-schema.at \
71         tests/ovsdb-condition.at \
72         tests/ovsdb-mutation.at \
73         tests/ovsdb-query.at \
74         tests/ovsdb-transaction.at \
75         tests/ovsdb-execution.at \
76         tests/ovsdb-trigger.at \
77         tests/ovsdb-tool.at \
78         tests/ovsdb-server.at \
79         tests/ovsdb-monitor.at \
80         tests/ovsdb-idl.at \
81         tests/ovs-vsctl.at \
82         tests/ovs-monitor-ipsec.at \
83         tests/ovs-xapi-sync.at \
84         tests/stp.at \
85         tests/rstp.at \
86         tests/interface-reconfigure.at \
87         tests/vlog.at \
88         tests/vtep-ctl.at \
89         tests/auto-attach.at \
90         tests/ovn.at \
91         tests/ovn-nbctl.at \
92         tests/ovn-sbctl.at \
93         tests/ovn-controller.at \
94         tests/ovn-controller-vtep.at
95
96 SYSTEM_KMOD_TESTSUITE_AT = \
97         tests/system-common-macros.at \
98         tests/system-kmod-testsuite.at \
99         tests/system-kmod-macros.at
100
101 SYSTEM_USERSPACE_TESTSUITE_AT = \
102         tests/system-userspace-testsuite.at \
103         tests/system-userspace-macros.at
104
105 SYSTEM_TESTSUITE_AT = \
106         tests/system-common-macros.at \
107         tests/system-traffic.at
108
109 TESTSUITE = $(srcdir)/tests/testsuite
110 TESTSUITE_PATCH = $(srcdir)/tests/testsuite.patch
111 SYSTEM_KMOD_TESTSUITE = $(srcdir)/tests/system-kmod-testsuite
112 SYSTEM_USERSPACE_TESTSUITE = $(srcdir)/tests/system-userspace-testsuite
113 DISTCLEANFILES += tests/atconfig tests/atlocal
114
115 AUTOTEST_PATH = utilities:vswitchd:ovsdb:vtep:tests:$(PTHREAD_WIN32_DIR_DLL):ovn/controller-vtep:ovn/northd:ovn/utilities:ovn/controller
116
117 check-local: tests/atconfig tests/atlocal $(TESTSUITE)
118         $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS)
119 \f
120 # Python Coverage support.
121 # Requires coverage.py http://nedbatchelder.com/code/coverage/.
122
123 COVERAGE = coverage
124 COVERAGE_FILE='$(abs_srcdir)/.coverage'
125 check-pycov: all tests/atconfig tests/atlocal $(TESTSUITE) clean-pycov
126         PYTHONDONTWRITEBYTECODE=yes COVERAGE_FILE=$(COVERAGE_FILE) PYTHON='$(COVERAGE) run -p' $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS)
127         @cd $(srcdir) && $(COVERAGE) combine && COVERAGE_FILE=$(COVERAGE_FILE) $(COVERAGE) annotate
128         @echo
129         @echo '----------------------------------------------------------------------'
130         @echo 'Annotated coverage source has the ",cover" extension.'
131         @echo '----------------------------------------------------------------------'
132         @echo
133         @COVERAGE_FILE=$(COVERAGE_FILE) $(COVERAGE) report
134 \f
135 # valgrind support
136
137 valgrind_wrappers = \
138         tests/valgrind/ovs-appctl \
139         tests/valgrind/ovs-ofctl \
140         tests/valgrind/ovstest \
141         tests/valgrind/ovs-vsctl \
142         tests/valgrind/ovs-vswitchd \
143         tests/valgrind/ovsdb-client \
144         tests/valgrind/ovsdb-server \
145         tests/valgrind/ovsdb-tool \
146         tests/valgrind/test-aes128 \
147         tests/valgrind/test-atomic \
148         tests/valgrind/test-bundle \
149         tests/valgrind/test-byte-order \
150         tests/valgrind/test-classifier \
151         tests/valgrind/test-cmap \
152         tests/valgrind/test-csum \
153         tests/valgrind/test-flows \
154         tests/valgrind/test-hash \
155         tests/valgrind/test-hindex \
156         tests/valgrind/test-hmap \
157         tests/valgrind/test-json \
158         tests/valgrind/test-jsonrpc \
159         tests/valgrind/test-list \
160         tests/valgrind/test-lockfile \
161         tests/valgrind/test-multipath \
162         tests/valgrind/test-odp \
163         tests/valgrind/test-ofpbuf \
164         tests/valgrind/test-ovsdb \
165         tests/valgrind/test-packets \
166         tests/valgrind/test-random \
167         tests/valgrind/test-reconnect \
168         tests/valgrind/test-rstp \
169         tests/valgrind/test-sha1 \
170         tests/valgrind/test-stp \
171         tests/valgrind/test-type-props \
172         tests/valgrind/test-unix-socket \
173         tests/valgrind/test-unixctl \
174         tests/valgrind/test-uuid \
175         tests/valgrind/test-vconn
176
177 $(valgrind_wrappers): tests/valgrind-wrapper.in
178         @test -d tests/valgrind || mkdir tests/valgrind
179         $(AM_V_GEN) sed -e 's,[@]wrap_program[@],$@,' \
180                 $(top_srcdir)/tests/valgrind-wrapper.in > $@.tmp && \
181         chmod +x $@.tmp && \
182         mv $@.tmp $@
183 CLEANFILES += $(valgrind_wrappers)
184 EXTRA_DIST += tests/valgrind-wrapper.in
185
186 VALGRIND = valgrind --log-file=valgrind.%p --leak-check=full \
187         --suppressions=$(abs_top_srcdir)/tests/glibc.supp \
188         --suppressions=$(abs_top_srcdir)/tests/openssl.supp --num-callers=20
189 EXTRA_DIST += tests/glibc.supp tests/openssl.supp
190 check-valgrind: all tests/atconfig tests/atlocal $(TESTSUITE) \
191                 $(valgrind_wrappers) $(check_DATA)
192         $(SHELL) '$(TESTSUITE)' -C tests CHECK_VALGRIND=true VALGRIND='$(VALGRIND)' AUTOTEST_PATH='tests/valgrind:$(AUTOTEST_PATH)' -d $(TESTSUITEFLAGS)
193         @echo
194         @echo '----------------------------------------------------------------------'
195         @echo 'Valgrind output can be found in tests/testsuite.dir/*/valgrind.*'
196         @echo '----------------------------------------------------------------------'
197 \f
198 # OFTest support.
199
200 check-oftest: all
201         $(AM_V_at)srcdir='$(srcdir)' $(SHELL) $(srcdir)/tests/run-oftest
202 EXTRA_DIST += tests/run-oftest
203
204 # Ryu support.
205 check-ryu: all
206         $(AM_V_at)srcdir='$(srcdir)' $(SHELL) $(srcdir)/tests/run-ryu
207 EXTRA_DIST += tests/run-ryu
208 \f
209 # Run kmod tests. Assume kernel modules has been installed or linked into the kernel
210 check-kernel: all tests/atconfig tests/atlocal $(SYSTEM_KMOD_TESTSUITE)
211         $(SHELL) '$(SYSTEM_KMOD_TESTSUITE)' -C tests  AUTOTEST_PATH='$(AUTOTEST_PATH)' -d $(TESTSUITEFLAGS)
212
213 # Testing the out of tree Kernel module
214 check-kmod: all tests/atconfig tests/atlocal $(SYSTEM_KMOD_TESTSUITE)
215         $(MAKE) modules_install
216         modprobe -r openvswitch
217         $(MAKE) check-kernel
218
219 check-system-userspace: all tests/atconfig tests/atlocal $(SYSTEM_USERSPACE_TESTSUITE)
220         $(SHELL) '$(SYSTEM_USERSPACE_TESTSUITE)' -C tests  AUTOTEST_PATH='$(AUTOTEST_PATH)' $(TESTSUITEFLAGS)
221
222 clean-local:
223         test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' -C tests --clean
224
225 AUTOTEST = $(AUTOM4TE) --language=autotest
226
227 if WIN32
228 $(TESTSUITE): package.m4 $(TESTSUITE_AT) $(COMMON_MACROS_AT) $(TESTSUITE_PATCH)
229         $(AM_V_GEN)$(AUTOTEST) -I '$(srcdir)' -o testsuite.tmp $@.at
230         patch -p0 testsuite.tmp $(TESTSUITE_PATCH)
231         $(AM_V_at)mv testsuite.tmp $@
232 else
233 $(TESTSUITE): package.m4 $(TESTSUITE_AT) $(COMMON_MACROS_AT)
234         $(AM_V_GEN)$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
235         $(AM_V_at)mv $@.tmp $@
236 endif
237
238 $(SYSTEM_KMOD_TESTSUITE): package.m4 $(SYSTEM_TESTSUITE_AT) $(SYSTEM_KMOD_TESTSUITE_AT) $(COMMON_MACROS_AT)
239         $(AM_V_GEN)$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
240         $(AM_V_at)mv $@.tmp $@
241
242 $(SYSTEM_USERSPACE_TESTSUITE): package.m4 $(SYSTEM_TESTSUITE_AT) $(SYSTEM_USERSPACE_TESTSUITE_AT) $(COMMON_MACROS_AT)
243         $(AM_V_GEN)$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
244         $(AM_V_at)mv $@.tmp $@
245
246 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
247 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
248         $(AM_V_GEN):;{ \
249           echo '# Signature of the current package.' && \
250           echo 'm4_define([AT_PACKAGE_NAME],      [$(PACKAGE_NAME)])' && \
251           echo 'm4_define([AT_PACKAGE_TARNAME],   [$(PACKAGE_TARNAME)])' && \
252           echo 'm4_define([AT_PACKAGE_VERSION],   [$(PACKAGE_VERSION)])' && \
253           echo 'm4_define([AT_PACKAGE_STRING],    [$(PACKAGE_STRING)])' && \
254           echo 'm4_define([AT_PACKAGE_BUGREPORT], [$(PACKAGE_BUGREPORT)])'; \
255         } >'$(srcdir)/package.m4'
256
257 noinst_PROGRAMS += tests/test-ovsdb
258 tests_test_ovsdb_SOURCES = tests/test-ovsdb.c
259 nodist_tests_test_ovsdb_SOURCES = tests/idltest.c tests/idltest.h
260 EXTRA_DIST += tests/uuidfilt.pl tests/ovsdb-monitor-sort.pl
261 tests_test_ovsdb_LDADD = ovsdb/libovsdb.la lib/libopenvswitch.la
262
263 noinst_PROGRAMS += tests/test-lib
264 tests_test_lib_SOURCES = \
265         tests/test-lib.c
266 tests_test_lib_LDADD = lib/libopenvswitch.la
267
268 # idltest schema and IDL
269 OVSIDL_BUILT += tests/idltest.c tests/idltest.h tests/idltest.ovsidl
270 IDLTEST_IDL_FILES = tests/idltest.ovsschema tests/idltest.ann
271 EXTRA_DIST += $(IDLTEST_IDL_FILES) tests/idltest2.ovsschema
272 tests/idltest.ovsidl: $(IDLTEST_IDL_FILES)
273         $(AM_V_GEN)$(OVSDB_IDLC) -C $(srcdir) annotate $(IDLTEST_IDL_FILES) > $@.tmp && \
274         mv $@.tmp $@
275
276 tests/idltest.c: tests/idltest.h
277
278 if DPDK_NETDEV
279 noinst_PROGRAMS += tests/test-dpdkr
280 tests_test_dpdkr_SOURCES = \
281         tests/dpdk/ring_client.c
282 tests_test_dpdkr_LDADD = lib/libopenvswitch.la $(LIBS)
283 endif
284
285 noinst_PROGRAMS += tests/ovstest
286 tests_ovstest_SOURCES = \
287         tests/ovstest.c \
288         tests/ovstest.h \
289         tests/test-aes128.c \
290         tests/test-atomic.c \
291         tests/test-bundle.c \
292         tests/test-byte-order.c \
293         tests/test-classifier.c \
294         tests/test-cmap.c \
295         tests/test-csum.c \
296         tests/test-flows.c \
297         tests/test-hash.c \
298         tests/test-heap.c \
299         tests/test-hindex.c \
300         tests/test-hmap.c \
301         tests/test-json.c \
302         tests/test-jsonrpc.c \
303         tests/test-list.c \
304         tests/test-lockfile.c \
305         tests/test-multipath.c \
306         tests/test-netflow.c \
307         tests/test-odp.c \
308         tests/test-ofpbuf.c \
309         tests/test-ovn.c \
310         tests/test-packets.c \
311         tests/test-random.c \
312         tests/test-reconnect.c \
313         tests/test-rstp.c \
314         tests/test-sflow.c \
315         tests/test-sha1.c \
316         tests/test-stp.c \
317         tests/test-unixctl.c \
318         tests/test-util.c \
319         tests/test-uuid.c \
320         tests/test-bitmap.c \
321         tests/test-vconn.c \
322         tests/test-aa.c
323
324 if !WIN32
325 tests_ovstest_SOURCES += \
326         tests/test-unix-socket.c
327 endif
328
329 if LINUX
330 tests_ovstest_SOURCES += \
331         tests/test-netlink-conntrack.c
332 endif
333
334 tests_ovstest_LDADD = lib/libopenvswitch.la ovn/lib/libovn.la
335 dist_check_SCRIPTS = tests/flowgen.pl
336
337 noinst_PROGRAMS += tests/test-strtok_r
338 tests_test_strtok_r_SOURCES = tests/test-strtok_r.c
339
340 noinst_PROGRAMS += tests/test-type-props
341 tests_test_type_props_SOURCES = tests/test-type-props.c
342
343 # Python tests.
344 CHECK_PYFILES = \
345         tests/appctl.py \
346         tests/test-daemon.py \
347         tests/test-json.py \
348         tests/test-jsonrpc.py \
349         tests/test-l7.py \
350         tests/test-ovsdb.py \
351         tests/test-reconnect.py \
352         tests/MockXenAPI.py \
353         tests/test-unix-socket.py \
354         tests/test-unixctl.py \
355         tests/test-vlog.py
356 EXTRA_DIST += $(CHECK_PYFILES)
357 PYCOV_CLEAN_FILES += $(CHECK_PYFILES:.py=.py,cover) .coverage
358
359 FLAKE8_PYFILES += $(CHECK_PYFILES)
360
361 if HAVE_OPENSSL
362 TESTPKI_FILES = \
363         tests/testpki-cacert.pem \
364         tests/testpki-cert.pem \
365         tests/testpki-privkey.pem \
366         tests/testpki-req.pem \
367         tests/testpki-cert2.pem \
368         tests/testpki-privkey2.pem \
369         tests/testpki-req2.pem
370 check_DATA += $(TESTPKI_FILES)
371 CLEANFILES += $(TESTPKI_FILES)
372
373 tests/testpki-cacert.pem: tests/pki/stamp
374         $(AM_V_GEN)cp tests/pki/switchca/cacert.pem $@
375 tests/testpki-cert.pem: tests/pki/stamp
376         $(AM_V_GEN)cp tests/pki/test-cert.pem $@
377 tests/testpki-req.pem: tests/pki/stamp
378         $(AM_V_GEN)cp tests/pki/test-req.pem $@
379 tests/testpki-privkey.pem: tests/pki/stamp
380         $(AM_V_GEN)cp tests/pki/test-privkey.pem $@
381 tests/testpki-cert2.pem: tests/pki/stamp
382         $(AM_V_GEN)cp tests/pki/test2-cert.pem $@
383 tests/testpki-req2.pem: tests/pki/stamp
384         $(AM_V_GEN)cp tests/pki/test2-req.pem $@
385 tests/testpki-privkey2.pem: tests/pki/stamp
386         $(AM_V_GEN)cp tests/pki/test2-privkey.pem $@
387
388 OVS_PKI = $(SHELL) $(srcdir)/utilities/ovs-pki.in --dir=tests/pki --log=tests/ovs-pki.log
389 tests/pki/stamp:
390         $(AM_V_at)rm -f tests/pki/stamp
391         $(AM_V_at)rm -rf tests/pki
392         $(AM_V_GEN)$(OVS_PKI) init && \
393         $(OVS_PKI) req+sign tests/pki/test && \
394         $(OVS_PKI) req+sign tests/pki/test2 && \
395         : > tests/pki/stamp
396 CLEANFILES += tests/ovs-pki.log
397
398 CLEAN_LOCAL += clean-pki
399 clean-pki:
400         rm -f tests/pki/stamp
401         rm -rf tests/pki
402 endif