Closed Bug 1174975 Opened 9 years ago Closed 9 years ago

[MCTS][v2.2] missing config.json file while running MCTS

Categories

(Firefox OS Graveyard :: Certification Suite, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sho, Unassigned)

Details

Attachments

(1 file)

Running MCTS from current master branch will raise the exception below:
Traceback (most recent call last):
  File "/home/shako/PycharmProjects/fxos-certsuite/master/bin/runcertsuite", line 9, in <module>
    load_entry_point('fxos-certsuite==0.1', 'console_scripts', 'runcertsuite')()
  File "/home/shako/PycharmProjects/fxos-certsuite/master/local/lib/python2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/mcts/harness.py", line 703, in main
    config = load_config(args.config)
  File "/home/shako/PycharmProjects/fxos-certsuite/master/local/lib/python2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/mcts/harness.py", line 75, in load_config
    with open(path) as f:
IOError: [Errno 2] No such file or directory: '/home/shako/PycharmProjects/fxos-certsuite/master/local/lib/python2.7/site-packages/fxos_certsuite-0.1-py2.7.egg/mcts/config.json'
QA Contact: sho
Attachment #8622817 - Flags: review?(atsai)
Comment on attachment 8622817 [details] [review]
add missing config.json file in manifest.in

r+=me
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Attachment #8622817 - Flags: review?(atsai)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: