processing ...

Verification UUID Status Started at Finished at Tests count Tests duration, sec success skipped expected failures unexpected success failures
1c0cdaa8-e16a-404d-94a4-46c0398a69dd failed 2018-04-20T14:06:51 2018-04-20T14:09:53 52 168.035 41 9 0 0 2
Filter tests by status:
Toggle Header Toggle Tags Toggle All Filters
Test name (shown 52)
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
neutron.tests.tempest.api.test_trunk.TrunkTestInheritJSONBase.test_add_subport
id-0f05d98e-41f5-4629-dada-9aee269c9602
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
VLAN type_driver is not enabled
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_add_subport
id-bb5fcead-09b5-484a-bbe6-46d1e06d6cc0
success 15.962
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk
id-7de46c22-e2b6-4959-ac5a-0e624632ab32
success 6.573
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list
id-e1a6355c-4768-41f3-9bf8-0f1d192bd501
success 8.143
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified
id-382dfa39-ca03-4bd3-9a1c-91e36d2e3796
success 6.370
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_update_trunk
id-4ce46c22-a2b6-4659-bc5a-0ef2463cab32
success 6.325
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description
id-5ff46c22-a2b6-5559-bc5a-0ef2463cab32
success 5.578
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed
id-ee5fcead-1abf-483a-bce6-43d1e06d6aa0
success 9.465
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_get_subports
id-bb5fcaad-09b5-484a-dde6-4cd1ea6d6ff0
success 10.666
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_list_trunks
id-73365f73-bed6-42cd-960b-ec04e0c99d85
success 11.147
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_remove_subport
id-96eea398-a03c-4c3e-a99e-864392c2ca53
success 15.047
neutron.tests.tempest.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id
id-8d83a6ca-662d-45b8-8062-d513077296aa
success 7.503
neutron.tests.tempest.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_equal_to_trunk
id-175b05ae-66ad-44c7-857a-a12d16f1058f
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_smaller_than_trunk
id-2004c5c6-e557-4c43-8100-c820ad4953e8
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_equal_to_subport
id-22725101-f4bc-4e00-84ec-4e02cd7e0500
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_greater_than_subport
id-0f05d98e-41f5-4629-ac29-9aee269c9602
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0
id-eafe7024-77ab-4cfe-824b-0b2bf4217727
success 0.051
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination
id-b202fdc8-6616-45df-b6a0-463932de6f94
success 0.300
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc
id-f8857391-dc44-40cc-89b7-2800402e03ce
success 0.180
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc
id-ae51e9c9-ceae-4ec0-afd4-147569247699
success 0.165
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links
id-b4293e59-d794-4a93-be09-38667199ef68
fail 0.185
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Traceback (most recent call last):
  File "/src/neutron/neutron/tests/tempest/api/test_trunk.py", line 400, in test_list_pagination_page_reverse_with_href_links
    self._test_list_pagination_page_reverse_with_href_links()
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 558, in inner
    return f(self, *args, **kwargs)
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 549, in inner
    return f(self, *args, **kwargs)
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 758, in _test_list_pagination_page_reverse_with_href_links
    uri = self.get_bare_url(prev_links['previous'])
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 605, in get_bare_url
    self.assertTrue(url.startswith(base_url))
  File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links
id-dcd02a7a-f07e-4d5e-b0ca-b58e48927a9b
fail 0.204
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Traceback (most recent call last):
  File "/src/neutron/neutron/tests/tempest/api/test_trunk.py", line 384, in test_list_pagination_with_href_links
    self._test_list_pagination_with_href_links()
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 558, in inner
    return f(self, *args, **kwargs)
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 549, in inner
    return f(self, *args, **kwargs)
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 736, in _test_list_pagination_with_href_links
    self._test_list_pagination_iteratively(self._list_all_with_hrefs)
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 665, in _test_list_pagination_iteratively
    len(expected_resources), sort_args
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 699, in _list_all_with_hrefs
    uri = self.get_bare_url(prev_links['next'])
  File "/src/neutron/neutron/tests/tempest/api/base.py", line 605, in get_bare_url
    self.assertTrue(url.startswith(base_url))
  File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker
id-c4723b8e-8186-4b9a-bf9e-57519967e048
success 0.375
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc
id-fab73df4-960a-4ae3-87d3-60992b8d3e2d
success 0.083
neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc
id-a426671d-7270-430f-82ff-8f33eec93010
success 0.069
neutron.tests.tempest.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details
id-fe6d865f-1d5c-432e-b65d-904157172f24
success 5.662
neutron.tests.tempest.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports
id-f0bed24f-d36a-498b-b4e7-0d66e3fb7308
success 6.476
neutron.tests.tempest.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport
id-544bcaf2-86fb-4930-93ab-ece1c3cc33df
success 14.000
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details
id-00cb40bb-1593-44c8-808c-72b47e64252f negative
success 19.199
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict
id-4eac8c25-83ee-4051-9620-34774f565730 negative
success 7.356
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk
id-7f132ccc-1380-42d8-9c44-50411612bd01 negative
success 8.079
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_trunk_port_id
id-6f132ccc-1380-42d8-9c44-50411612bd01 negative
success 6.532
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type
id-40aed9be-e976-47d0-dada-bde2c7e74e57 negative
skip 0.939
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Vxlan type driver must be enabled for this test.
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id
id-7e0f99ab-fe37-408b-a889-9e44ef300084 negative
success 8.678
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id
id-a5c5200a-72a0-43c5-a11a-52f808490344 negative
success 6.015
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk
id-80deb6a9-da2a-48db-b7fd-bcef5b14edc1 negative
success 4.977
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids
id-40aed9be-e976-47d0-a555-bde2c7e74e57 negative
success 13.963
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id
id-1b5cf87a-1d3a-4a94-ba64-647153d54f32 negative
success 2.504
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id
id-980bca3b-b0be-45ac-8067-b401e445b796 negative
success 6.491
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id
id-a717691c-4e07-4d81-a98d-6f1c18c5d183 negative
success 6.307
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id
id-a315d78b-2f43-4efa-89ae-166044c568aa negative
success 6.877
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type
id-33498618-f75a-4796-8ae6-93d4fd203fa4 negative
success 6.720
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport
id-343a03d0-4f7c-11e6-97fa-40a8f063c891 negative
success 11.367
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk
id-6c9c5126-4f61-11e6-8248-40a8f063c891 negative
success 7.207
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk
id-9f132ccc-1380-42d8-9c44-50411612bd01 negative
success 8.250
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found
id-aaca7dd7-96b8-445a-931e-63f0d86d2fe2 negative
success 11.971
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict
id-17ca7dd7-96a8-445a-941e-53c0c86c2fe2 negative
success 12.369
neutron.tests.tempest.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk
id-8f132ccc-1380-42d8-9c44-50411612bd01 negative
success 7.892
neutron.tests.tempest.api.test_trunk_negative.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_trunk
id-3b32bf77-8002-403e-ad01-6f4cf018daa5 negative
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.api.test_trunk_negative.TrunkTestMtusJSON.test_create_trunk_with_mtu_smaller_than_subport
id-228380ef-1b7a-495e-b759-5b1f08e3e858 negative
skip
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Either vxlan or gre type driver not enabled.
neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_subport_connectivity
id-a8a02c9b-b453-49b5-89a2-cce7da66aafb
skip 0.001
1c0cdaa8-e16a-404d-94a4-46c0398a69dd
Advanced image is required to run this test.
neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle
id-bb13fe28-f152-4000-8131-37890a40c79e
success 127.013