Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix load error reporting - make sure 'err' variable is transferred into 'runTest' function scope. Then, relax test loading requirements - use 'resolve' instead of 'load', to bypass dependencies check (defined in setup.py of the package). The required dependencies should be handled by RPM already, and in some cases may not match those in python package. An example is PDF converter, where dependencies at python level are set for the actual converter, which is irrelevant for running tests from dom0 (tests will interact with PDF converter inside a VM). (cherry picked from commit 1ebbfa8)
- Loading branch information