Skip to content

Commit

Permalink
Enable the code again.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
ashleypittman committed Sep 24, 2024
1 parent beed3e7 commit 5f25413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/node_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5f25413

Please sign in to comment.