Hi, all
I try to integrate mediakit_sanity into AutoQA, but every time I run it, it gives the following error.
I also tried to run the exist test, it also gives the same error as below:
Error: Can't evaluate test '__init__.py': [Errno 20] Not a directory: '/usr/share/autotest/client/site_tests/__init__.py/control.autoqa'
File "/usr/bin/autoqa", line 185, in resolve_tests
test_vars[test] = eval_test_vars(test, default_test_vars)
File "/usr/bin/autoqa", line 139, in eval_test_vars
cfile = open(os.path.join(conf['testdir'], test, 'control.autoqa'))
Do you have any idea about this? __init__.py is an empty file.
Thanks,
Hongqing YANG