<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi all,</div><div><br></div><div>I'm getting anvil to run tests and I was just wondering on a couple of tests I see there (the issues might be bugs?)</div><div><br></div><div>I have had to exclude the following since they error (when say swift isn't there, or memcache/ldap isn't there), should those instead be skipping themselves when there needed 3rd party libraries is not installed? Thoughts? That would seem more appropriate then errorring out (when those things really aren't core keystone…)</div><div><br></div><div><div>[</div><div>            # These 2 seem to require swift, not always installed...</div><div>            'test_swift_auth_middleware',</div><div>            'test_s3_token_middleware',</div><div>            # Aren't always installing memcache...</div><div>            'test_backend_memcache',</div><div>            # Oddness: 'unable to access signing dir /root/keystone-signing'</div><div>            'test_nomemcache',</div><div>            # Aren't always installing ldap...</div><div>            'test_backend_ldap',</div><div>]</div></div><div><br></div><div>This running: <a href="http://pastebin.com/3Aaz4iLC">http://pastebin.com/3Aaz4iLC</a></div><div><br></div><div>To accomplish this new feature if u want to try it on RHEL6+ (getting ubuntu back in shape for the core components that anvil is supporting)…</div><div><br></div><div>$ sudo ./smithy -a install</div><div>….</div><div>$ sudo ./smithy -p conf/personas/solo/keystone.yaml -a test</div><div>…</div><div><br></div><div>That Is It :-P</div><div><br></div><div>-Josh</div></body></html>