horizon/openstack_dashboard/test
Akihiro Motoki 61ad9f69bd Fix a bug to unable to retrieve ports when no trunk ext
When neutron trunk extension is not enabled, we cannot retrieve
network ports for a new instance. The current version of
port_list_with_trunk_types assumes the trunk extension is always
available, so if it is not enabled we cannot retrieve network ports.
This commit changes the logic to check whether the trunk extension
is enabled and if not it does not retrieve trunk information.

Change-Id: I2aa476790820f9512fe4728e0a806bd543021b0b
Closes-Bug: #1717893
2017-09-19 18:01:52 +00:00
..
api_tests Fix a bug to unable to retrieve ports when no trunk ext 2017-09-19 18:01:52 +00:00
integration_tests Replace dict.iteritems() with dict.items() in horizon 2017-08-01 08:31:49 +08:00
jasmine Remove unused jasmine_tests.py 2015-05-13 12:39:00 -06:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data TrunkPort, Horizon workflow: launch instance 2017-08-31 21:33:56 +00:00
test_panels Add Apache 2.0 license to source file 2016-12-02 17:40:28 +07:00
test_plugins assertEquals is deprecated, use assertEqual 2016-01-27 00:59:19 +08:00
tests Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
helpers.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
settings.py Added SELECTABLE_THEMES setting 2017-07-26 11:52:35 +01:00
themes.py Added SELECTABLE_THEMES setting 2017-07-26 11:52:35 +01:00
urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00