|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH v7 2/3] ts-openstack-tempest: Run Tempest to check OpenStack
On Tue, Nov 15, 2016 at 04:42:50PM -0500, Konrad Rzeszutek Wilk wrote:
> On Mon, Nov 14, 2016 at 12:33:33PM +0000, Anthony PERARD wrote:
> > + # Those tests access a volume through iSCSI. This does not work when
> > both
> > + # the server and client of iSCSI are on the same Xen host, Linux 4.0
> > is the
> > + # first Linux to have a fix.
>
> What fix? Would it make sense to point this out? Also I am going to
> assume the 'server' and 'client' are guests, and 'server' is not dom0?
It was a patch series, I don't know if I can find it again. I thought
pointing to a release was enough.
I think iSCSI have other terms for 'server' and 'client', maybe 'target'
and something else. But those two sides are running in dom0, in this
test.
> > + push @ignored_tests,
> > + "^\Q${volume_boot_pattern}V2.test_volume_boot_pattern\E";
> > + push @ignored_tests,
> > +
> > "^\Q${volume_boot_pattern}V2.test_create_ebs_image_and_check_boot\E";
> > +
> > + # This regex below select the tests to run and exclude the ones marked
> > as
> > + # slow as well as the explicit tests listed above. It is based on the
> > one
> > + # that can be found in tempest.git/tox.ini in the section
> > [testenv:full].
> > + my $ignored_tests = join("|", @ignored_tests);
> > + my $regex =
> > +
> > "(?!.*\\[.*\\bslow\\b.*\\]|$ignored_tests)(^tempest\\.(api|scenario|thirdparty))";
> > +
> > + target_cmd($ho, <<END, 7200);
> > + $builddir/tempest/run_tempest.sh --virtual-env -- --concurrency=2
> > '$regex'
>
>
> How come you are hardcoding 2?
By default, this number is equal to the number of cpus. I think it would
be too much, and increase the failure rate of openstack it self, which I
don't think it would be usefull to test.
For their CI loop, I think this is equal to half the number of cpus. We
could do that but I don't know if it's going to be usefull.
We do use 2 on the XenProject OpenStack CI loop, because I don't think
it can do more than that.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |