framework/test_b2help_recommendation.py

=== stdout of framework/tests/test_b2help_recommendation.py ===
[INFO] Steering file: /data/b2soft/buildbot/development/releases/current/framework/tests/test_b2help_recommendation.py
=== stderr of framework/tests/test_b2help_recommendation.py ===
Traceback (most recent call last):
  File "/data/b2soft/buildbot/development/releases/current/bin/Linux_x86_64/opt/b2help-recommendation", line 176, in 
    main()
  File "/data/b2soft/buildbot/development/releases/current/bin/Linux_x86_64/opt/b2help-recommendation", line 154, in main
    tools = load_data(args.localfile)
  File "/data/b2soft/buildbot/development/releases/current/bin/Linux_x86_64/opt/b2help-recommendation", line 48, in load_data
    with open(filename, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'framework/tests/test_b2help_recommendation_payload.json'
Traceback (most recent call last):
  File "/data/b2soft/buildbot/development/releases/current/framework/tests/test_b2help_recommendation.py", line 35, in 
    call_command('b2help-recommendation -l framework/tests/test_b2help_recommendation_payload.json')
  File "/data/b2soft/buildbot/development/releases/current/framework/tests/test_b2help_recommendation.py", line 26, in call_command
    output = subprocess.check_output(shlex.split(command), encoding='utf-8').strip().split('\n')
  File "/cvmfs/belle.cern.ch/el7/externals/v02-01-00/Linux_x86_64/common/lib/python3.8/subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/cvmfs/belle.cern.ch/el7/externals/v02-01-00/Linux_x86_64/common/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['b2help-recommendation', '-l', 'framework/tests/test_b2help_recommendation_payload.json']' returned non-zero exit status 1.
=== end framework/tests/test_b2help_recommendation.py ===