<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
"make check" is failing for me for the latest-code I pulled from
git(without any changes). Could you please let me know if something
need to be done which is system specific?<br>
<br>
<img src="cid:part1.03070006.05050905@linux.vnet.ibm.com" alt=""><br>
<br>
<br>
<div class="moz-cite-prefix">On 10/9/2015 4:30 AM, Aline Manera
wrote:<br>
</div>
<blockquote cite="mid:5616F577.80500@linux.vnet.ibm.com" type="cite">
<br>
There are tests failing with this patch.
<br>
Please, run "make check" on wok and kimchi to make sure your patch
does not break anything.
<br>
<br>
On 05/10/2015 12:50, <a class="moz-txt-link-abbreviated" href="mailto:archus@linux.vnet.ibm.com">archus@linux.vnet.ibm.com</a> wrote:
<br>
<blockquote type="cite">From: Archana Singh
<a class="moz-txt-link-rfc2396E" href="mailto:archus@linux.vnet.ibm.com"><archus@linux.vnet.ibm.com></a>
<br>
<br>
Signed-off-by: Archana Singh <a class="moz-txt-link-rfc2396E" href="mailto:archus@linux.vnet.ibm.com"><archus@linux.vnet.ibm.com></a>
<br>
---
<br>
src/wok/control/base.py | 2 +-
<br>
1 file changed, 1 insertion(+), 1 deletion(-)
<br>
<br>
diff --git a/src/wok/control/base.py b/src/wok/control/base.py
<br>
index 5c5c95f..912ed16 100644
<br>
--- a/src/wok/control/base.py
<br>
+++ b/src/wok/control/base.py
<br>
@@ -163,7 +163,7 @@ class Resource(object):
<br>
self.role_key,
self.admin_methods)
<br>
<br>
try:
<br>
- self.lookup()
<br>
+ self.info = {}
<br>
if not self.is_authorized():
<br>
raise UnauthorizedError('WOKAPI0009E')
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>