tests: fix handling failed test case 34/36034/2
authorKlement Sekera <klement.sekera@gmail.com>
Mon, 25 Apr 2022 14:39:09 +0000 (16:39 +0200)
committerOle Tr�an <otroan@employees.org>
Fri, 29 Apr 2022 09:58:48 +0000 (09:58 +0000)
Add missing parameter where required.

Type: fix
Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
Change-Id: I8cd7c31848836e3233cb79d1dd21884167db4354

test/run_tests.py

index 7209ddf..8cb631e 100644 (file)
@@ -922,7 +922,8 @@ if __name__ == '__main__':
             for test_case_info in result.failed_test_cases_info:
                 handle_failed_suite(test_case_info.logger,
                                     test_case_info.tempdir,
-                                    test_case_info.vpp_pid)
+                                    test_case_info.vpp_pid,
+                                    config.vpp)
                 if test_case_info in result.core_crash_test_cases_info:
                     check_and_handle_core(test_case_info.vpp_bin_path,
                                           test_case_info.tempdir,