commit | d5e1db990fcce571a4af2434d6fc2b312d94b45e | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Jul 12 10:44:41 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jul 16 01:01:04 2019 +0200 |
tree | 5a2b9581879f5820945f1a8f9ec35094f1c2c5b4 | |
parent | 6da193569cbe2127faa7a934a3c18fffe32c6041 [diff] |
selftests/bpf: remove logic duplication in test_verifier test_verifier tests can specify single- and multi-runs tests. Internally logic of handling them is duplicated. Get rid of it by making single run retval/data specification to be a first run spec. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Cc: Krzesimir Nowak <krzesimir@kinvolk.io> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>