Skip to content

Commit

Permalink
Remove extra code.
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 5f25413 commit eef38b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions utils/node_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6403,18 +6403,13 @@ def run(wf, args):
if fs.returncode == 0:
run_fi = True
else:
print("Unable to verify fault injection feature")
print("Unable to detect fault injection feature, skipping testing")

if run_fi:
args.server_debug = 'INFO'
args.memcheck = 'no'
args.dfuse_debug = 'WARN'

fs = subprocess.run([os.path.join(conf['PREFIX'], 'bin', 'fault_status')], check=False)
print(fs)
if fs.returncode != 0:
print("Unable to verify fault injection feature")

with DaosServer(conf, test_class='no-debug', wf=wf_server,
fatal_errors=fatal_errors) as server:
if fi_test:
Expand Down

0 comments on commit eef38b1

Please sign in to comment.