Add a self.pkgmgr object to test so people can reference self.pkgmgr instead of
self.job.pkgrmgr (which was missed entirely by the test developers anyways)
Risk: Low
Signed-off-by: Scott Zawalski <scottz@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@2742 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/common_lib/test.py b/client/common_lib/test.py
index 9565ee5..d267246 100644
--- a/client/common_lib/test.py
+++ b/client/common_lib/test.py
@@ -28,6 +28,7 @@
def __init__(self, job, bindir, outputdir):
self.job = job
+ self.pkgmgr = job.pkgmgr
self.autodir = job.autodir
self.outputdir = outputdir