[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v13 11/24] ts-openstack-deploy: Apply a Tempest patch
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-openstack-deploy | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ts-openstack-deploy b/ts-openstack-deploy index f677513..befe3d3 100755 --- a/ts-openstack-deploy +++ b/ts-openstack-deploy @@ -137,6 +137,15 @@ END <<END, "/etc/default/rabbitmq-server"); ulimit -n 65536 END + + # Apply https://review.openstack.org/449695/ to tempest to workaround an + # issue. Check comments for more information + target_cmd($ho, <<END, 120); +set -e +cd $builddir/tempest +git fetch origin refs/changes/95/449695/1 +git cherry-pick FETCH_HEAD +END } sub deploy() { -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |