Q-testing
Q-testing copied to clipboard
Errors occur when running Q-testing tool (version released in 2020-12-24)
We have encountered an error when running the newest version of Q-testing tool released on 2020-12-24. Our running environment is in Ubuntu 20.04 and Ubuntu 18.04. However, on both systems the following error occured when we tried to run the testing tool:
Traceback (most recent call last):
File "main.py", line 170, in <module>
File "ConfigParser.py", line 618, in get
ConfigParser.NoOptionError: No option 'test_index' in section: 'Setting'
Failed to execute script main
We have checked our CONF.txt accordingly, and the same CONF.txt worked just fine using the older version of Q-testing which was released in 2020-12-10. We wonder if there is a small change in the CONF.txt setting, where it needs a "test_index" option as indicated by the traceback message.