<div dir="ltr">Matthew, <div><br></div><div><br></div><div>Thanks for quick reply!</div><div><br></div><div><br></div><div>Best regards,</div><div>Boris Pavlovic </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 6:46 PM, Matthew Treinish <span dir="ltr"><<a href="mailto:mtreinish@kortar.org" target="_blank">mtreinish@kortar.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Nov 18, 2014 at 06:29:55PM +0400, Boris Pavlovic wrote:<br>
> Hi stackers,<br>
><br>
><br>
> As far as you maybe know Rally has "rally verify" command that simplifies<br>
> usage of tempest.<br>
><br>
> We are testing this functionality in our gates on every patch (for about<br>
> month).<br>
> Everything was fine until today when it started failing.<br>
><br>
> We are running 2 different tempest sets (image and smoke). And smoke one<br>
> started failing.<br>
><br>
> I thought that something is wrong with Rally & Tempst integration, and<br>
> tried to run on fresh DevStack node just smoke tests from tempest via next<br>
> command:  "./run_tempest.sh -s"<br>
><br>
> I got next result:<br>
><br>
> Ran 0 tests in 4.499s<br>
> > OK<br>
> > stack@akurilin-virt-0:~/tempest$ git log -1<br>
> > commit 9556987fbfc906f386939b3903253aa8ff17d91d<br>
> > Merge: aee83e2 cd4a51e<br>
> > Author: Jenkins <<a href="mailto:jenkins@review.openstack.org">jenkins@review.openstack.org</a>><br>
> > Date:   Tue Nov 18 12:42:41 2014 +0000<br>
> >     Merge "Add internal methods for setting compute clients"<br>
> ><br>
><br>
><br>
> Any thoughts?<br>
><br>
<br>
</div></div>This is actually an issue that the entire gate was hitting yesterday, not just<br>
Rally. With the release of testtools 1.4.0, attrs in tempest broke, (which is<br>
probably a unittest2 bug being exposed) this caused the regex filters on<br>
attributes to stop working which broke a bunch of jobs. In the short term we've<br>
landed global requirements changes to exclude that testtools version, you<br>
probably just need to do the same on Rally to avoid the version which doesn't<br>
work.<br>
<br>
There is also tempest-side fix in progress here:<br>
<br>
<a href="https://review.openstack.org/#/c/135115/" target="_blank">https://review.openstack.org/#/c/135115/</a><br>
<br>
But, that will take a bit longer to land.<br>
<br>
<br>
-Matt Treinish<br>
<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>