Merge branch 'bpf-misc-test-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Aug 2019 22:35:40 +0000 (00:35 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Aug 2019 22:35:40 +0000 (00:35 +0200)
commit7bc7d83870b2bcbdd10e85935fc435e9d5d15659
tree655d18d477eac4e67179af7be663a04050bd1f6b
parent08eea4f312c09e1c203ad3e7840978fe3240888e
parent86ccc384cfcac22f45b1158b57d9ef5b4079e027
Merge branch 'bpf-misc-test-fixes'

Stanislav Fomichev says:

====================
* add test__skip to indicate skipped tests
* remove global success/error counts (use environment)
* remove asserts from the tests
* remove unused ret from send_signal test

v3:
* QCHECK -> CHECK_FAIL (Daniel Borkmann)

v2:
* drop patch that changes output to keep consistent with test_verifier
  (Alexei Starovoitov)
* QCHECK instead of test__fail (Andrii Nakryiko)
* test__skip count number of subtests (Andrii Nakryiko)
====================

Cc: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>