This is a problem in the code to delete existing vm images. The "if os.path.exists()" call has an erroneous == 0 at the end causing the os.path.unlink() to always run even if the file doesn't exist. This causes a python exception trying to delete a file that does not exist.
-- testdrive fails to create VM https://bugs.launchpad.net/bugs/524217 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs