I am not able to run the tests successfully and it fails with the following error: AttributeError: 'module' object has no attribute 'test_php_unit' This is same with the latest linaro-license-protection as well. Also, I tried the testplan testing instructions given in the README, but it fails with the same error. PS: I tested this on Natty, so might be specific to my case. Between I did not like the alignment in the following lines: === modified file 'scripts/publish_to_snapshots.py' --- scripts/publish_to_snapshots.py 2012-05-17 19:13:54 +0000 +++ scripts/publish_to_snapshots.py 2012-05-18 07:34:37 +0000 @@ -119,9 +119,9 @@ timestamp = f.read().strip() f.close() os.remove(ts_file) - target_dir_path = os.path.join( - target_path, 'android', args.job_type, ret_val[0], - timestamp) We could probably change it to + target_dir_path = os.path.join(target_path, 'android', + args.job_type, ret_val[0], + timestamp) else: On Fri, May 18, 2012 at 1:31 AM, Данило Шеган