volume_upload_to_image integration test failing due to image table id is missing in horizon dashboard
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
New
|
Undecided
|
Unassigned |
Bug Description
volume_
Go to project-> Compute-> Images
current image table html tag: <table class="table table-striped table-rsp table-detail">
It should be <table id="images" class="table table-striped table-rsp table-detail">
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "openstack_
File "openstack_
return bool(self.
File "openstack_
return self.images_
File "openstack_
return ImagesTable(
File "openstack_
File "openstack_
src_elem = root.find_
File "horizon/
by, value)
File "/usr/local/
'value': value})['value']
File "/usr/local/
File "/usr/local/
raise exception_
selenium.
Full logs: http://
tags: | added: horizon-core |
summary: |
volume_upload_to_image integration test failing due to image table id is - missing + missing in horizon dashboard |
I dropped 'horizon-core' tag. This tag is usually used for bugs which affect 'horizon' framework ('horizon' directory).