Fix coverity warning / legitimate minor bug
[vpp.git] / Makefile
1 # Copyright (c) 2016 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 export WS_ROOT=$(CURDIR)
15 export BR=$(WS_ROOT)/build-root
16 CCACHE_DIR?=$(BR)/.ccache
17 GDB?=gdb
18 PLATFORM?=vpp
19 SAMPLE_PLUGIN?=no
20 STARTUP_DIR?=$(PWD)
21 MACHINE=$(shell uname -m)
22 SUDO?=sudo
23
24 ,:=,
25 define disable_plugins
26 $(if $(1), \
27   "plugins {" \
28   $(patsubst %,"plugin %_plugin.so { disable }",$(subst $(,), ,$(1))) \
29   " }" \
30   ,)
31 endef
32
33 MINIMAL_STARTUP_CONF="                                                  \
34 unix {                                                                  \
35         interactive                                                     \
36         cli-listen /run/vpp/cli.sock                                    \
37         gid $(shell id -g)                                              \
38         $(if $(wildcard startup.vpp),"exec startup.vpp",)               \
39 }                                                                       \
40 $(if $(DPDK_CONFIG), "dpdk { $(DPDK_CONFIG) }",)                        \
41 $(call disable_plugins,$(DISABLED_PLUGINS))                             \
42 "
43
44 GDB_ARGS= -ex "handle SIGUSR1 noprint nostop"
45
46 #
47 # OS Detection
48 #
49 # We allow Darwin (MacOS) for docs generation; VPP build will still fail.
50 ifneq ($(shell uname),Darwin)
51 OS_ID        = $(shell grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
52 OS_VERSION_ID= $(shell grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
53 endif
54
55 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
56 PKG=deb
57 else ifeq ($(filter rhel centos fedora opensuse opensuse-leap opensuse-tumbleweed,$(OS_ID)),$(OS_ID))
58 PKG=rpm
59 endif
60
61 # +libganglia1-dev if building the gmond plugin
62
63 DEB_DEPENDS  = curl build-essential autoconf automake ccache
64 DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-systemd
65 DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
66 DEB_DEPENDS += lcov chrpath autoconf indent clang-format libnuma-dev
67 DEB_DEPENDS += python-all python-dev python-virtualenv python-pip libffi6 check
68 DEB_DEPENDS += libboost-all-dev libffi-dev python-ply libmbedtls-dev
69 ifeq ($(OS_VERSION_ID),14.04)
70         DEB_DEPENDS += openjdk-8-jdk-headless
71         DEB_DEPENDS += libssl-dev
72 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)
73         DEB_DEPENDS += openjdk-8-jdk-headless
74         DEB_DEPENDS += libssl-dev
75         APT_ARGS = -t jessie-backports
76 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9)
77         DEB_DEPENDS += default-jdk-headless
78         DEB_DEPENDS += libssl1.0-dev
79 else
80         DEB_DEPENDS += default-jdk-headless
81         DEB_DEPENDS += libssl-dev
82 endif
83
84 RPM_DEPENDS  = redhat-lsb glibc-static java-1.8.0-openjdk-devel yum-utils
85 RPM_DEPENDS += apr-devel
86 RPM_DEPENDS += numactl-devel
87 RPM_DEPENDS += check check-devel
88 RPM_DEPENDS += boost boost-devel
89 RPM_DEPENDS += selinux-policy selinux-policy-devel
90
91 ifeq ($(OS_ID)-$(OS_VERSION_ID),fedora-25)
92         RPM_DEPENDS += subunit subunit-devel
93         RPM_DEPENDS += openssl-devel
94         RPM_DEPENDS += python-devel python2-ply
95         RPM_DEPENDS += python2-virtualenv
96         RPM_DEPENDS += mbedtls-devel
97         RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
98 else ifeq ($(shell if [ "$(OS_ID)" = "fedora" ]; then test $(OS_VERSION_ID) -gt 25; echo $$?; fi),0)
99         RPM_DEPENDS += subunit subunit-devel
100         RPM_DEPENDS += compat-openssl10-devel
101         RPM_DEPENDS += python2-devel python2-ply
102         RPM_DEPENDS += python2-virtualenv
103         RPM_DEPENDS += mbedtls-devel
104         RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
105 else
106         RPM_DEPENDS += openssl-devel
107         RPM_DEPENDS += python-devel python-ply
108         RPM_DEPENDS += python-virtualenv
109         RPM_DEPENDS_GROUPS = 'Development Tools'
110 endif
111
112 # +ganglia-devel if building the ganglia plugin
113
114 RPM_DEPENDS += chrpath libffi-devel rpm-build
115
116 SUSE_NAME= $(shell grep '^NAME=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g' | cut -d' ' -f2)
117 SUSE_ID= $(shell grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g' | cut -d' ' -f2)
118 RPM_SUSE_BUILDTOOLS_DEPS = autoconf automake ccache check-devel chrpath
119 RPM_SUSE_BUILDTOOLS_DEPS += clang indent libtool make python-ply
120
121 RPM_SUSE_DEVEL_DEPS = glibc-devel-static java-1_8_0-openjdk-devel libnuma-devel
122 RPM_SUSE_DEVEL_DEPS += libopenssl-devel openssl-devel mbedtls-devel
123
124 RPM_SUSE_PYTHON_DEPS = python-devel python3-devel python-pip python3-pip
125 RPM_SUSE_PYTHON_DEPS += python-rpm-macros python3-rpm-macros
126
127 RPM_SUSE_PLATFORM_DEPS = distribution-release shadow rpm-build
128
129 ifeq ($(OS_ID),opensuse)
130 ifeq ($(SUSE_NAME),Tumbleweed)
131         RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc
132         RPM_SUSE_PYTHON_DEPS += python2-ply python2-virtualenv
133 endif
134 ifeq ($(SUSE_ID),15.0)
135         RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc6
136         RPM_SUSE_PYTHON_DEPS += python2-ply python2-virtualenv
137 else
138         RPM_SUSE_DEVEL_DEPS += boost_1_61-devel gcc6
139         RPM_SUSE_PYTHON_DEPS += python-virtualenv
140 endif
141 endif
142
143 ifeq ($(OS_ID),opensuse-leap)
144 ifeq ($(SUSE_ID),15.0)
145         RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc6
146         RPM_SUSE_PYTHON_DEPS += python2-ply python2-virtualenv
147 endif
148 endif
149
150 RPM_SUSE_DEPENDS += $(RPM_SUSE_BUILDTOOLS_DEPS) $(RPM_SUSE_DEVEL_DEPS) $(RPM_SUSE_PYTHON_DEPS) $(RPM_SUSE_PLATFORM_DEPS)
151
152 ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),)
153         STARTUP_CONF ?= $(STARTUP_DIR)/startup.conf
154 endif
155
156 ifeq ($(findstring y,$(UNATTENDED)),y)
157 CONFIRM=-y
158 FORCE=--force-yes
159 endif
160
161 TARGETS = vpp
162
163 ifneq ($(SAMPLE_PLUGIN),no)
164 TARGETS += sample-plugin
165 endif
166
167 .PHONY: help wipe wipe-release build build-release rebuild rebuild-release
168 .PHONY: run run-release debug debug-release build-vat run-vat pkg-deb pkg-rpm
169 .PHONY: ctags cscope
170 .PHONY: test test-debug retest retest-debug test-doc test-wipe-doc test-help test-wipe
171 .PHONY: test-cov test-wipe-cov
172
173 help:
174         @echo "Make Targets:"
175         @echo " install-dep         - install software dependencies"
176         @echo " wipe                - wipe all products of debug build "
177         @echo " wipe-release        - wipe all products of release build "
178         @echo " build               - build debug binaries"
179         @echo " build-release       - build release binaries"
180         @echo " build-coverity      - build coverity artifacts"
181         @echo " rebuild             - wipe and build debug binares"
182         @echo " rebuild-release     - wipe and build release binares"
183         @echo " run                 - run debug binary"
184         @echo " run-release         - run release binary"
185         @echo " debug               - run debug binary with debugger"
186         @echo " debug-release       - run release binary with debugger"
187         @echo " test                - build and run (basic) functional tests"
188         @echo " test-debug          - build and run (basic) functional tests (debug build)"
189         @echo " test-all            - build and run (all) functional tests"
190         @echo " test-all-debug      - build and run (all) functional tests (debug build)"
191         @echo " test-shell          - enter shell with test environment"
192         @echo " test-shell-debug    - enter shell with test environment (debug build)"
193         @echo " test-wipe           - wipe files generated by unit tests"
194         @echo " retest              - run functional tests"
195         @echo " retest-debug        - run functional tests (debug build)"
196         @echo " test-help           - show help on test framework"
197         @echo " run-vat             - run vpp-api-test tool"
198         @echo " pkg-deb             - build DEB packages"
199         @echo " pkg-rpm             - build RPM packages"
200         @echo " dpdk-install-dev    - install DPDK development packages"
201         @echo " ctags               - (re)generate ctags database"
202         @echo " gtags               - (re)generate gtags database"
203         @echo " cscope              - (re)generate cscope database"
204         @echo " checkstyle          - check coding style"
205         @echo " fixstyle            - fix coding style"
206         @echo " doxygen             - (re)generate documentation"
207         @echo " bootstrap-doxygen   - setup Doxygen dependencies"
208         @echo " wipe-doxygen        - wipe all generated documentation"
209         @echo " test-doc            - generate documentation for test framework"
210         @echo " test-wipe-doc       - wipe documentation for test framework"
211         @echo " test-cov            - generate code coverage report for test framework"
212         @echo " test-wipe-cov       - wipe code coverage report for test framework"
213         @echo " test-checkstyle     - check PEP8 compliance for test framework"
214         @echo ""
215         @echo "Make Arguments:"
216         @echo " V=[0|1]                  - set build verbosity level"
217         @echo " STARTUP_CONF=<path>      - startup configuration file"
218         @echo "                            (e.g. /etc/vpp/startup.conf)"
219         @echo " STARTUP_DIR=<path>       - startup drectory (e.g. /etc/vpp)"
220         @echo "                            It also sets STARTUP_CONF if"
221         @echo "                            startup.conf file is present"
222         @echo " GDB=<path>               - gdb binary to use for debugging"
223         @echo " PLATFORM=<name>          - target platform. default is vpp"
224         @echo " TEST=<filter>            - apply filter to test set, see test-help"
225         @echo " DPDK_CONFIG=<conf>       - add specified dpdk config commands to"
226         @echo "                            autogenerated startup.conf"
227         @echo "                            (e.g. \"no-pci\" )"
228         @echo " SAMPLE_PLUGIN=yes        - in addition build/run/debug sample plugin"
229         @echo " DISABLED_PLUGINS=<list>  - comma separated list of plugins which"
230         @echo "                            should not be loaded"
231         @echo ""
232         @echo "Current Argument Values:"
233         @echo " V                 = $(V)"
234         @echo " STARTUP_CONF      = $(STARTUP_CONF)"
235         @echo " STARTUP_DIR       = $(STARTUP_DIR)"
236         @echo " GDB               = $(GDB)"
237         @echo " PLATFORM          = $(PLATFORM)"
238         @echo " DPDK_VERSION      = $(DPDK_VERSION)"
239         @echo " DPDK_CONFIG       = $(DPDK_CONFIG)"
240         @echo " SAMPLE_PLUGIN     = $(SAMPLE_PLUGIN)"
241         @echo " DISABLED_PLUGINS  = $(DISABLED_PLUGINS)"
242
243 $(BR)/.deps.ok:
244 ifeq ($(findstring y,$(UNATTENDED)),y)
245         make install-dep
246 endif
247 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
248         @MISSING=$$(apt-get install -y -qq -s $(DEB_DEPENDS) | grep "^Inst ") ; \
249         if [ -n "$$MISSING" ] ; then \
250           echo "\nPlease install missing packages: \n$$MISSING\n" ; \
251           echo "by executing \"make install-dep\"\n" ; \
252           exit 1 ; \
253         fi ; \
254         exit 0
255 else ifneq ("$(wildcard /etc/redhat-release)","")
256         @for i in $(RPM_DEPENDS) ; do \
257             RPM=$$(basename -s .rpm "$${i##*/}" | cut -d- -f1,2,3)  ;   \
258             MISSING+=$$(rpm -q $$RPM | grep "^package")    ;    \
259         done                                                       ;    \
260         if [ -n "$$MISSING" ] ; then \
261           echo "Please install missing RPMs: \n$$MISSING\n" ; \
262           echo "by executing \"make install-dep\"\n" ; \
263           exit 1 ; \
264         fi ; \
265         exit 0
266 endif
267         @touch $@
268
269 bootstrap:
270         @echo "'make bootstrap' is not needed anymore"
271
272 install-dep:
273 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
274 ifeq ($(OS_VERSION_ID),14.04)
275         @sudo -E apt-get $(CONFIRM) $(FORCE) install software-properties-common
276         @sudo -E add-apt-repository ppa:openjdk-r/ppa $(CONFIRM)
277 endif
278 ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)
279         @grep -q jessie-backports /etc/apt/sources.list /etc/apt/sources.list.d/* 2> /dev/null \
280            || ( echo "Please install jessie-backports" ; exit 1 )
281 endif
282         @sudo -E apt-get update
283         @sudo -E apt-get $(APT_ARGS) $(CONFIRM) $(FORCE) install $(DEB_DEPENDS)
284 else ifneq ("$(wildcard /etc/redhat-release)","")
285         @sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
286         @sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
287         @sudo -E debuginfo-install $(CONFIRM) glibc openssl-libs mbedtls-devel zlib
288 else ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
289         @sudo -E zypper refresh
290         @sudo -E zypper install -y $(RPM_SUSE_DEPENDS)
291 else ifeq ($(filter opensuse-leap,$(OS_ID)),$(OS_ID))
292         @sudo -E zypper refresh
293         @sudo -E zypper install -y $(RPM_SUSE_DEPENDS)
294 else
295         $(error "This option currently works only on Ubuntu, Debian, Centos or openSUSE systems")
296 endif
297
298 define make
299         @make -C $(BR) PLATFORM=$(PLATFORM) TAG=$(1) $(2)
300 endef
301
302 $(BR)/scripts/.version:
303 ifneq ("$(wildcard /etc/redhat-release)","")
304         $(shell $(BR)/scripts/version rpm-string > $(BR)/scripts/.version)
305 else
306         $(shell $(BR)/scripts/version > $(BR)/scripts/.version)
307 endif
308
309 DIST_FILE = $(BR)/vpp-$(shell src/scripts/version).tar
310 DIST_SUBDIR = vpp-$(shell src/scripts/version|cut -f1 -d-)
311
312 dist:
313         @if git rev-parse 2> /dev/null ; then \
314             git archive \
315               --prefix=$(DIST_SUBDIR)/ \
316               --format=tar \
317               -o $(DIST_FILE) \
318             HEAD ; \
319             git describe > $(BR)/.version ; \
320         else \
321             (cd .. ; tar -cf $(DIST_FILE) $(DIST_SUBDIR) --exclude=*.tar) ; \
322             src/scripts/version > $(BR)/.version ; \
323         fi
324         @tar --append \
325           --file $(DIST_FILE) \
326           --transform='s,.*/.version,$(DIST_SUBDIR)/src/scripts/.version,' \
327           $(BR)/.version
328         @$(RM) $(BR)/.version $(DIST_FILE).xz
329         @xz -v --threads=0 $(DIST_FILE)
330         @$(RM) $(BR)/vpp-latest.tar.xz
331         @ln -rs $(DIST_FILE).xz $(BR)/vpp-latest.tar.xz
332
333 build: $(BR)/.deps.ok
334         $(call make,$(PLATFORM)_debug,$(addsuffix -install,$(TARGETS)))
335
336 wipedist:
337         @$(RM) $(BR)/*.tar.xz
338
339 wipe: wipedist test-wipe $(BR)/.deps.ok
340         $(call make,$(PLATFORM)_debug,$(addsuffix -wipe,$(TARGETS)))
341
342 rebuild: wipe build
343
344 build-release: $(BR)/.deps.ok
345         $(call make,$(PLATFORM),$(addsuffix -install,$(TARGETS)))
346
347 wipe-release: test-wipe $(BR)/.deps.ok
348         $(call make,$(PLATFORM),$(addsuffix -wipe,$(TARGETS)))
349
350 rebuild-release: wipe-release build-release
351
352 export VPP_PYTHON_PREFIX ?= $(BR)/python
353
354 libexpand = $(subst $(subst ,, ),:,$(foreach lib,$(1),$(BR)/install-$(2)-native/vpp/$(lib)/$(3)))
355
356 define test
357         $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install vom-install,)
358         $(eval libs:=lib lib64)
359         make -C test \
360           TEST_DIR=$(WS_ROOT)/test \
361           VPP_TEST_BUILD_DIR=$(BR)/build-$(2)-native \
362           VPP_TEST_BIN=$(BR)/install-$(2)-native/vpp/bin/vpp \
363           VPP_TEST_PLUGIN_PATH=$(call libexpand,$(libs),$(2),vpp_plugins) \
364           VPP_TEST_INSTALL_PATH=$(BR)/install-$(2)-native/ \
365           LD_LIBRARY_PATH=$(call libexpand,$(libs),$(2),) \
366           EXTENDED_TESTS=$(EXTENDED_TESTS) \
367           PYTHON=$(PYTHON) \
368           OS_ID=$(OS_ID) \
369           CACHE_OUTPUT=$(CACHE_OUTPUT) \
370           $(3)
371 endef
372
373 test:
374         $(call test,vpp,vpp,test)
375
376 test-debug:
377         $(call test,vpp,vpp_debug,test)
378
379 test-all:
380         $(eval EXTENDED_TESTS=yes)
381         $(call test,vpp,vpp,test)
382
383 test-all-debug:
384         $(eval EXTENDED_TESTS=yes)
385         $(call test,vpp,vpp_debug,test)
386
387 test-help:
388         @make -C test help
389
390 test-wipe:
391         @make -C test wipe
392
393 test-shell:
394         $(call test,vpp,vpp,shell)
395
396 test-shell-debug:
397         $(call test,vpp,vpp_debug,shell)
398
399 test-dep:
400         @make -C test test-dep
401
402 test-doc:
403         @make -C test doc
404
405 test-wipe-doc:
406         @make -C test wipe-doc
407
408 test-cov:
409         $(eval EXTENDED_TESTS=yes)
410         $(call test,vpp,vpp_gcov,cov)
411
412 test-wipe-cov:
413         @make -C test wipe-cov
414
415 test-checkstyle:
416         @make -C test checkstyle
417
418 retest:
419         $(call test,vpp,vpp,retest)
420
421 retest-debug:
422         $(call test,vpp,vpp_debug,retest)
423
424 ifeq ("$(wildcard $(STARTUP_CONF))","")
425 define run
426         @echo "WARNING: STARTUP_CONF not defined or file doesn't exist."
427         @echo "         Running with minimal startup config: $(MINIMAL_STARTUP_CONF)\n"
428         @cd $(STARTUP_DIR) && \
429           $(SUDO) $(2) $(1)/vpp/bin/vpp $(MINIMAL_STARTUP_CONF)
430 endef
431 else
432 define run
433         @cd $(STARTUP_DIR) && \
434           $(SUDO) $(2) $(1)/vpp/bin/vpp $(shell cat $(STARTUP_CONF) | sed -e 's/#.*//')
435 endef
436 endif
437
438 %.files: .FORCE
439         @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \
440                 \( -not -path './build-root*' -o -path \
441                 './build-root/build-vpp_debug-native/dpdk*' \) > $@
442
443 .FORCE:
444
445 run:
446         $(call run, $(BR)/install-$(PLATFORM)_debug-native)
447
448 run-release:
449         $(call run, $(BR)/install-$(PLATFORM)-native)
450
451 debug:
452         $(call run, $(BR)/install-$(PLATFORM)_debug-native,$(GDB) $(GDB_ARGS) --args)
453
454 build-coverity:
455         $(call make,$(PLATFORM)_coverity,install-packages)
456
457 debug-release:
458         $(call run, $(BR)/install-$(PLATFORM)-native,$(GDB) $(GDB_ARGS) --args)
459
460 build-vat:
461         $(call make,$(PLATFORM)_debug,vpp-api-test-install)
462
463 run-vat:
464         @$(SUDO) $(BR)/install-$(PLATFORM)_debug-native/vpp/bin/vpp_api_test
465
466 pkg-deb:
467         $(call make,$(PLATFORM),install-deb)
468
469 pkg-rpm: dist
470         make -C extras/rpm
471
472 pkg-srpm: dist
473         make -C extras/rpm srpm
474
475 dpdk-install-dev:
476         make -C dpdk install-$(PKG)
477
478 ctags: ctags.files
479         @ctags --totals --tag-relative -L $<
480         @rm $<
481
482 gtags: ctags
483         @gtags --gtagslabel=ctags
484
485 cscope: cscope.files
486         @cscope -b -q -v
487
488 checkstyle:
489         @build-root/scripts/checkstyle.sh
490
491 fixstyle:
492         @build-root/scripts/checkstyle.sh --fix
493
494 #
495 # Build the documentation
496 #
497
498 # Doxygen configuration and our utility scripts
499 export DOXY_DIR ?= $(WS_ROOT)/doxygen
500
501 define make-doxy
502         @OS_ID="$(OS_ID)" make -C $(DOXY_DIR) $@
503 endef
504
505 .PHONY: bootstrap-doxygen doxygen wipe-doxygen
506
507 bootstrap-doxygen:
508         $(call make-doxy)
509
510 doxygen:
511         $(call make-doxy)
512
513 wipe-doxygen:
514         $(call make-doxy)
515
516 define banner
517         @echo "========================================================================"
518         @echo " $(1)"
519         @echo "========================================================================"
520         @echo " "
521 endef
522
523 verify: install-dep $(BR)/.deps.ok dpdk-install-dev
524         $(call banner,"Building for PLATFORM=vpp using gcc")
525         @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
526         $(call banner,"Building sample-plugin")
527         @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install
528         $(call banner,"Building libmemif")
529         @make -C build-root PLATFORM=vpp TAG=vpp libmemif-install
530         $(call banner,"Building VOM")
531         @make -C build-root PLATFORM=vpp TAG=vpp vom-install
532         $(call banner,"Building $(PKG) packages")
533         @make pkg-$(PKG)
534 ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
535         @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test
536 endif
537
538