Closed
Bug 1174975
Opened 10 years ago
Closed 10 years ago
[MCTS][v2.2] missing config.json file while running MCTS
Categories
(Firefox OS Graveyard :: Certification Suite, defect)
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'
Attachment #8622817 -
Flags: review?(atsai)
Comment 2•10 years ago
|
||
Comment on attachment 8622817 [details] [review]
add missing config.json file in manifest.in
r+=me
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
![]() |
||
Updated•10 years ago
|
Attachment #8622817 -
Flags: review?(atsai)
You need to log in
before you can comment on or make changes to this bug.
Description
•