From 5f25413f9555456d59ce186b8f456dd08e3884c2 Mon Sep 17 00:00:00 2001 From: Ashley Pittman Date: Tue, 24 Sep 2024 10:49:29 +0000 Subject: [PATCH] Enable the code again. Signed-off-by: Ashley Pittman --- utils/node_local_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/node_local_test.py b/utils/node_local_test.py index 4e0de8a45d4..39f0a0a4694 100755 --- a/utils/node_local_test.py +++ b/utils/node_local_test.py @@ -6400,7 +6400,7 @@ def run(wf, args): if args.perf_check or fi_test or fi_test_dfuse: fs = subprocess.run([os.path.join(conf['PREFIX'], 'bin', 'fault_status')], check=False) print(fs) - if fs.returncode == 14: + if fs.returncode == 0: run_fi = True else: print("Unable to verify fault injection feature")