<div dir="ltr"><div>Timur,</div><div><br></div>If old jQuery code (not AngularJS) is still used for processing 'Create Image' form, then the spinner is shown just before submitting the form contents [1] and hidden right after the request completes [2] in case the form is being redrawn or the whole page is redrawn in case of redirect - which in case of Image means that it was successfully created. Speaking of your scenario it should be redirect. It could mean that either the request to server takes too long, or the redirect doesn't redraw the page.<br><br>[1] <a href="https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L229">https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L229</a><div>[2] <a href="https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L232">https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L232</a></div><div>[3] <a href="https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L245">https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/horizon/static/horizon/js/horizon.modals.js#L245</a></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 16, 2015 at 12:31 PM Matthias Runge <<a href="mailto:mrunge@redhat.com">mrunge@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 16/06/15 11:20, Timur Nurlygayanov wrote:<br>
<br>
> In this method integration tests try to upload image by the following<br>
> link [4]:<br>
> <a href="http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz" rel="noreferrer" target="_blank">http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz</a><br>
><br>
<br>
Imho it would be better to host this somewhere internal in infra rather<br>
than getting it from the net.<br>
<br>
Wouldn't that be an option for improvement? It would even make tests<br>
more reliable.<br>
<br>
Matthias<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div>