Status: Pass 3306 Failure 1 Skip 4
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample | 15 | 14 | 1 | 0 | 0 | Detail | |
test_create_delete_server_with_instance_update |
pass
pt1.1: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_create_delete_server_with_instance_update
|
||||||
test_create_server_error |
pass
pt1.2: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_create_server_error
|
||||||
test_resize_server_error_and_reschedule_was_failed |
pass
pt1.3: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_resize_server_error_and_reschedule_was_failed
|
||||||
test_instance_exists_usage_audit |
pass
pt1.4: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_instance_exists_usage_audit
|
||||||
test_instance_action |
fail
ft1.5: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_instance_actiontesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-08-31 09:33:28,726 ERROR [oslo_messaging.rpc.server] Exception during message handling
Traceback (most recent call last):
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_messaging/rpc/server.py", line 176, in _process_incoming
res = self.dispatcher.dispatch(message)
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch
return self._do_dispatch(endpoint, method, ctxt, args)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch
result = func(ctxt, **new_args)
File "/home/zuul/src/opendev.org/openstack/nova/nova/service.py", line 99, in _tracked
result = attr(*args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/exception_wrapper.py", line 65, in wrapped
with excutils.save_and_reraise_exception():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__
self.force_reraise()
~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise
raise self.value
File "/home/zuul/src/opendev.org/openstack/nova/nova/exception_wrapper.py", line 63, in wrapped
return f(self, context, *args, **kw)
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/utils.py", line 1483, in decorated_function
return function(self, context, *args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 212, in decorated_function
with excutils.save_and_reraise_exception():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__
self.force_reraise()
~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise
raise self.value
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 202, in decorated_function
return function(self, context, *args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8206, in attach_volume
do_attach_volume(context, instance, driver_bdm)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_concurrency/lockutils.py", line 534, in inner
return f(*args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8203, in do_attach_volume
with excutils.save_and_reraise_exception():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__
self.force_reraise()
~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise
raise self.value
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8201, in do_attach_volume
return self._attach_volume(context, instance, driver_bdm)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8223, in _attach_volume
with excutils.save_and_reraise_exception():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__
self.force_reraise()
~~~~~~~~~~~~~~~~~~^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise
raise self.value
File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8220, in _attach_volume
bdm.attach(context, instance, self.volume_api, self.driver,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
do_driver_attach=True)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 46, in wrapped
ret_val = method(obj, context, *args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 769, in attach
self._do_attach(context, instance, volume, volume_api,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
virt_driver, do_driver_attach)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 754, in _do_attach
self._volume_attach(context, volume, connector, instance,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
volume_api, virt_driver,
^^^^^^^^^^^^^^^^^^^^^^^^
self['attachment_id'],
^^^^^^^^^^^^^^^^^^^^^^
do_driver_attach)
^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 668, in _volume_attach
connection_info = volume_api.attachment_update(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
context, attachment_id, connector,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self['mount_device'])['connection_info']
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/mock.py", line 1169, in __call__
return self._mock_call(*args, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/mock.py", line 1173, in _mock_call
return self._execute_mock_call(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/mock.py", line 1234, in _execute_mock_call
result = effect(*args, **kwargs)
File "/home/zuul/src/opendev.org/openstack/nova/nova/tests/functional/notification_sample_tests/test_instance.py", line 2210, in attach_volume
raise exception.CinderConnectionFailed(
reason="Connection timed out")
nova.exception.CinderConnectionFailed: Connection to cinder host failed: Connection timed out
2026-08-31 09:33:28,839 WARNING [nova.network.neutron] 3cb9bc59-5699-4588-a4b1-b87f96708bc6 already exists in list: networks containing: ['3cb9bc59-5699-4588-a4b1-b87f96708bc6']. ignoring it
2026-08-31 09:33:28,936 INFO [nova.api.openstack.requestlog] 127.0.0.1 "POST /v2.1/servers/14170cb9-c761-4492-9193-7d586eaf9797/os-interface" status: 200 len: 296 microversion: 2.104 time: 0.248668
2026-08-31 09:33:28,943 INFO [nova.service] nova-compute service graceful shutdown started.
2026-08-31 09:33:28,993 INFO [nova.service] nova-compute manager graceful shutdown started.
2026-08-31 09:33:28,993 INFO [nova.compute.manager] Compute manager waiting up to 0 seconds for in-progress tasks to complete (0 seconds reserved for cleanup_host).
2026-08-31 09:33:28,993 INFO [nova.manager] Graceful shutdown: no in-progress tasks.
2026-08-31 09:33:28,993 INFO [nova.service] nova-compute manager graceful shutdown finished.
2026-08-31 09:33:29,026 INFO [nova.service] nova-compute service graceful shutdown finished.
2026-08-31 09:33:29,041 INFO [nova.service] nova-scheduler service graceful shutdown started.
2026-08-31 09:33:29,053 INFO [nova.service] nova-scheduler manager graceful shutdown started.
2026-08-31 09:33:29,053 INFO [nova.manager] Graceful shutdown: no in-progress tasks.
2026-08-31 09:33:29,053 INFO [nova.service] nova-scheduler manager graceful shutdown finished.
2026-08-31 09:33:29,063 INFO [nova.service] nova-scheduler service graceful shutdown finished.
2026-08-31 09:33:29,074 INFO [nova.service] nova-conductor service graceful shutdown started.
2026-08-31 09:33:29,119 INFO [nova.service] nova-conductor manager graceful shutdown started.
2026-08-31 09:33:29,120 INFO [nova.manager] Graceful shutdown: no in-progress tasks.
2026-08-31 09:33:29,120 INFO [nova.service] nova-conductor manager graceful shutdown finished.
2026-08-31 09:33:29,129 INFO [nova.service] nova-conductor service graceful shutdown finished.
}}}
stderr: {{{
/home/zuul/src/opendev.org/openstack/nova/nova/objects/cell_mapping.py:256: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(), CellMapping, db_mappings)
/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/fixture.py:44: DeprecationWarning: set_time_override is deprecated. Use unittest.mock.patch() to mock timeutils.utcnow instead.
timeutils.set_time_override(self._override_time)
/home/zuul/src/opendev.org/openstack/nova/nova/objects/cell_mapping.py:256: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(), CellMapping, db_mappings)
/home/zuul/src/opendev.org/openstack/nova/nova/objects/aggregate.py:530: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Aggregate,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:444: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/migration.py:317: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Migration,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/pci_device.py:636: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.PciDevice,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/migration.py:333: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Migration,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/build_request.py:285: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.BuildRequest,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/service.py:733: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Service,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/aggregate.py:536: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Aggregate,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/tag.py:77: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(), objects.Tag, db_tags)
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/service.py:733: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Service,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/aggregate.py:536: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Aggregate,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/service.py:733: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Service,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/aggregate.py:536: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Aggregate,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:430: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
pci_devices = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/migration.py:317: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Migration,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/service.py:733: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Service,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/compute_node.py:506: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.ComputeNode,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/aggregate.py:536: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(context, cls(context), objects.Aggregate,
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:449: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
services = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:438: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/block_device.py:452: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/share_mapping.py:193: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
return base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/nova/objects/instance.py:437: DeprecationWarning: Passing item_cls to obj_make_list() is deprecated. The item class is now derived from the list object's field definition.
sec_groups = base.obj_make_list(
/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/fixtures/callmany.py:113: DeprecationWarning: clear_time_override is deprecated. Use unittest.mock.patch() to mock timeutils.utcnow instead.
cleanup(*args, **kwargs)
}}}
Traceback (most recent call last):
File "/home/zuul/src/opendev.org/openstack/nova/nova/tests/functional/notification_sample_tests/test_instance.py", line 429, in test_instance_action
action(server)
~~~~~~^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/nova/tests/functional/notification_sample_tests/test_instance.py", line 2279, in _test_interface_attach_and_detach
self.assertEqual(2, len(self.notifier.versioned_notifications),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.notifier.versioned_notifications)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/testtools/testcase.py", line 513, in assertEqual
self.assertThat(observed, matcher, message)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/testtools/testcase.py", line 704, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 2 != 3: [{'publisher_id': 'nova-compute:fake-mini', 'priority': 'ERROR', 'event_type': 'compute.exception', 'payload': {'nova_object.name': 'ExceptionPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.1', 'nova_object.data': {'module_name': 'nova.tests.functional.notification_sample_tests.test_instance', 'function_name': 'attach_volume', 'exception': 'CinderConnectionFailed', 'exception_message': 'Connection to cinder host failed: Connection timed out', 'traceback': 'Traceback (most recent call last):\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/exception_wrapper.py", line 63, in wrapped\n return f(self, context, *args, **kw)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/utils.py", line 1483, in decorated_function\n return function(self, context, *args, **kwargs)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 212, in decorated_function\n with excutils.save_and_reraise_exception():\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__\n self.force_reraise()\n ~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise\n raise self.value\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 202, in decorated_function\n return function(self, context, *args, **kwargs)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8206, in attach_volume\n do_attach_volume(context, instance, driver_bdm)\n ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_concurrency/lockutils.py", line 534, in inner\n return f(*args, **kwargs)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8203, in do_attach_volume\n with excutils.save_and_reraise_exception():\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__\n self.force_reraise()\n ~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise\n raise self.value\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8201, in do_attach_volume\n return self._attach_volume(context, instance, driver_bdm)\n ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8223, in _attach_volume\n with excutils.save_and_reraise_exception():\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 260, in __exit__\n self.force_reraise()\n ~~~~~~~~~~~~~~~~~~^^\n, File "/home/zuul/src/opendev.org/openstack/nova/.tox/functional-py313-threading/lib/python3.13/site-packages/oslo_utils/excutils.py", line 226, in force_reraise\n raise self.value\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 8220, in _attach_volume\n bdm.attach(context, instance, self.volume_api, self.driver,\n ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n do_driver_attach=True)\n ^^^^^^^^^^^^^^^^^^^^^^\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 46, in wrapped\n ret_val = method(obj, context, *args, **kwargs)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 769, in attach\n self._do_attach(context, instance, volume, volume_api,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n virt_driver, do_driver_attach)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 754, in _do_attach\n self._volume_attach(context, volume, connector, instance,\n ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n volume_api, virt_driver,\n ^^^^^^^^^^^^^^^^^^^^^^^^\n self[\'attachment_id\'],\n ^^^^^^^^^^^^^^^^^^^^^^\n do_driver_attach)\n ^^^^^^^^^^^^^^^^^\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/virt/block_device.py", line 668, in _volume_attach\n connection_info = volume_api.attachment_update(\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n context, attachment_id, connector,\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n self[\'mount_device\'])[\'connection_info\']\n ^^^^^^^^^^^^^^^^^^^^^\n, File "/usr/lib/python3.13/unittest/mock.py", line 1169, in __call__\n return self._mock_call(*args, **kwargs)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^\n, File "/usr/lib/python3.13/unittest/mock.py", line 1173, in _mock_call\n return self._execute_mock_call(*args, **kwargs)\n ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^\n, File "/usr/lib/python3.13/unittest/mock.py", line 1234, in _execute_mock_call\n result = effect(*args, **kwargs)\n, File "/home/zuul/src/opendev.org/openstack/nova/nova/tests/functional/notification_sample_tests/test_instance.py", line 2210, in attach_volume\n raise exception.CinderConnectionFailed(\n reason="Connection timed out")\n,nova.exception.CinderConnectionFailed: Connection to cinder host failed: Connection timed out\n'}}}, {'publisher_id': 'nova-compute:compute', 'priority': 'INFO', 'event_type': 'instance.interface_attach.start', 'payload': {'nova_object.name': 'InstanceActionPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.9', 'nova_object.data': {'fault': None, 'request_id': 'req-51f38098-93c5-4a1d-ace0-49301b9ecb53', 'uuid': '14170cb9-c761-4492-9193-7d586eaf9797', 'user_id': 'fake', 'tenant_id': '6f70656e737461636b20342065766572', 'reservation_id': 'r-l3xpr08f', 'display_name': 'some-server', 'display_description': 'some-server', 'host_name': 'some-server', 'host': 'compute', 'node': 'fake-mini', 'os_type': None, 'architecture': 'x86_64', 'availability_zone': 'nova', 'flavor': {'nova_object.name': 'FlavorPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.4', 'nova_object.data': {'flavorid': 'a22d5517-147c-4147-a0d1-e698df5cd4e3', 'memory_mb': 512, 'vcpus': 1, 'root_gb': 1, 'ephemeral_gb': 0, 'name': 'test_flavor', 'swap': 0, 'rxtx_factor': 1.0, 'vcpu_weight': 0, 'disabled': False, 'is_public': True, 'extra_specs': {'hw:watchdog_action': 'disabled'}, 'projects': None, 'description': None}}, 'image_uuid': '155d900f-4e14-4e4c-a73d-069cbf4541e6', 'key_name': 'my-key', 'kernel_id': '', 'ramdisk_id': '', 'created_at': '2012-10-29T13:42:11Z', 'launched_at': '2012-10-29T13:42:11Z', 'terminated_at': None, 'deleted_at': None, 'updated_at': '2012-10-29T13:42:11Z', 'state': 'active', 'power_state': 'running', 'task_state': None, 'progress': 0, 'ip_addresses': [{'nova_object.name': 'IpPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.0', 'nova_object.data': {'label': 'private', 'mac': 'fa:16:3e:4c:2c:30', 'meta': {}, 'port_uuid': 'ce531f90-199f-48c0-816c-13e38010b442', 'version': 4, 'address': '192.168.1.3', 'device_name': 'tapce531f90-19'}}], 'block_devices': [{'nova_object.name': 'BlockDevicePayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.0', 'nova_object.data': {'device_name': '/dev/sdb', 'boot_index': None, 'delete_on_termination': False, 'volume_id': 'a07f71dc-8151-4e7d-a0cc-cd24a3f11113', 'tag': None}}], 'metadata': {}, 'locked': False, 'auto_disk_config': 'MANUAL', 'action_initiator_user': 'fake', 'action_initiator_project': '6f70656e737461636b20342065766572', 'locked_reason': None, 'shares': []}}}, {'publisher_id': 'nova-compute:compute', 'priority': 'INFO', 'event_type': 'instance.interface_attach.end', 'payload': {'nova_object.name': 'InstanceActionPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.9', 'nova_object.data': {'fault': None, 'request_id': 'req-51f38098-93c5-4a1d-ace0-49301b9ecb53', 'uuid': '14170cb9-c761-4492-9193-7d586eaf9797', 'user_id': 'fake', 'tenant_id': '6f70656e737461636b20342065766572', 'reservation_id': 'r-l3xpr08f', 'display_name': 'some-server', 'display_description': 'some-server', 'host_name': 'some-server', 'host': 'compute', 'node': 'fake-mini', 'os_type': None, 'architecture': 'x86_64', 'availability_zone': 'nova', 'flavor': {'nova_object.name': 'FlavorPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.4', 'nova_object.data': {'flavorid': 'a22d5517-147c-4147-a0d1-e698df5cd4e3', 'memory_mb': 512, 'vcpus': 1, 'root_gb': 1, 'ephemeral_gb': 0, 'name': 'test_flavor', 'swap': 0, 'rxtx_factor': 1.0, 'vcpu_weight': 0, 'disabled': False, 'is_public': True, 'extra_specs': {'hw:watchdog_action': 'disabled'}, 'projects': None, 'description': None}}, 'image_uuid': '155d900f-4e14-4e4c-a73d-069cbf4541e6', 'key_name': 'my-key', 'kernel_id': '', 'ramdisk_id': '', 'created_at': '2012-10-29T13:42:11Z', 'launched_at': '2012-10-29T13:42:11Z', 'terminated_at': None, 'deleted_at': None, 'updated_at': '2012-10-29T13:42:11Z', 'state': 'active', 'power_state': 'running', 'task_state': None, 'progress': 0, 'ip_addresses': [{'nova_object.name': 'IpPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.0', 'nova_object.data': {'label': 'private', 'mac': 'fa:16:3e:4c:2c:30', 'meta': {}, 'port_uuid': 'ce531f90-199f-48c0-816c-13e38010b442', 'version': 4, 'address': '192.168.1.3', 'device_name': 'tapce531f90-19'}}, {'nova_object.name': 'IpPayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.0', 'nova_object.data': {'label': 'private', 'mac': '00:0c:29:0d:11:74', 'meta': {}, 'port_uuid': '88dae9fa-0dc6-49e3-8c29-3abc41e99ac9', 'version': 4, 'address': '192.168.1.30', 'device_name': 'tap88dae9fa-0d'}}], 'block_devices': [{'nova_object.name': 'BlockDevicePayload', 'nova_object.namespace': 'nova', 'nova_object.version': '1.0', 'nova_object.data': {'device_name': '/dev/sdb', 'boot_index': None, 'delete_on_termination': False, 'volume_id': 'a07f71dc-8151-4e7d-a0cc-cd24a3f11113', 'tag': None}}], 'metadata': {}, 'locked': False, 'auto_disk_config': 'MANUAL', 'action_initiator_user': 'fake', 'action_initiator_project': '6f70656e737461636b20342065766572', 'locked_reason': None, 'shares': []}}}]
|
||||||
test_rebuild_server |
pass
pt1.6: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_rebuild_server
|
||||||
test_delete_server_while_compute_is_down |
pass
pt1.7: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_delete_server_while_compute_is_down
|
||||||
test_rebuild_server_exc |
pass
pt1.8: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_rebuild_server_exc
|
||||||
test_resize_confirm_server |
pass
pt1.9: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_resize_confirm_server
|
||||||
test_rebuild_server_with_trusted_cert |
pass
pt1.10: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_rebuild_server_with_trusted_cert
|
||||||
test_volume_swap_server_with_error |
pass
pt1.11: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_volume_swap_server_with_error
|
||||||
test_create_delete_server |
pass
pt1.12: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_create_delete_server
|
||||||
test_resize_server_error_but_reschedule_was_success |
pass
pt1.13: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_resize_server_error_but_reschedule_was_success
|
||||||
test_instance_exists |
pass
pt1.14: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_instance_exists
|
||||||
test_volume_swap_server |
pass
pt1.15: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSample.test_volume_swap_server
|
||||||
| nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_post_reset_network(v2) |
pass
pt2.1: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_network(v2)
|
||||||
test_post_inject_network_info(v2) |
pass
pt2.2: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_inject_network_info(v2)
|
||||||
test_post_reset_network(v2_1) |
pass
pt2.3: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_network(v2_1)
|
||||||
test_post_inject_network_info(v2_1) |
pass
pt2.4: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_inject_network_info(v2_1)
|
||||||
test_post_reset_network(v2_1_noproject_id) |
pass
pt2.5: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_network(v2_1_noproject_id)
|
||||||
test_post_inject_network_info(v2_1_noproject_id) |
pass
pt2.6: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_inject_network_info(v2_1_noproject_id)
|
||||||
test_post_reset_state(v2) |
pass
pt2.7: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_state(v2)
|
||||||
test_post_reset_state(v2_1) |
pass
pt2.8: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_state(v2_1)
|
||||||
test_post_reset_state(v2_1_noproject_id) |
pass
pt2.9: nova.tests.functional.api_sample_tests.test_admin_actions.AdminActionsSamplesJsonTest.test_post_reset_state(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_admin_password.AdminPasswordJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_password(v2) |
pass
pt3.1: nova.tests.functional.api_sample_tests.test_admin_password.AdminPasswordJsonTest.test_server_password(v2)
|
||||||
test_server_password(v2_1) |
pass
pt3.2: nova.tests.functional.api_sample_tests.test_admin_password.AdminPasswordJsonTest.test_server_password(v2_1)
|
||||||
test_server_password(v2_1_noproject_id) |
pass
pt3.3: nova.tests.functional.api_sample_tests.test_admin_password.AdminPasswordJsonTest.test_server_password(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_agent_create(v2) |
pass
pt4.1: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_create(v2)
|
||||||
test_agent_update(v2) |
pass
pt4.2: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_update(v2)
|
||||||
test_agent_create(v2_1) |
pass
pt4.3: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_create(v2_1)
|
||||||
test_agent_update(v2_1) |
pass
pt4.4: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_update(v2_1)
|
||||||
test_agent_create(v2_1_noproject_id) |
pass
pt4.5: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_create(v2_1_noproject_id)
|
||||||
test_agent_update(v2_1_noproject_id) |
pass
pt4.6: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_update(v2_1_noproject_id)
|
||||||
test_agent_list(v2) |
pass
pt4.7: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_list(v2)
|
||||||
test_agent_delete(v2) |
pass
pt4.8: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_delete(v2)
|
||||||
test_agent_list(v2_1) |
pass
pt4.9: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_list(v2_1)
|
||||||
test_agent_delete(v2_1) |
pass
pt4.10: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_delete(v2_1)
|
||||||
test_agent_list(v2_1_noproject_id) |
pass
pt4.11: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_list(v2_1_noproject_id)
|
||||||
test_agent_delete(v2_1_noproject_id) |
pass
pt4.12: nova.tests.functional.api_sample_tests.test_agents.AgentsJsonTest.test_agent_delete(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest | 21 | 21 | 0 | 0 | 0 | Detail | |
test_aggregate_get(v2) |
pass
pt5.1: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_get(v2)
|
||||||
test_aggregate_get(v2_1) |
pass
pt5.2: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_get(v2_1)
|
||||||
test_aggregate_get(v2_1_noproject_id) |
pass
pt5.3: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_get(v2_1_noproject_id)
|
||||||
test_remove_host(v2) |
pass
pt5.4: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_remove_host(v2)
|
||||||
test_remove_host(v2_1) |
pass
pt5.5: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_remove_host(v2_1)
|
||||||
test_remove_host(v2_1_noproject_id) |
pass
pt5.6: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_remove_host(v2_1_noproject_id)
|
||||||
test_update_aggregate(v2) |
pass
pt5.7: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_update_aggregate(v2)
|
||||||
test_update_aggregate(v2_1) |
pass
pt5.8: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_update_aggregate(v2_1)
|
||||||
test_aggregate_create(v2) |
pass
pt5.9: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_create(v2)
|
||||||
test_update_aggregate(v2_1_noproject_id) |
pass
pt5.10: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_update_aggregate(v2_1_noproject_id)
|
||||||
test_aggregate_create(v2_1) |
pass
pt5.11: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_create(v2_1)
|
||||||
test_aggregate_create(v2_1_noproject_id) |
pass
pt5.12: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_aggregate_create(v2_1_noproject_id)
|
||||||
test_add_host(v2) |
pass
pt5.13: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_host(v2)
|
||||||
test_add_host(v2_1) |
pass
pt5.14: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_host(v2_1)
|
||||||
test_list_aggregates(v2) |
pass
pt5.15: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_list_aggregates(v2)
|
||||||
test_add_host(v2_1_noproject_id) |
pass
pt5.16: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_host(v2_1_noproject_id)
|
||||||
test_list_aggregates(v2_1) |
pass
pt5.17: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_list_aggregates(v2_1)
|
||||||
test_add_metadata(v2) |
pass
pt5.18: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_metadata(v2)
|
||||||
test_list_aggregates(v2_1_noproject_id) |
pass
pt5.19: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_list_aggregates(v2_1_noproject_id)
|
||||||
test_add_metadata(v2_1) |
pass
pt5.20: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_metadata(v2_1)
|
||||||
test_add_metadata(v2_1_noproject_id) |
pass
pt5.21: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesSampleJsonTest.test_add_metadata(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_aggregate_get(v2_41) |
pass
pt6.1: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_aggregate_get(v2_41)
|
||||||
test_remove_host(v2_41) |
pass
pt6.2: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_remove_host(v2_41)
|
||||||
test_add_host(v2_41) |
pass
pt6.3: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_add_host(v2_41)
|
||||||
test_aggregate_create(v2_41) |
pass
pt6.4: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_aggregate_create(v2_41)
|
||||||
test_add_metadata(v2_41) |
pass
pt6.5: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_add_metadata(v2_41)
|
||||||
test_update_aggregate(v2_41) |
pass
pt6.6: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_update_aggregate(v2_41)
|
||||||
test_list_aggregates(v2_41) |
pass
pt6.7: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_41_SampleJsonTest.test_list_aggregates(v2_41)
|
||||||
| nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_remove_host(v2_81) |
pass
pt7.1: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_remove_host(v2_81)
|
||||||
test_aggregate_create(v2_81) |
pass
pt7.2: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_aggregate_create(v2_81)
|
||||||
test_add_metadata(v2_81) |
pass
pt7.3: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_add_metadata(v2_81)
|
||||||
test_update_aggregate(v2_81) |
pass
pt7.4: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_update_aggregate(v2_81)
|
||||||
test_list_aggregates(v2_81) |
pass
pt7.5: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_list_aggregates(v2_81)
|
||||||
test_aggregate_get(v2_81) |
pass
pt7.6: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_aggregate_get(v2_81)
|
||||||
test_add_host(v2_81) |
pass
pt7.7: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_add_host(v2_81)
|
||||||
test_images(v2_81) |
pass
pt7.8: nova.tests.functional.api_sample_tests.test_aggregates.AggregatesV2_81_SampleJsonTest.test_images(v2_81)
|
||||||
| nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create(v2) |
pass
pt8.1: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_create(v2)
|
||||||
test_create(v2_1) |
pass
pt8.2: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_create(v2_1)
|
||||||
test_create(v2_1_noproject_id) |
pass
pt8.3: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_create(v2_1_noproject_id)
|
||||||
test_snapshots_delete_assisted(v2) |
pass
pt8.4: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_snapshots_delete_assisted(v2)
|
||||||
test_snapshots_delete_assisted(v2_1) |
pass
pt8.5: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_snapshots_delete_assisted(v2_1)
|
||||||
test_snapshots_delete_assisted(v2_1_noproject_id) |
pass
pt8.6: nova.tests.functional.api_sample_tests.test_assisted_volume_snapshots.AssistedVolumeSnapshotsJsonTests.test_snapshots_delete_assisted(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_interfaces_with_net_id_and_fixed_ips(v2) |
pass
pt9.1: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces_with_net_id_and_fixed_ips(v2)
|
||||||
test_create_interfaces_with_net_id_and_fixed_ips(v2_1) |
pass
pt9.2: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces_with_net_id_and_fixed_ips(v2_1)
|
||||||
test_create_interfaces_with_net_id_and_fixed_ips(v2_1_noproject_id) |
pass
pt9.3: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces_with_net_id_and_fixed_ips(v2_1_noproject_id)
|
||||||
test_delete_interfaces(v2) |
pass
pt9.4: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_delete_interfaces(v2)
|
||||||
test_list_interfaces(v2) |
pass
pt9.5: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_list_interfaces(v2)
|
||||||
test_delete_interfaces(v2_1) |
pass
pt9.6: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_delete_interfaces(v2_1)
|
||||||
test_list_interfaces(v2_1) |
pass
pt9.7: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_list_interfaces(v2_1)
|
||||||
test_delete_interfaces(v2_1_noproject_id) |
pass
pt9.8: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_delete_interfaces(v2_1_noproject_id)
|
||||||
test_list_interfaces(v2_1_noproject_id) |
pass
pt9.9: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_list_interfaces(v2_1_noproject_id)
|
||||||
test_create_interfaces(v2) |
pass
pt9.10: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces(v2)
|
||||||
test_show_interfaces(v2) |
pass
pt9.11: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_show_interfaces(v2)
|
||||||
test_create_interfaces(v2_1) |
pass
pt9.12: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces(v2_1)
|
||||||
test_show_interfaces(v2_1) |
pass
pt9.13: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_show_interfaces(v2_1)
|
||||||
test_create_interfaces(v2_1_noproject_id) |
pass
pt9.14: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_create_interfaces(v2_1_noproject_id)
|
||||||
test_show_interfaces(v2_1_noproject_id) |
pass
pt9.15: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleJsonTest.test_show_interfaces(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV249JsonTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_interfaces(v2_49) |
pass
pt10.1: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV249JsonTest.test_create_interfaces(v2_49)
|
||||||
| nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_show_interfaces(v2_70) |
pass
pt11.1: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest.test_show_interfaces(v2_70)
|
||||||
test_list_interfaces(v2_70) |
pass
pt11.2: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest.test_list_interfaces(v2_70)
|
||||||
test_create_interfaces_with_net_id_and_fixed_ips(v2_70) |
pass
pt11.3: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest.test_create_interfaces_with_net_id_and_fixed_ips(v2_70)
|
||||||
test_create_interfaces(v2_70) |
pass
pt11.4: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest.test_create_interfaces(v2_70)
|
||||||
test_delete_interfaces(v2_70) |
pass
pt11.5: nova.tests.functional.api_sample_tests.test_attach_interfaces.AttachInterfacesSampleV270JsonTest.test_delete_interfaces(v2_70)
|
||||||
| nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_availability_zone_list(v2) |
pass
pt12.1: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_list(v2)
|
||||||
test_availability_zone_list(v2_1) |
pass
pt12.2: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_list(v2_1)
|
||||||
test_availability_zone_list(v2_1_noproject_id) |
pass
pt12.3: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_list(v2_1_noproject_id)
|
||||||
test_availability_zone_detail(v2) |
pass
pt12.4: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_detail(v2)
|
||||||
test_availability_zone_detail(v2_1) |
pass
pt12.5: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_detail(v2_1)
|
||||||
test_availability_zone_detail(v2_1_noproject_id) |
pass
pt12.6: nova.tests.functional.api_sample_tests.test_availability_zone.AvailabilityZoneJsonTest.test_availability_zone_detail(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_baremetal_nodes_get(v2) |
pass
pt13.1: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_get(v2)
|
||||||
test_baremetal_nodes_get(v2_1) |
pass
pt13.2: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_get(v2_1)
|
||||||
test_baremetal_nodes_get(v2_1_noproject_id) |
pass
pt13.3: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_get(v2_1_noproject_id)
|
||||||
test_baremetal_nodes_list(v2) |
pass
pt13.4: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_list(v2)
|
||||||
test_baremetal_nodes_list(v2_1) |
pass
pt13.5: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_list(v2_1)
|
||||||
test_baremetal_nodes_list(v2_1_noproject_id) |
pass
pt13.6: nova.tests.functional.api_sample_tests.test_baremetal_nodes.BareMetalNodesSampleJsonTest.test_baremetal_nodes_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV1BootJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_servers_post_with_bdm(v2) |
pass
pt14.1: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV1BootJsonTest.test_servers_post_with_bdm(v2)
|
||||||
test_servers_post_with_bdm(v2_1) |
pass
pt14.2: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV1BootJsonTest.test_servers_post_with_bdm(v2_1)
|
||||||
test_servers_post_with_bdm(v2_1_noproject_id) |
pass
pt14.3: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV1BootJsonTest.test_servers_post_with_bdm(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV2BootJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_servers_post_with_bdm(v2) |
pass
pt15.1: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV2BootJsonTest.test_servers_post_with_bdm(v2)
|
||||||
test_servers_post_with_bdm(v2_1) |
pass
pt15.2: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV2BootJsonTest.test_servers_post_with_bdm(v2_1)
|
||||||
test_servers_post_with_bdm(v2_1_noproject_id) |
pass
pt15.3: nova.tests.functional.api_sample_tests.test_block_device_mapping_boot.BlockDeviceMappingV2BootJsonTest.test_servers_post_with_bdm(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_cells.CellsTest | 30 | 30 | 0 | 0 | 0 | Detail | |
test_cell_capacity(v2) |
pass
pt16.1: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_capacity(v2)
|
||||||
test_cell_capacity(v2_1) |
pass
pt16.2: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_capacity(v2_1)
|
||||||
test_cell_capacity(v2_1_noproject_id) |
pass
pt16.3: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_capacity(v2_1_noproject_id)
|
||||||
test_cells_list(v2) |
pass
pt16.4: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_list(v2)
|
||||||
test_cells_list(v2_1) |
pass
pt16.5: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_list(v2_1)
|
||||||
test_cell_create(v2) |
pass
pt16.6: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_create(v2)
|
||||||
test_cells_list(v2_1_noproject_id) |
pass
pt16.7: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_list(v2_1_noproject_id)
|
||||||
test_cell_create(v2_1) |
pass
pt16.8: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_create(v2_1)
|
||||||
test_cell_create(v2_1_noproject_id) |
pass
pt16.9: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_create(v2_1_noproject_id)
|
||||||
test_cell_delete(v2) |
pass
pt16.10: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_delete(v2)
|
||||||
test_cell_delete(v2_1) |
pass
pt16.11: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_delete(v2_1)
|
||||||
test_cell_delete(v2_1_noproject_id) |
pass
pt16.12: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_delete(v2_1_noproject_id)
|
||||||
test_cell_show(v2) |
pass
pt16.13: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_show(v2)
|
||||||
test_cell_update(v2) |
pass
pt16.14: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_update(v2)
|
||||||
test_cell_show(v2_1) |
pass
pt16.15: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_show(v2_1)
|
||||||
test_cells_capacity(v2) |
pass
pt16.16: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_capacity(v2)
|
||||||
test_cell_update(v2_1) |
pass
pt16.17: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_update(v2_1)
|
||||||
test_cells_capacity(v2_1) |
pass
pt16.18: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_capacity(v2_1)
|
||||||
test_cell_show(v2_1_noproject_id) |
pass
pt16.19: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_show(v2_1_noproject_id)
|
||||||
test_cell_update(v2_1_noproject_id) |
pass
pt16.20: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cell_update(v2_1_noproject_id)
|
||||||
test_cells_capacity(v2_1_noproject_id) |
pass
pt16.21: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_capacity(v2_1_noproject_id)
|
||||||
test_cells_detail(v2) |
pass
pt16.22: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_detail(v2)
|
||||||
test_cells_sync_instances(v2) |
pass
pt16.23: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_sync_instances(v2)
|
||||||
test_cells_detail(v2_1) |
pass
pt16.24: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_detail(v2_1)
|
||||||
test_cells_detail(v2_1_noproject_id) |
pass
pt16.25: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_detail(v2_1_noproject_id)
|
||||||
test_cells_sync_instances(v2_1) |
pass
pt16.26: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_sync_instances(v2_1)
|
||||||
test_cells_sync_instances(v2_1_noproject_id) |
pass
pt16.27: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_sync_instances(v2_1_noproject_id)
|
||||||
test_cells_info(v2) |
pass
pt16.28: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_info(v2)
|
||||||
test_cells_info(v2_1) |
pass
pt16.29: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_info(v2_1)
|
||||||
test_cells_info(v2_1_noproject_id) |
pass
pt16.30: nova.tests.functional.api_sample_tests.test_cells.CellsTest.test_cells_info(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult | 21 | 21 | 0 | 0 | 0 | Detail | |
test_dict_no_match_extra_key |
pass
pt17.1: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_dict_no_match_extra_key
|
||||||
test_bare_int_match |
pass
pt17.2: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_bare_int_match
|
||||||
test_bare_strings_match |
pass
pt17.3: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_bare_strings_match
|
||||||
test_list_no_match |
pass
pt17.4: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_list_no_match
|
||||||
test_none_result_no_match |
pass
pt17.5: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_none_result_no_match
|
||||||
test_template_int_value |
pass
pt17.6: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_int_value
|
||||||
test_template_strings_match |
pass
pt17.7: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_strings_match
|
||||||
test_list_match_extra_item_result |
pass
pt17.8: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_list_match_extra_item_result
|
||||||
test_template_int_no_match |
pass
pt17.9: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_int_no_match
|
||||||
test_dict_no_match_value |
pass
pt17.10: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_dict_no_match_value
|
||||||
test_list_match_extra_item_template |
pass
pt17.11: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_list_match_extra_item_template
|
||||||
test_none_no_match |
pass
pt17.12: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_none_no_match
|
||||||
test_template_int_match |
pass
pt17.13: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_int_match
|
||||||
test_template_strings_no_match |
pass
pt17.14: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_strings_no_match
|
||||||
test_dict_result_type_mismatch |
pass
pt17.15: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_dict_result_type_mismatch
|
||||||
test_list_match |
pass
pt17.16: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_list_match
|
||||||
test_none_match |
pass
pt17.17: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_none_match
|
||||||
test_template_no_subs_key |
pass
pt17.18: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_template_no_subs_key
|
||||||
test_bare_strings_no_match |
pass
pt17.19: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_bare_strings_no_match
|
||||||
test_dict_match |
pass
pt17.20: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_dict_match
|
||||||
test_bare_int_no_match |
pass
pt17.21: nova.tests.functional.api_sample_tests.test_compare_result.TestCompareResult.test_bare_int_no_match
|
||||||
| nova.tests.functional.api_sample_tests.test_console_auth_tokens.ConsoleAuthTokensSampleJsonTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_console_connect_info(v2_31) |
pass
pt18.1: nova.tests.functional.api_sample_tests.test_console_auth_tokens.ConsoleAuthTokensSampleJsonTests.test_get_console_connect_info(v2_31)
|
||||||
| nova.tests.functional.api_sample_tests.test_console_auth_tokens.ConsoleV299AuthTokensSampleJsonTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_console_connect_info(v2_99) |
pass
pt19.1: nova.tests.functional.api_sample_tests.test_console_auth_tokens.ConsoleV299AuthTokensSampleJsonTests.test_get_console_connect_info(v2_99)
|
||||||
| nova.tests.functional.api_sample_tests.test_console_output.ConsoleOutputSampleJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_console_output(v2) |
pass
pt20.1: nova.tests.functional.api_sample_tests.test_console_output.ConsoleOutputSampleJsonTest.test_get_console_output(v2)
|
||||||
test_get_console_output(v2_1) |
pass
pt20.2: nova.tests.functional.api_sample_tests.test_console_output.ConsoleOutputSampleJsonTest.test_get_console_output(v2_1)
|
||||||
test_get_console_output(v2_1_noproject_id) |
pass
pt20.3: nova.tests.functional.api_sample_tests.test_console_output.ConsoleOutputSampleJsonTest.test_get_console_output(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_consoles(v2) |
pass
pt21.1: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_create_consoles(v2)
|
||||||
test_create_consoles(v2_1) |
pass
pt21.2: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_create_consoles(v2_1)
|
||||||
test_create_consoles(v2_1_noproject_id) |
pass
pt21.3: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_create_consoles(v2_1_noproject_id)
|
||||||
test_console_get(v2) |
pass
pt21.4: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_get(v2)
|
||||||
test_console_get(v2_1) |
pass
pt21.5: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_get(v2_1)
|
||||||
test_console_get(v2_1_noproject_id) |
pass
pt21.6: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_get(v2_1_noproject_id)
|
||||||
test_list_consoles(v2) |
pass
pt21.7: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_list_consoles(v2)
|
||||||
test_list_consoles(v2_1) |
pass
pt21.8: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_list_consoles(v2_1)
|
||||||
test_list_consoles(v2_1_noproject_id) |
pass
pt21.9: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_list_consoles(v2_1_noproject_id)
|
||||||
test_console_delete(v2) |
pass
pt21.10: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_delete(v2)
|
||||||
test_console_delete(v2_1) |
pass
pt21.11: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_delete(v2_1)
|
||||||
test_console_delete(v2_1_noproject_id) |
pass
pt21.12: nova.tests.functional.api_sample_tests.test_consoles.ConsolesSamplesJsonTest.test_console_delete(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_post_backup_server(v2) |
pass
pt22.1: nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTest.test_post_backup_server(v2)
|
||||||
test_post_backup_server(v2_1) |
pass
pt22.2: nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTest.test_post_backup_server(v2_1)
|
||||||
test_post_backup_server(v2_1_noproject_id) |
pass
pt22.3: nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTest.test_post_backup_server(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTestv2_45 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_post_backup_server(v2_45) |
pass
pt23.1: nova.tests.functional.api_sample_tests.test_create_backup.CreateBackupSamplesJsonTestv2_45.test_post_backup_server(v2_45)
|
||||||
| nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_restore(v2) |
pass
pt24.1: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_restore(v2)
|
||||||
test_restore(v2_1) |
pass
pt24.2: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_restore(v2_1)
|
||||||
test_force_delete(v2) |
pass
pt24.3: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_force_delete(v2)
|
||||||
test_restore(v2_1_noproject_id) |
pass
pt24.4: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_restore(v2_1_noproject_id)
|
||||||
test_force_delete(v2_1) |
pass
pt24.5: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_force_delete(v2_1)
|
||||||
test_force_delete(v2_1_noproject_id) |
pass
pt24.6: nova.tests.functional.api_sample_tests.test_deferred_delete.DeferredDeleteSampleJsonTests.test_force_delete(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_server_evacuate_find_host(v2) |
pass
pt25.1: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate_find_host(v2)
|
||||||
test_server_evacuate_find_host(v2_1) |
pass
pt25.2: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate_find_host(v2_1)
|
||||||
test_server_evacuate_find_host(v2_1_noproject_id) |
pass
pt25.3: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate_find_host(v2_1_noproject_id)
|
||||||
test_server_evacuate(v2) |
pass
pt25.4: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate(v2)
|
||||||
test_server_evacuate(v2_1) |
pass
pt25.5: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate(v2_1)
|
||||||
test_server_evacuate(v2_1_noproject_id) |
pass
pt25.6: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTest.test_server_evacuate(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV214 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_evacuate(v2_14) |
pass
pt26.1: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV214.test_server_evacuate(v2_14)
|
||||||
test_server_evacuate_find_host(v2_14) |
pass
pt26.2: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV214.test_server_evacuate_find_host(v2_14)
|
||||||
| nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV229 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_evacuate(v2_29) |
pass
pt27.1: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV229.test_server_evacuate(v2_29)
|
||||||
test_server_evacuate_find_host(v2_29) |
pass
pt27.2: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV229.test_server_evacuate_find_host(v2_29)
|
||||||
test_server_evacuate_with_force(v2_29) |
pass
pt27.3: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV229.test_server_evacuate_with_force(v2_29)
|
||||||
| nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV268 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_evacuate_find_host(v2_68) |
pass
pt28.1: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV268.test_server_evacuate_find_host(v2_68)
|
||||||
test_server_evacuate_with_force(v2_68) |
pass
pt28.2: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV268.test_server_evacuate_with_force(v2_68)
|
||||||
test_server_evacuate(v2_68) |
pass
pt28.3: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV268.test_server_evacuate(v2_68)
|
||||||
| nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV295 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_evacuate_with_force(v2_95) |
pass
pt29.1: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV295.test_server_evacuate_with_force(v2_95)
|
||||||
test_server_evacuate(v2_95) |
pass
pt29.2: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV295.test_server_evacuate(v2_95)
|
||||||
test_server_evacuate_find_host(v2_95) |
pass
pt29.3: nova.tests.functional.api_sample_tests.test_evacuate.EvacuateJsonTestV295.test_server_evacuate_find_host(v2_95)
|
||||||
| nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoAllSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_extensions(v2) |
pass
pt30.1: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoAllSamplesJsonTest.test_list_extensions(v2)
|
||||||
test_list_extensions(v2_1) |
pass
pt30.2: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoAllSamplesJsonTest.test_list_extensions(v2_1)
|
||||||
test_list_extensions(v2_1_noproject_id) |
pass
pt30.3: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoAllSamplesJsonTest.test_list_extensions(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_extensions(v2) |
pass
pt31.1: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoSamplesJsonTest.test_get_extensions(v2)
|
||||||
test_get_extensions(v2_1) |
pass
pt31.2: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoSamplesJsonTest.test_get_extensions(v2_1)
|
||||||
test_get_extensions(v2_1_noproject_id) |
pass
pt31.3: nova.tests.functional.api_sample_tests.test_extension_info.ExtensionInfoSamplesJsonTest.test_get_extensions(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_fixed_ips.FixedIpTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_fixed_ip |
pass
pt32.1: nova.tests.functional.api_sample_tests.test_fixed_ips.FixedIpTest.test_get_fixed_ip
|
||||||
test_fixed_ip_reserve |
pass
pt32.2: nova.tests.functional.api_sample_tests.test_fixed_ips.FixedIpTest.test_fixed_ip_reserve
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests | 9 | 9 | 0 | 0 | 0 | Detail | |
test_flavor_access_remove_tenant(v2) |
pass
pt33.1: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_remove_tenant(v2)
|
||||||
test_flavor_access_remove_tenant(v2_1) |
pass
pt33.2: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_remove_tenant(v2_1)
|
||||||
test_flavor_access_remove_tenant(v2_1_noproject_id) |
pass
pt33.3: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_remove_tenant(v2_1_noproject_id)
|
||||||
test_flavor_access_add_tenant(v2) |
pass
pt33.4: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_add_tenant(v2)
|
||||||
test_flavor_access_add_tenant(v2_1) |
pass
pt33.5: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_add_tenant(v2_1)
|
||||||
test_flavor_access_add_tenant(v2_1_noproject_id) |
pass
pt33.6: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_add_tenant(v2_1_noproject_id)
|
||||||
test_flavor_access_list(v2) |
pass
pt33.7: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_list(v2)
|
||||||
test_flavor_access_list(v2_1) |
pass
pt33.8: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_list(v2_1)
|
||||||
test_flavor_access_list(v2_1_noproject_id) |
pass
pt33.9: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessSampleJsonTests.test_flavor_access_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessV27SampleJsonTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_add_tenant_access_to_public_flavor(v2_7) |
pass
pt34.1: nova.tests.functional.api_sample_tests.test_flavor_access.FlavorAccessV27SampleJsonTests.test_add_tenant_access_to_public_flavor(v2_7)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests | 15 | 15 | 0 | 0 | 0 | Detail | |
test_flavor_extra_specs_list(v2) |
pass
pt35.1: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_list(v2)
|
||||||
test_flavor_extra_specs_update(v2) |
pass
pt35.2: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_update(v2)
|
||||||
test_flavor_extra_specs_update(v2_1) |
pass
pt35.3: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_update(v2_1)
|
||||||
test_flavor_extra_specs_list(v2_1) |
pass
pt35.4: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_list(v2_1)
|
||||||
test_flavor_extra_specs_update(v2_1_noproject_id) |
pass
pt35.5: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_update(v2_1_noproject_id)
|
||||||
test_flavor_extra_specs_list(v2_1_noproject_id) |
pass
pt35.6: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_list(v2_1_noproject_id)
|
||||||
test_flavor_extra_specs_get(v2) |
pass
pt35.7: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_get(v2)
|
||||||
test_flavor_extra_specs_delete(v2) |
pass
pt35.8: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_delete(v2)
|
||||||
test_flavor_extra_specs_get(v2_1) |
pass
pt35.9: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_get(v2_1)
|
||||||
test_flavor_extra_specs_delete(v2_1) |
pass
pt35.10: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_delete(v2_1)
|
||||||
test_flavor_extra_specs_get(v2_1_noproject_id) |
pass
pt35.11: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_get(v2_1_noproject_id)
|
||||||
test_flavor_extra_specs_delete(v2_1_noproject_id) |
pass
pt35.12: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_delete(v2_1_noproject_id)
|
||||||
test_flavor_extra_specs_create(v2) |
pass
pt35.13: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_create(v2)
|
||||||
test_flavor_extra_specs_create(v2_1) |
pass
pt35.14: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_create(v2_1)
|
||||||
test_flavor_extra_specs_create(v2_1_noproject_id) |
pass
pt35.15: nova.tests.functional.api_sample_tests.test_flavor_extraspecs.FlavorExtraSpecsSampleJsonTests.test_flavor_extra_specs_create(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_delete_flavor(v2) |
pass
pt36.1: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests.test_create_delete_flavor(v2)
|
||||||
test_create_delete_flavor(v2_1) |
pass
pt36.2: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests.test_create_delete_flavor(v2_1)
|
||||||
test_create_delete_flavor(v2_1_noproject_id) |
pass
pt36.3: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests.test_create_delete_flavor(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests2102 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_flavor_description(v2_102) |
pass
pt37.1: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests2102.test_update_flavor_description(v2_102)
|
||||||
test_create_delete_flavor(v2_102) |
pass
pt37.2: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests2102.test_create_delete_flavor(v2_102)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests255 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_flavor(v2_55) |
pass
pt38.1: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests255.test_create_delete_flavor(v2_55)
|
||||||
test_update_flavor_description(v2_55) |
pass
pt38.2: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests255.test_update_flavor_description(v2_55)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests275 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_flavor(v2_75) |
pass
pt39.1: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests275.test_create_delete_flavor(v2_75)
|
||||||
test_update_flavor_description(v2_75) |
pass
pt39.2: nova.tests.functional.api_sample_tests.test_flavor_manage.FlavorManageSampleJsonTests275.test_update_flavor_description(v2_75)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest | 33 | 33 | 0 | 0 | 0 | Detail | |
test_flavors_detail_with_invalid_sort_dir(v2) |
pass
pt40.1: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_dir(v2)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_1) |
pass
pt40.2: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_dir(v2_1)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_1_noproject_id) |
pass
pt40.3: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_dir(v2_1_noproject_id)
|
||||||
test_flavors_list_with_sort_dir(v2) |
pass
pt40.4: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_dir(v2)
|
||||||
test_flavors_detail(v2) |
pass
pt40.5: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail(v2)
|
||||||
test_flavors_list_with_sort_dir(v2_1) |
pass
pt40.6: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_dir(v2_1)
|
||||||
test_flavors_detail_with_sort_key(v2) |
pass
pt40.7: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_key(v2)
|
||||||
test_flavors_list_with_sort_dir(v2_1_noproject_id) |
pass
pt40.8: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_dir(v2_1_noproject_id)
|
||||||
test_flavors_detail(v2_1) |
pass
pt40.9: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail(v2_1)
|
||||||
test_flavors_detail_with_sort_key(v2_1) |
pass
pt40.10: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_key(v2_1)
|
||||||
test_flavors_detail(v2_1_noproject_id) |
pass
pt40.11: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail(v2_1_noproject_id)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2) |
pass
pt40.12: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_key(v2)
|
||||||
test_flavors_detail_with_sort_key(v2_1_noproject_id) |
pass
pt40.13: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_key(v2_1_noproject_id)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2_1) |
pass
pt40.14: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_key(v2_1)
|
||||||
test_flavors_list(v2) |
pass
pt40.15: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list(v2)
|
||||||
test_flavors_list(v2_1) |
pass
pt40.16: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list(v2_1)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2_1_noproject_id) |
pass
pt40.17: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_invalid_sort_key(v2_1_noproject_id)
|
||||||
test_flavors_get(v2) |
pass
pt40.18: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_get(v2)
|
||||||
test_flavors_list(v2_1_noproject_id) |
pass
pt40.19: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list(v2_1_noproject_id)
|
||||||
test_flavors_detail_with_sort_dir(v2) |
pass
pt40.20: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_dir(v2)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2) |
pass
pt40.21: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_dir(v2)
|
||||||
test_flavors_get(v2_1) |
pass
pt40.22: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_get(v2_1)
|
||||||
test_flavors_detail_with_sort_dir(v2_1) |
pass
pt40.23: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_dir(v2_1)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_1) |
pass
pt40.24: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_dir(v2_1)
|
||||||
test_flavors_detail_with_sort_dir(v2_1_noproject_id) |
pass
pt40.25: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_detail_with_sort_dir(v2_1_noproject_id)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_1_noproject_id) |
pass
pt40.26: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_dir(v2_1_noproject_id)
|
||||||
test_flavors_get(v2_1_noproject_id) |
pass
pt40.27: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_get(v2_1_noproject_id)
|
||||||
test_flavors_list_with_invalid_sort_key(v2) |
pass
pt40.28: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_key(v2)
|
||||||
test_flavors_list_with_invalid_sort_key(v2_1) |
pass
pt40.29: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_key(v2_1)
|
||||||
test_flavors_list_with_invalid_sort_key(v2_1_noproject_id) |
pass
pt40.30: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_invalid_sort_key(v2_1_noproject_id)
|
||||||
test_flavors_list_with_sort_key(v2) |
pass
pt40.31: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_key(v2)
|
||||||
test_flavors_list_with_sort_key(v2_1) |
pass
pt40.32: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_key(v2_1)
|
||||||
test_flavors_list_with_sort_key(v2_1_noproject_id) |
pass
pt40.33: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest.test_flavors_list_with_sort_key(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_flavors_get(v2_102) |
pass
pt41.1: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_get(v2_102)
|
||||||
test_flavors_list_with_sort_dir(v2_102) |
pass
pt41.2: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_list_with_sort_dir(v2_102)
|
||||||
test_flavors_detail_with_sort_key(v2_102) |
pass
pt41.3: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_detail_with_sort_key(v2_102)
|
||||||
test_flavors_detail(v2_102) |
pass
pt41.4: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_detail(v2_102)
|
||||||
test_flavors_detail_with_sort_dir(v2_102) |
pass
pt41.5: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_detail_with_sort_dir(v2_102)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_102) |
pass
pt41.6: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_list_with_invalid_sort_dir(v2_102)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_102) |
pass
pt41.7: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_detail_with_invalid_sort_dir(v2_102)
|
||||||
test_flavors_list_with_sort_key(v2_102) |
pass
pt41.8: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_list_with_sort_key(v2_102)
|
||||||
test_flavors_list_with_invalid_sort_key(v2_102) |
pass
pt41.9: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_list_with_invalid_sort_key(v2_102)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2_102) |
pass
pt41.10: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_detail_with_invalid_sort_key(v2_102)
|
||||||
test_flavors_list(v2_102) |
pass
pt41.11: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest2102.test_flavors_list(v2_102)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_flavors_list_with_invalid_sort_key(v2_55) |
pass
pt42.1: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_list_with_invalid_sort_key(v2_55)
|
||||||
test_flavors_detail(v2_55) |
pass
pt42.2: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_detail(v2_55)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2_55) |
pass
pt42.3: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_detail_with_invalid_sort_key(v2_55)
|
||||||
test_flavors_detail_with_sort_key(v2_55) |
pass
pt42.4: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_detail_with_sort_key(v2_55)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_55) |
pass
pt42.5: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_list_with_invalid_sort_dir(v2_55)
|
||||||
test_flavors_get(v2_55) |
pass
pt42.6: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_get(v2_55)
|
||||||
test_flavors_list_with_sort_key(v2_55) |
pass
pt42.7: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_list_with_sort_key(v2_55)
|
||||||
test_flavors_list_with_sort_dir(v2_55) |
pass
pt42.8: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_list_with_sort_dir(v2_55)
|
||||||
test_flavors_list(v2_55) |
pass
pt42.9: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_list(v2_55)
|
||||||
test_flavors_detail_with_sort_dir(v2_55) |
pass
pt42.10: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_detail_with_sort_dir(v2_55)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_55) |
pass
pt42.11: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest255.test_flavors_detail_with_invalid_sort_dir(v2_55)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_flavors_list_with_invalid_sort_key(v2_61) |
pass
pt43.1: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_list_with_invalid_sort_key(v2_61)
|
||||||
test_flavors_list_with_sort_dir(v2_61) |
pass
pt43.2: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_list_with_sort_dir(v2_61)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_61) |
pass
pt43.3: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_detail_with_invalid_sort_dir(v2_61)
|
||||||
test_flavors_list(v2_61) |
pass
pt43.4: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_list(v2_61)
|
||||||
test_flavors_detail_with_sort_dir(v2_61) |
pass
pt43.5: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_detail_with_sort_dir(v2_61)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_61) |
pass
pt43.6: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_list_with_invalid_sort_dir(v2_61)
|
||||||
test_flavors_detail(v2_61) |
pass
pt43.7: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_detail(v2_61)
|
||||||
test_flavors_detail_with_sort_key(v2_61) |
pass
pt43.8: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_detail_with_sort_key(v2_61)
|
||||||
test_flavors_list_with_sort_key(v2_61) |
pass
pt43.9: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_list_with_sort_key(v2_61)
|
||||||
test_flavors_detail_with_invalid_sort_key(v2_61) |
pass
pt43.10: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_detail_with_invalid_sort_key(v2_61)
|
||||||
test_flavors_get(v2_61) |
pass
pt43.11: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest261.test_flavors_get(v2_61)
|
||||||
| nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_flavors_detail_with_invalid_sort_key(v2_75) |
pass
pt44.1: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_detail_with_invalid_sort_key(v2_75)
|
||||||
test_flavors_list(v2_75) |
pass
pt44.2: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_list(v2_75)
|
||||||
test_flavors_detail(v2_75) |
pass
pt44.3: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_detail(v2_75)
|
||||||
test_flavors_detail_with_sort_dir(v2_75) |
pass
pt44.4: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_detail_with_sort_dir(v2_75)
|
||||||
test_flavors_list_with_invalid_sort_dir(v2_75) |
pass
pt44.5: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_list_with_invalid_sort_dir(v2_75)
|
||||||
test_flavors_list_with_sort_dir(v2_75) |
pass
pt44.6: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_list_with_sort_dir(v2_75)
|
||||||
test_flavors_list_with_invalid_sort_key(v2_75) |
pass
pt44.7: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_list_with_invalid_sort_key(v2_75)
|
||||||
test_flavors_get(v2_75) |
pass
pt44.8: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_get(v2_75)
|
||||||
test_flavors_detail_with_invalid_sort_dir(v2_75) |
pass
pt44.9: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_detail_with_invalid_sort_dir(v2_75)
|
||||||
test_flavors_list_with_sort_key(v2_75) |
pass
pt44.10: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_list_with_sort_key(v2_75)
|
||||||
test_flavors_detail_with_sort_key(v2_75) |
pass
pt44.11: nova.tests.functional.api_sample_tests.test_flavors.FlavorsSampleJsonTest275.test_flavors_detail_with_sort_key(v2_75)
|
||||||
| nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest | 21 | 21 | 0 | 0 | 0 | Detail | |
test_floating_ip_dns_entry_list(v2) |
pass
pt45.1: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_list(v2)
|
||||||
test_floating_ip_dns_create_or_update(v2) |
pass
pt45.2: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update(v2)
|
||||||
test_floating_ip_dns_entry_list(v2_1) |
pass
pt45.3: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_list(v2_1)
|
||||||
test_floating_ip_dns_create_or_update(v2_1) |
pass
pt45.4: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update(v2_1)
|
||||||
test_floating_ip_dns_entry_list(v2_1_noproject_id) |
pass
pt45.5: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_list(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_create_or_update(v2_1_noproject_id) |
pass
pt45.6: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_entry_delete(v2) |
pass
pt45.7: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_delete(v2)
|
||||||
test_floating_ip_dns_entry_delete(v2_1) |
pass
pt45.8: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_delete(v2_1)
|
||||||
test_floating_ip_dns_entry_delete(v2_1_noproject_id) |
pass
pt45.9: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_delete(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_delete(v2) |
pass
pt45.10: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_delete(v2)
|
||||||
test_floating_ip_dns_delete(v2_1) |
pass
pt45.11: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_delete(v2_1)
|
||||||
test_floating_ip_dns_delete(v2_1_noproject_id) |
pass
pt45.12: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_delete(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_entry_get(v2) |
pass
pt45.13: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_get(v2)
|
||||||
test_floating_ip_dns_entry_get(v2_1) |
pass
pt45.14: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_get(v2_1)
|
||||||
test_floating_ip_dns_create_or_update_entry(v2) |
pass
pt45.15: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update_entry(v2)
|
||||||
test_floating_ip_dns_entry_get(v2_1_noproject_id) |
pass
pt45.16: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_entry_get(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_create_or_update_entry(v2_1) |
pass
pt45.17: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update_entry(v2_1)
|
||||||
test_floating_ip_dns_create_or_update_entry(v2_1_noproject_id) |
pass
pt45.18: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_create_or_update_entry(v2_1_noproject_id)
|
||||||
test_floating_ip_dns_list(v2) |
pass
pt45.19: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_list(v2)
|
||||||
test_floating_ip_dns_list(v2_1) |
pass
pt45.20: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_list(v2_1)
|
||||||
test_floating_ip_dns_list(v2_1_noproject_id) |
pass
pt45.21: nova.tests.functional.api_sample_tests.test_floating_ip_dns.FloatingIpDNSTest.test_floating_ip_dns_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_floating_ip_pools.FloatingIPPoolsSampleTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_floatingippools(v2) |
pass
pt46.1: nova.tests.functional.api_sample_tests.test_floating_ip_pools.FloatingIPPoolsSampleTests.test_list_floatingippools(v2)
|
||||||
test_list_floatingippools(v2_1) |
pass
pt46.2: nova.tests.functional.api_sample_tests.test_floating_ip_pools.FloatingIPPoolsSampleTests.test_list_floatingippools(v2_1)
|
||||||
test_list_floatingippools(v2_1_noproject_id) |
pass
pt46.3: nova.tests.functional.api_sample_tests.test_floating_ip_pools.FloatingIPPoolsSampleTests.test_list_floatingippools(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest | 18 | 18 | 0 | 0 | 0 | Detail | |
test_floating_ips_create_nopool(v2) |
pass
pt47.1: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create_nopool(v2)
|
||||||
test_floating_ips_create_nopool(v2_1) |
pass
pt47.2: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create_nopool(v2_1)
|
||||||
test_floating_ips_create_nopool(v2_1_noproject_id) |
pass
pt47.3: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create_nopool(v2_1_noproject_id)
|
||||||
test_floating_ips_delete(v2) |
pass
pt47.4: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_delete(v2)
|
||||||
test_floating_ips_create(v2) |
pass
pt47.5: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create(v2)
|
||||||
test_floating_ips_create(v2_1) |
pass
pt47.6: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create(v2_1)
|
||||||
test_floating_ips_delete(v2_1) |
pass
pt47.7: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_delete(v2_1)
|
||||||
test_floating_ips_create(v2_1_noproject_id) |
pass
pt47.8: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_create(v2_1_noproject_id)
|
||||||
test_floating_ips_delete(v2_1_noproject_id) |
pass
pt47.9: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_delete(v2_1_noproject_id)
|
||||||
test_floating_ips_list(v2) |
pass
pt47.10: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list(v2)
|
||||||
test_floating_ips_get(v2) |
pass
pt47.11: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_get(v2)
|
||||||
test_floating_ips_list(v2_1) |
pass
pt47.12: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list(v2_1)
|
||||||
test_floating_ips_get(v2_1) |
pass
pt47.13: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_get(v2_1)
|
||||||
test_floating_ips_list(v2_1_noproject_id) |
pass
pt47.14: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list(v2_1_noproject_id)
|
||||||
test_floating_ips_get(v2_1_noproject_id) |
pass
pt47.15: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_get(v2_1_noproject_id)
|
||||||
test_floating_ips_list_empty(v2) |
pass
pt47.16: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list_empty(v2)
|
||||||
test_floating_ips_list_empty(v2_1) |
pass
pt47.17: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list_empty(v2_1)
|
||||||
test_floating_ips_list_empty(v2_1_noproject_id) |
pass
pt47.18: nova.tests.functional.api_sample_tests.test_floating_ips.FloatingIpsTest.test_floating_ips_list_empty(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_floating_ips_bulk_list(v2) |
pass
pt48.1: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list(v2)
|
||||||
test_floating_ips_bulk_list_by_host(v2) |
pass
pt48.2: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list_by_host(v2)
|
||||||
test_floating_ips_bulk_list_by_host(v2_1) |
pass
pt48.3: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list_by_host(v2_1)
|
||||||
test_floating_ips_bulk_list(v2_1) |
pass
pt48.4: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list(v2_1)
|
||||||
test_floating_ips_bulk_list(v2_1_noproject_id) |
pass
pt48.5: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list(v2_1_noproject_id)
|
||||||
test_floating_ips_bulk_list_by_host(v2_1_noproject_id) |
pass
pt48.6: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_list_by_host(v2_1_noproject_id)
|
||||||
test_floating_ips_bulk_delete(v2) |
pass
pt48.7: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_delete(v2)
|
||||||
test_floating_ips_bulk_delete(v2_1) |
pass
pt48.8: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_delete(v2_1)
|
||||||
test_floating_ips_bulk_delete(v2_1_noproject_id) |
pass
pt48.9: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_delete(v2_1_noproject_id)
|
||||||
test_floating_ips_bulk_create(v2) |
pass
pt48.10: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_create(v2)
|
||||||
test_floating_ips_bulk_create(v2_1) |
pass
pt48.11: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_create(v2_1)
|
||||||
test_floating_ips_bulk_create(v2_1_noproject_id) |
pass
pt48.12: nova.tests.functional.api_sample_tests.test_floating_ips_bulk.FloatingIpsBulkTest.test_floating_ips_bulk_create(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_fping.FpingSampleJsonTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_fping |
pass
pt49.1: nova.tests.functional.api_sample_tests.test_fping.FpingSampleJsonTests.test_get_fping
|
||||||
test_get_fping_details |
pass
pt49.2: nova.tests.functional.api_sample_tests.test_fping.FpingSampleJsonTests.test_get_fping_details
|
||||||
| nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest | 18 | 18 | 0 | 0 | 0 | Detail | |
test_host_maintenance(v2) |
pass
pt50.1: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_maintenance(v2)
|
||||||
test_host_maintenance(v2_1) |
pass
pt50.2: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_maintenance(v2_1)
|
||||||
test_host_maintenance(v2_1_noproject_id) |
pass
pt50.3: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_maintenance(v2_1_noproject_id)
|
||||||
test_host_shutdown(v2) |
pass
pt50.4: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_shutdown(v2)
|
||||||
test_host_shutdown(v2_1) |
pass
pt50.5: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_shutdown(v2_1)
|
||||||
test_host_shutdown(v2_1_noproject_id) |
pass
pt50.6: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_shutdown(v2_1_noproject_id)
|
||||||
test_host_get(v2) |
pass
pt50.7: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_get(v2)
|
||||||
test_host_get(v2_1) |
pass
pt50.8: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_get(v2_1)
|
||||||
test_hosts_list(v2) |
pass
pt50.9: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_hosts_list(v2)
|
||||||
test_host_get(v2_1_noproject_id) |
pass
pt50.10: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_get(v2_1_noproject_id)
|
||||||
test_hosts_list(v2_1) |
pass
pt50.11: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_hosts_list(v2_1)
|
||||||
test_hosts_list(v2_1_noproject_id) |
pass
pt50.12: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_hosts_list(v2_1_noproject_id)
|
||||||
test_host_reboot(v2) |
pass
pt50.13: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_reboot(v2)
|
||||||
test_host_reboot(v2_1) |
pass
pt50.14: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_reboot(v2_1)
|
||||||
test_host_reboot(v2_1_noproject_id) |
pass
pt50.15: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_reboot(v2_1_noproject_id)
|
||||||
test_host_startup(v2) |
pass
pt50.16: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_startup(v2)
|
||||||
test_host_startup(v2_1) |
pass
pt50.17: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_startup(v2_1)
|
||||||
test_host_startup(v2_1_noproject_id) |
pass
pt50.18: nova.tests.functional.api_sample_tests.test_hosts.HostsSampleJsonTest.test_host_startup(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests | 8 | 8 | 0 | 0 | 0 | Detail | |
test_hypervisors_list(v2_28) |
pass
pt51.1: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_list(v2_28)
|
||||||
test_hypervisors_search(v2_28) |
pass
pt51.2: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_search(v2_28)
|
||||||
test_hypervisors_with_servers(v2_28) |
pass
pt51.3: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_with_servers(v2_28)
|
||||||
test_hypervisors_detail(v2_28) |
pass
pt51.4: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_detail(v2_28)
|
||||||
test_hypervisors_without_servers(v2_28) |
pass
pt51.5: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_without_servers(v2_28)
|
||||||
test_hypervisors_show(v2_28) |
pass
pt51.6: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_show(v2_28)
|
||||||
test_hypervisors_uptime(v2_28) |
pass
pt51.7: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_uptime(v2_28)
|
||||||
test_hypervisors_statistics(v2_28) |
pass
pt51.8: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson228Tests.test_hypervisors_statistics(v2_28)
|
||||||
| nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson233Tests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_hypervisors_list(v2_33) |
pass
pt52.1: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson233Tests.test_hypervisors_list(v2_33)
|
||||||
test_hypervisors_detail(v2_33) |
pass
pt52.2: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson233Tests.test_hypervisors_detail(v2_33)
|
||||||
| nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests | 10 | 10 | 0 | 0 | 0 | Detail | |
test_hypervisors_show(v2_53) |
pass
pt53.1: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_show(v2_53)
|
||||||
test_hypervisors_show_with_servers(v2_53) |
pass
pt53.2: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_show_with_servers(v2_53)
|
||||||
test_hypervisors_statistics(v2_53) |
pass
pt53.3: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_statistics(v2_53)
|
||||||
test_hypervisors_with_servers(v2_53) |
pass
pt53.4: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_with_servers(v2_53)
|
||||||
test_hypervisors_detail(v2_53) |
pass
pt53.5: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_detail(v2_53)
|
||||||
test_hypervisors_list(v2_53) |
pass
pt53.6: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_list(v2_53)
|
||||||
test_hypervisors_detail_with_servers(v2_53) |
pass
pt53.7: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_detail_with_servers(v2_53)
|
||||||
test_hypervisors_without_servers(v2_53) |
pass
pt53.8: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_without_servers(v2_53)
|
||||||
test_hypervisors_search(v2_53) |
pass
pt53.9: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_search(v2_53)
|
||||||
test_hypervisors_uptime(v2_53) |
pass
pt53.10: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson253Tests.test_hypervisors_uptime(v2_53)
|
||||||
| nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests | 10 | 10 | 0 | 0 | 0 | Detail | |
test_hypervisors_uptime(v2_88) |
pass
pt54.1: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_uptime(v2_88)
|
||||||
test_hypervisors_with_servers(v2_88) |
pass
pt54.2: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_with_servers(v2_88)
|
||||||
test_hypervisors_detail(v2_88) |
pass
pt54.3: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_detail(v2_88)
|
||||||
test_hypervisors_search(v2_88) |
pass
pt54.4: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_search(v2_88)
|
||||||
test_hypervisors_show_with_servers(v2_88) |
pass
pt54.5: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_show_with_servers(v2_88)
|
||||||
test_hypervisors_list(v2_88) |
pass
pt54.6: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_list(v2_88)
|
||||||
test_hypervisors_show(v2_88) |
pass
pt54.7: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_show(v2_88)
|
||||||
test_hypervisors_detail_with_servers(v2_88) |
pass
pt54.8: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_detail_with_servers(v2_88)
|
||||||
test_hypervisors_statistics(v2_88) |
pass
pt54.9: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_statistics(v2_88)
|
||||||
test_hypervisors_without_servers(v2_88) |
pass
pt54.10: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJson288Tests.test_hypervisors_without_servers(v2_88)
|
||||||
| nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests | 24 | 24 | 0 | 0 | 0 | Detail | |
test_hypervisors_statistics(v2) |
pass
pt55.1: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_statistics(v2)
|
||||||
test_hypervisors_statistics(v2_1) |
pass
pt55.2: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_statistics(v2_1)
|
||||||
test_hypervisors_statistics(v2_1_noproject_id) |
pass
pt55.3: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_statistics(v2_1_noproject_id)
|
||||||
test_hypervisors_detail(v2) |
pass
pt55.4: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_detail(v2)
|
||||||
test_hypervisors_detail(v2_1) |
pass
pt55.5: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_detail(v2_1)
|
||||||
test_hypervisors_detail(v2_1_noproject_id) |
pass
pt55.6: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_detail(v2_1_noproject_id)
|
||||||
test_hypervisors_search(v2) |
pass
pt55.7: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_search(v2)
|
||||||
test_hypervisors_search(v2_1) |
pass
pt55.8: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_search(v2_1)
|
||||||
test_hypervisors_search(v2_1_noproject_id) |
pass
pt55.9: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_search(v2_1_noproject_id)
|
||||||
test_hypervisors_uptime(v2) |
pass
pt55.10: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_uptime(v2)
|
||||||
test_hypervisors_uptime(v2_1) |
pass
pt55.11: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_uptime(v2_1)
|
||||||
test_hypervisors_uptime(v2_1_noproject_id) |
pass
pt55.12: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_uptime(v2_1_noproject_id)
|
||||||
test_hypervisors_without_servers(v2) |
pass
pt55.13: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_without_servers(v2)
|
||||||
test_hypervisors_show(v2) |
pass
pt55.14: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_show(v2)
|
||||||
test_hypervisors_without_servers(v2_1) |
pass
pt55.15: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_without_servers(v2_1)
|
||||||
test_hypervisors_without_servers(v2_1_noproject_id) |
pass
pt55.16: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_without_servers(v2_1_noproject_id)
|
||||||
test_hypervisors_show(v2_1) |
pass
pt55.17: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_show(v2_1)
|
||||||
test_hypervisors_show(v2_1_noproject_id) |
pass
pt55.18: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_show(v2_1_noproject_id)
|
||||||
test_hypervisors_list(v2) |
pass
pt55.19: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_list(v2)
|
||||||
test_hypervisors_list(v2_1) |
pass
pt55.20: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_list(v2_1)
|
||||||
test_hypervisors_list(v2_1_noproject_id) |
pass
pt55.21: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_list(v2_1_noproject_id)
|
||||||
test_hypervisors_with_servers(v2) |
pass
pt55.22: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_with_servers(v2)
|
||||||
test_hypervisors_with_servers(v2_1) |
pass
pt55.23: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_with_servers(v2_1)
|
||||||
test_hypervisors_with_servers(v2_1_noproject_id) |
pass
pt55.24: nova.tests.functional.api_sample_tests.test_hypervisors.HypervisorsSampleJsonTests.test_hypervisors_with_servers(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest | 24 | 24 | 0 | 0 | 0 | Detail | |
test_image_metadata_post(v2) |
pass
pt56.1: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_post(v2)
|
||||||
test_image_metadata_post(v2_1) |
pass
pt56.2: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_post(v2_1)
|
||||||
test_image_metadata_post(v2_1_noproject_id) |
pass
pt56.3: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_post(v2_1_noproject_id)
|
||||||
test_image_meta_key_put(v2) |
pass
pt56.4: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_put(v2)
|
||||||
test_image_meta_key_put(v2_1) |
pass
pt56.5: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_put(v2_1)
|
||||||
test_image_meta_key_put(v2_1_noproject_id) |
pass
pt56.6: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_put(v2_1_noproject_id)
|
||||||
test_image_meta_key_get(v2) |
pass
pt56.7: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_get(v2)
|
||||||
test_image_meta_key_get(v2_1) |
pass
pt56.8: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_get(v2_1)
|
||||||
test_image_meta_key_get(v2_1_noproject_id) |
pass
pt56.9: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_meta_key_get(v2_1_noproject_id)
|
||||||
test_images_details(v2) |
pass
pt56.10: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_details(v2)
|
||||||
test_images_details(v2_1) |
pass
pt56.11: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_details(v2_1)
|
||||||
test_images_details(v2_1_noproject_id) |
pass
pt56.12: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_details(v2_1_noproject_id)
|
||||||
test_images_list(v2) |
pass
pt56.13: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_list(v2)
|
||||||
test_images_list(v2_1) |
pass
pt56.14: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_list(v2_1)
|
||||||
test_images_list(v2_1_noproject_id) |
pass
pt56.15: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_images_list(v2_1_noproject_id)
|
||||||
test_image_metadata_put(v2) |
pass
pt56.16: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_put(v2)
|
||||||
test_image_metadata_put(v2_1) |
pass
pt56.17: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_put(v2_1)
|
||||||
test_image_metadata_put(v2_1_noproject_id) |
pass
pt56.18: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_put(v2_1_noproject_id)
|
||||||
test_image_get(v2) |
pass
pt56.19: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_get(v2)
|
||||||
test_image_get(v2_1) |
pass
pt56.20: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_get(v2_1)
|
||||||
test_image_get(v2_1_noproject_id) |
pass
pt56.21: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_get(v2_1_noproject_id)
|
||||||
test_image_metadata_get(v2) |
pass
pt56.22: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_get(v2)
|
||||||
test_image_metadata_get(v2_1) |
pass
pt56.23: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_get(v2_1)
|
||||||
test_image_metadata_get(v2_1_noproject_id) |
pass
pt56.24: nova.tests.functional.api_sample_tests.test_images.ImagesSampleJsonTest.test_image_metadata_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_instance_action_get(v2) |
pass
pt57.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_action_get(v2)
|
||||||
test_instance_action_get(v2_1) |
pass
pt57.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_action_get(v2_1)
|
||||||
test_instance_action_get(v2_1_noproject_id) |
pass
pt57.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_action_get(v2_1_noproject_id)
|
||||||
test_instance_actions_list(v2) |
pass
pt57.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_actions_list(v2)
|
||||||
test_instance_actions_list(v2_1) |
pass
pt57.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_actions_list(v2_1)
|
||||||
test_instance_actions_list(v2_1_noproject_id) |
pass
pt57.6: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsSampleJsonTest.test_instance_actions_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV221SampleJsonTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_instance_actions_list(v2_21) |
pass
pt58.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV221SampleJsonTest.test_instance_actions_list(v2_21)
|
||||||
test_instance_action_get(v2_21) |
pass
pt58.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV221SampleJsonTest.test_instance_action_get(v2_21)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251AdminSampleJsonTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_instance_action_get(v2_51) |
pass
pt59.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251AdminSampleJsonTest.test_instance_action_get(v2_51)
|
||||||
test_instance_actions_list(v2_51) |
pass
pt59.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251AdminSampleJsonTest.test_instance_actions_list(v2_51)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251NonAdminSampleJsonTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_instance_action_get(v2_51) |
pass
pt60.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251NonAdminSampleJsonTest.test_instance_action_get(v2_51)
|
||||||
test_instance_actions_list(v2_51) |
pass
pt60.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV251NonAdminSampleJsonTest.test_instance_actions_list(v2_51)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_instance_actions_list(v2_58) |
pass
pt61.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest.test_instance_actions_list(v2_58)
|
||||||
test_instance_actions_with_changes_since(v2_58) |
pass
pt61.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest.test_instance_actions_with_changes_since(v2_58)
|
||||||
test_instance_actions_list_with_limit(v2_58) |
pass
pt61.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest.test_instance_actions_list_with_limit(v2_58)
|
||||||
test_instance_actions_list_with_marker(v2_58) |
pass
pt61.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest.test_instance_actions_list_with_marker(v2_58)
|
||||||
test_instance_action_get(v2_58) |
pass
pt61.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258NonAdminSampleJsonTest.test_instance_action_get(v2_58)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_instance_actions_list_with_marker(v2_58) |
pass
pt62.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest.test_instance_actions_list_with_marker(v2_58)
|
||||||
test_instance_actions_list_with_limit(v2_58) |
pass
pt62.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest.test_instance_actions_list_with_limit(v2_58)
|
||||||
test_instance_actions_with_changes_since(v2_58) |
pass
pt62.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest.test_instance_actions_with_changes_since(v2_58)
|
||||||
test_instance_action_get(v2_58) |
pass
pt62.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest.test_instance_action_get(v2_58)
|
||||||
test_instance_actions_list(v2_58) |
pass
pt62.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV258SampleJsonTest.test_instance_actions_list(v2_58)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_instance_actions_list_with_limit(v2_62) |
pass
pt63.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest.test_instance_actions_list_with_limit(v2_62)
|
||||||
test_instance_actions_list_with_marker(v2_62) |
pass
pt63.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest.test_instance_actions_list_with_marker(v2_62)
|
||||||
test_instance_actions_list(v2_62) |
pass
pt63.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest.test_instance_actions_list(v2_62)
|
||||||
test_instance_actions_with_changes_since(v2_62) |
pass
pt63.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest.test_instance_actions_with_changes_since(v2_62)
|
||||||
test_instance_action_get(v2_62) |
pass
pt63.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262NonAdminSampleJsonTest.test_instance_action_get(v2_62)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_instance_actions_list_with_marker(v2_62) |
pass
pt64.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest.test_instance_actions_list_with_marker(v2_62)
|
||||||
test_instance_actions_with_changes_since(v2_62) |
pass
pt64.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest.test_instance_actions_with_changes_since(v2_62)
|
||||||
test_instance_action_get(v2_62) |
pass
pt64.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest.test_instance_action_get(v2_62)
|
||||||
test_instance_actions_list_with_limit(v2_62) |
pass
pt64.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest.test_instance_actions_list_with_limit(v2_62)
|
||||||
test_instance_actions_list(v2_62) |
pass
pt64.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV262SampleJsonTest.test_instance_actions_list(v2_62)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_instance_actions_with_changes_before(v2_66) |
pass
pt65.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_actions_with_changes_before(v2_66)
|
||||||
test_instance_actions_with_changes_since(v2_66) |
pass
pt65.2: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_actions_with_changes_since(v2_66)
|
||||||
test_instance_action_get(v2_66) |
pass
pt65.3: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_action_get(v2_66)
|
||||||
test_instance_actions_list(v2_66) |
pass
pt65.4: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_actions_list(v2_66)
|
||||||
test_instance_actions_list_with_limit(v2_66) |
pass
pt65.5: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_actions_list_with_limit(v2_66)
|
||||||
test_instance_actions_list_with_marker(v2_66) |
pass
pt65.6: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV266SampleJsonTest.test_instance_actions_list_with_marker(v2_66)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_action_get(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt66.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_action_get(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt67.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list_with_limit(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt68.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list_with_limit(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list_with_marker(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt69.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_list_with_marker(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_with_changes_before(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt70.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_with_changes_before(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_with_changes_since(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt71.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284NonAdminSampleJsonTest.test_instance_actions_with_changes_since(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_action_get(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt72.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_action_get(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt73.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list_with_limit(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt74.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list_with_limit(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list_with_marker(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt75.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_list_with_marker(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_with_changes_before(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt76.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_with_changes_before(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_with_changes_since(2 | 1 | 1 | 0 | 0 | 0 | Detail | |
84) |
pass
pt77.1: nova.tests.functional.api_sample_tests.test_instance_actions.ServerActionsV284SampleJsonTest.test_instance_actions_with_changes_since(2.84)
|
||||||
| nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_show_instance_usage_audit_log(v2) |
pass
pt78.1: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_show_instance_usage_audit_log(v2)
|
||||||
test_show_instance_usage_audit_log(v2_1) |
pass
pt78.2: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_show_instance_usage_audit_log(v2_1)
|
||||||
test_show_instance_usage_audit_log(v2_1_noproject_id) |
pass
pt78.3: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_show_instance_usage_audit_log(v2_1_noproject_id)
|
||||||
test_index_instance_usage_audit_log(v2) |
pass
pt78.4: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_index_instance_usage_audit_log(v2)
|
||||||
test_index_instance_usage_audit_log(v2_1) |
pass
pt78.5: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_index_instance_usage_audit_log(v2_1)
|
||||||
test_index_instance_usage_audit_log(v2_1_noproject_id) |
pass
pt78.6: nova.tests.functional.api_sample_tests.test_instance_usage_audit_log.InstanceUsageAuditLogJsonTest.test_index_instance_usage_audit_log(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_keypairs_delete(v2) |
pass
pt79.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_delete(v2)
|
||||||
test_keypairs_delete(v2_1) |
pass
pt79.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_delete(v2_1)
|
||||||
test_keypairs_delete(v2_1_noproject_id) |
pass
pt79.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_delete(v2_1_noproject_id)
|
||||||
test_keypairs_get(v2) |
pass
pt79.4: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_get(v2)
|
||||||
test_keypairs_get(v2_1) |
pass
pt79.5: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_get(v2_1)
|
||||||
test_keypairs_get(v2_1_noproject_id) |
pass
pt79.6: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_get(v2_1_noproject_id)
|
||||||
test_keypairs_post(v2) |
pass
pt79.7: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_post(v2)
|
||||||
test_keypairs_post(v2_1) |
pass
pt79.8: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_post(v2_1)
|
||||||
test_keypairs_post(v2_1_noproject_id) |
pass
pt79.9: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_post(v2_1_noproject_id)
|
||||||
test_keypairs_import_key_post(v2) |
pass
pt79.10: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_import_key_post(v2)
|
||||||
test_keypairs_import_key_post(v2_1) |
pass
pt79.11: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_import_key_post(v2_1)
|
||||||
test_keypairs_list(v2) |
pass
pt79.12: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_list(v2)
|
||||||
test_keypairs_list(v2_1) |
pass
pt79.13: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_list(v2_1)
|
||||||
test_keypairs_import_key_post(v2_1_noproject_id) |
pass
pt79.14: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_import_key_post(v2_1_noproject_id)
|
||||||
test_keypairs_list(v2_1_noproject_id) |
pass
pt79.15: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsSampleJsonTest.test_keypairs_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_keypairs_post(v2_10) |
pass
pt80.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_post(v2_10)
|
||||||
test_keypairs_list(v2_10) |
pass
pt80.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_list(v2_10)
|
||||||
test_keypair_create_for_user(v2_10) |
pass
pt80.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypair_create_for_user(v2_10)
|
||||||
test_keypairs_delete_for_user(v2_10) |
pass
pt80.4: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_delete_for_user(v2_10)
|
||||||
test_keypairs_get(v2_10) |
pass
pt80.5: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_get(v2_10)
|
||||||
test_keypairs_import_key_post(v2_10) |
pass
pt80.6: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_import_key_post(v2_10)
|
||||||
test_keypairs_delete(v2_10) |
pass
pt80.7: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_delete(v2_10)
|
||||||
test_keypairs_list_for_different_users(v2_10) |
pass
pt80.8: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTest.test_keypairs_list_for_different_users(v2_10)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin | 9 | 9 | 0 | 0 | 0 | Detail | |
test_keypairs_list(v2_10) |
pass
pt81.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_list(v2_10)
|
||||||
test_keypairs_post_for_other_user(v2_10) |
pass
pt81.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_post_for_other_user(v2_10)
|
||||||
test_keypairs_list_for_different_users(v2_10) |
pass
pt81.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_list_for_different_users(v2_10)
|
||||||
test_keypairs_delete(v2_10) |
pass
pt81.4: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_delete(v2_10)
|
||||||
test_keypairs_get(v2_10) |
pass
pt81.5: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_get(v2_10)
|
||||||
test_keypairs_post(v2_10) |
pass
pt81.6: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_post(v2_10)
|
||||||
test_keypair_create_for_user(v2_10) |
pass
pt81.7: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypair_create_for_user(v2_10)
|
||||||
test_keypairs_import_key_post(v2_10) |
pass
pt81.8: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_import_key_post(v2_10)
|
||||||
test_keypairs_delete_for_user(v2_10) |
pass
pt81.9: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV210SampleJsonTestNotAdmin.test_keypairs_delete_for_user(v2_10)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_keypairs_import_key_post_invalid_combination(v2_2) |
pass
pt82.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_import_key_post_invalid_combination(v2_2)
|
||||||
test_keypairs_post(v2_2) |
pass
pt82.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_post(v2_2)
|
||||||
test_keypairs_import_key_post_x509(v2_2) |
pass
pt82.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_import_key_post_x509(v2_2)
|
||||||
test_keypairs_get(v2_2) |
pass
pt82.4: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_get(v2_2)
|
||||||
test_keypairs_import_key_post(v2_2) |
pass
pt82.5: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_import_key_post(v2_2)
|
||||||
test_keypairs_import_key_post_invalid_type(v2_2) |
pass
pt82.6: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_import_key_post_invalid_type(v2_2)
|
||||||
test_keypairs_post_invalid(v2_2) |
pass
pt82.7: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_post_invalid(v2_2)
|
||||||
test_keypairs_delete(v2_2) |
pass
pt82.8: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_delete(v2_2)
|
||||||
test_keypairs_list(v2_2) |
pass
pt82.9: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_list(v2_2)
|
||||||
test_keypairs_post_x509(v2_2) |
pass
pt82.10: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV22SampleJsonTest.test_keypairs_post_x509(v2_2)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV235SampleJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_keypairs_post(v2_35) |
pass
pt83.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV235SampleJsonTest.test_keypairs_post(v2_35)
|
||||||
test_keypairs_list(v2_35) |
pass
pt83.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV235SampleJsonTest.test_keypairs_list(v2_35)
|
||||||
test_keypairs_list_for_different_users(v2_35) |
pass
pt83.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV235SampleJsonTest.test_keypairs_list_for_different_users(v2_35)
|
||||||
| nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV292SampleJsonTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_keypairs_import_key_post(v2_92) |
pass
pt84.1: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV292SampleJsonTest.test_keypairs_import_key_post(v2_92)
|
||||||
test_keypairs_import_key_invalid_name(v2_92) |
pass
pt84.2: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV292SampleJsonTest.test_keypairs_import_key_invalid_name(v2_92)
|
||||||
test_keypairs_import_key_special_characters(v2_92) |
pass
pt84.3: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV292SampleJsonTest.test_keypairs_import_key_special_characters(v2_92)
|
||||||
test_keypairs_post_no_longer_supported(v2_92) |
pass
pt84.4: nova.tests.functional.api_sample_tests.test_keypairs.KeyPairsV292SampleJsonTest.test_keypairs_post_no_longer_supported(v2_92)
|
||||||
| nova.tests.functional.api_sample_tests.test_limits.LimitsSampleJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_limits_get(v2) |
pass
pt85.1: nova.tests.functional.api_sample_tests.test_limits.LimitsSampleJsonTest.test_limits_get(v2)
|
||||||
test_limits_get(v2_1) |
pass
pt85.2: nova.tests.functional.api_sample_tests.test_limits.LimitsSampleJsonTest.test_limits_get(v2_1)
|
||||||
test_limits_get(v2_1_noproject_id) |
pass
pt85.3: nova.tests.functional.api_sample_tests.test_limits.LimitsSampleJsonTest.test_limits_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_limits.LimitsV236Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_limits_get(v2_36) |
pass
pt86.1: nova.tests.functional.api_sample_tests.test_limits.LimitsV236Test.test_limits_get(v2_36)
|
||||||
| nova.tests.functional.api_sample_tests.test_limits.LimitsV239Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_limits_get(v2_39) |
pass
pt87.1: nova.tests.functional.api_sample_tests.test_limits.LimitsV239Test.test_limits_get(v2_39)
|
||||||
| nova.tests.functional.api_sample_tests.test_limits.LimitsV257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_limits_get(v2_57) |
pass
pt88.1: nova.tests.functional.api_sample_tests.test_limits.LimitsV257Test.test_limits_get(v2_57)
|
||||||
| nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_post_unlock_server(v2) |
pass
pt89.1: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_unlock_server(v2)
|
||||||
test_post_unlock_server(v2_1) |
pass
pt89.2: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_unlock_server(v2_1)
|
||||||
test_post_unlock_server(v2_1_noproject_id) |
pass
pt89.3: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_unlock_server(v2_1_noproject_id)
|
||||||
test_post_lock_server(v2) |
pass
pt89.4: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_lock_server(v2)
|
||||||
test_post_lock_server(v2_1) |
pass
pt89.5: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_lock_server(v2_1)
|
||||||
test_post_lock_server(v2_1_noproject_id) |
pass
pt89.6: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTest.test_post_lock_server(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTestV273 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_post_unlock_server(v2_73) |
pass
pt90.1: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTestV273.test_post_unlock_server(v2_73)
|
||||||
test_post_lock_server(v2_73) |
pass
pt90.2: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTestV273.test_post_lock_server(v2_73)
|
||||||
test_post_lock_server_with_reason(v2_73) |
pass
pt90.3: nova.tests.functional.api_sample_tests.test_lock_server.LockServerSamplesJsonTestV273.test_post_lock_server_with_reason(v2_73)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_live_migrate_compute_host_not_found(v2) |
pass
pt91.1: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_live_migrate_compute_host_not_found(v2)
|
||||||
test_live_migrate_compute_host_not_found(v2_1) |
pass
pt91.2: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_live_migrate_compute_host_not_found(v2_1)
|
||||||
test_live_migrate_compute_host_not_found(v2_1_noproject_id) |
pass
pt91.3: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_live_migrate_compute_host_not_found(v2_1_noproject_id)
|
||||||
test_post_live_migrate_server(v2) |
pass
pt91.4: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_live_migrate_server(v2)
|
||||||
test_post_live_migrate_server(v2_1) |
pass
pt91.5: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_live_migrate_server(v2_1)
|
||||||
test_post_live_migrate_server(v2_1_noproject_id) |
pass
pt91.6: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_live_migrate_server(v2_1_noproject_id)
|
||||||
test_post_migrate(v2) |
pass
pt91.7: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_migrate(v2)
|
||||||
test_post_migrate(v2_1) |
pass
pt91.8: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_migrate(v2_1)
|
||||||
test_post_migrate(v2_1_noproject_id) |
pass
pt91.9: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTest.test_post_migrate(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV225 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_live_migrate_compute_host_not_found(v2_25) |
pass
pt92.1: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV225.test_live_migrate_compute_host_not_found(v2_25)
|
||||||
test_post_live_migrate_server(v2_25) |
pass
pt92.2: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV225.test_post_live_migrate_server(v2_25)
|
||||||
test_post_migrate(v2_25) |
pass
pt92.3: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV225.test_post_migrate(v2_25)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV230 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_post_migrate(v2_30) |
pass
pt93.1: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV230.test_post_migrate(v2_30)
|
||||||
test_live_migrate_compute_host_not_found(v2_30) |
pass
pt93.2: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV230.test_live_migrate_compute_host_not_found(v2_30)
|
||||||
test_post_live_migrate_server(v2_30) |
pass
pt93.3: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV230.test_post_live_migrate_server(v2_30)
|
||||||
test_post_live_migrate_server_with_force(v2_30) |
pass
pt93.4: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV230.test_post_live_migrate_server_with_force(v2_30)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV256 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_post_migrate_null(v2_56) |
pass
pt94.1: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV256.test_post_migrate_null(v2_56)
|
||||||
test_post_migrate(v2_56) |
pass
pt94.2: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV256.test_post_migrate(v2_56)
|
||||||
test_post_migrate_with_host(v2_56) |
pass
pt94.3: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV256.test_post_migrate_with_host(v2_56)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV268 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_post_live_migrate_server(v2_68) |
pass
pt95.1: nova.tests.functional.api_sample_tests.test_migrate_server.MigrateServerSamplesJsonTestV268.test_post_live_migrate_server(v2_68)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_migrations(v2) |
pass
pt96.1: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTest.test_get_migrations(v2)
|
||||||
test_get_migrations(v2_1) |
pass
pt96.2: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTest.test_get_migrations(v2_1)
|
||||||
test_get_migrations(v2_1_noproject_id) |
pass
pt96.3: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTest.test_get_migrations(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_23 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_migrations_v2_23(v2_23) |
pass
pt97.1: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_23.test_get_migrations_v2_23(v2_23)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_59 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_migrations_with_limit(v2_59) |
pass
pt98.1: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_59.test_get_migrations_with_limit(v2_59)
|
||||||
test_get_migrations_with_marker(v2_59) |
pass
pt98.2: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_59.test_get_migrations_with_marker(v2_59)
|
||||||
test_get_migrations_v2_23(v2_59) |
pass
pt98.3: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_59.test_get_migrations_v2_23(v2_59)
|
||||||
test_get_migrations_with_changes_since(v2_59) |
pass
pt98.4: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_59.test_get_migrations_with_changes_since(v2_59)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_migrations_with_changes_before(v2_66) |
pass
pt99.1: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66.test_get_migrations_with_changes_before(v2_66)
|
||||||
test_get_migrations_with_changes_since(v2_66) |
pass
pt99.2: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66.test_get_migrations_with_changes_since(v2_66)
|
||||||
test_get_migrations_with_marker(v2_66) |
pass
pt99.3: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66.test_get_migrations_with_marker(v2_66)
|
||||||
test_get_migrations_v2_23(v2_66) |
pass
pt99.4: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66.test_get_migrations_v2_23(v2_66)
|
||||||
test_get_migrations_with_limit(v2_66) |
pass
pt99.5: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_66.test_get_migrations_with_limit(v2_66)
|
||||||
| nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80 | 8 | 8 | 0 | 0 | 0 | Detail | |
test_get_migrations_with_marker(v2_80) |
pass
pt100.1: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_marker(v2_80)
|
||||||
test_get_migrations_with_user_id(v2_80) |
pass
pt100.2: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_user_id(v2_80)
|
||||||
test_get_migrations_with_changes_before(v2_80) |
pass
pt100.3: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_changes_before(v2_80)
|
||||||
test_get_migrations_with_changes_since(v2_80) |
pass
pt100.4: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_changes_since(v2_80)
|
||||||
test_get_migrations_with_user_and_project_id(v2_80) |
pass
pt100.5: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_user_and_project_id(v2_80)
|
||||||
test_get_migrations_with_limit(v2_80) |
pass
pt100.6: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_limit(v2_80)
|
||||||
test_get_migrations_with_project_id(v2_80) |
pass
pt100.7: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_with_project_id(v2_80)
|
||||||
test_get_migrations_v2_23(v2_80) |
pass
pt100.8: nova.tests.functional.api_sample_tests.test_migrations.MigrationsSamplesJsonTestV2_80.test_get_migrations_v2_23(v2_80)
|
||||||
| nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_add_fixed_ip(v2) |
pass
pt101.1: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_add_fixed_ip(v2)
|
||||||
test_add_fixed_ip(v2_1) |
pass
pt101.2: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_add_fixed_ip(v2_1)
|
||||||
test_add_fixed_ip(v2_1_noproject_id) |
pass
pt101.3: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_add_fixed_ip(v2_1_noproject_id)
|
||||||
test_remove_fixed_ip(v2) |
pass
pt101.4: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_remove_fixed_ip(v2)
|
||||||
test_remove_fixed_ip(v2_1) |
pass
pt101.5: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_remove_fixed_ip(v2_1)
|
||||||
test_remove_fixed_ip(v2_1_noproject_id) |
pass
pt101.6: nova.tests.functional.api_sample_tests.test_multinic.MultinicSampleJsonTest.test_remove_fixed_ip(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_multiple_create(v2) |
pass
pt102.1: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create(v2)
|
||||||
test_multiple_create(v2_1) |
pass
pt102.2: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create(v2_1)
|
||||||
test_multiple_create(v2_1_noproject_id) |
pass
pt102.3: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create(v2_1_noproject_id)
|
||||||
test_multiple_create_without_reservation_id(v2) |
pass
pt102.4: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create_without_reservation_id(v2)
|
||||||
test_multiple_create_without_reservation_id(v2_1) |
pass
pt102.5: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create_without_reservation_id(v2_1)
|
||||||
test_multiple_create_without_reservation_id(v2_1_noproject_id) |
pass
pt102.6: nova.tests.functional.api_sample_tests.test_multiple_create.MultipleCreateJsonTest.test_multiple_create_without_reservation_id(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests | 18 | 18 | 0 | 0 | 0 | Detail | |
test_network_list(v2) |
pass
pt103.1: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_list(v2)
|
||||||
test_network_list(v2_1) |
pass
pt103.2: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_list(v2_1)
|
||||||
test_network_list(v2_1_noproject_id) |
pass
pt103.3: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_list(v2_1_noproject_id)
|
||||||
test_network_show_token_expired(v2) |
pass
pt103.4: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show_token_expired(v2)
|
||||||
test_network_show_token_expired(v2_1) |
pass
pt103.5: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show_token_expired(v2_1)
|
||||||
test_network_show_token_expired(v2_1_noproject_id) |
pass
pt103.6: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show_token_expired(v2_1_noproject_id)
|
||||||
test_network_show(v2) |
pass
pt103.7: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show(v2)
|
||||||
test_network_show(v2_1) |
pass
pt103.8: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show(v2_1)
|
||||||
test_network_show(v2_1_noproject_id) |
pass
pt103.9: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_show(v2_1_noproject_id)
|
||||||
test_network_delete(v2) |
pass
pt103.10: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_delete(v2)
|
||||||
test_network_delete(v2_1) |
pass
pt103.11: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_delete(v2_1)
|
||||||
test_network_delete(v2_1_noproject_id) |
pass
pt103.12: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_delete(v2_1_noproject_id)
|
||||||
test_network_create(v2) |
pass
pt103.13: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_create(v2)
|
||||||
test_network_create(v2_1) |
pass
pt103.14: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_create(v2_1)
|
||||||
test_network_create(v2_1_noproject_id) |
pass
pt103.15: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_create(v2_1_noproject_id)
|
||||||
test_network_add(v2) |
pass
pt103.16: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_add(v2)
|
||||||
test_network_add(v2_1) |
pass
pt103.17: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_add(v2_1)
|
||||||
test_network_add(v2_1_noproject_id) |
pass
pt103.18: nova.tests.functional.api_sample_tests.test_networks.NetworksJsonTests.test_network_add(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests | 12 | 12 | 0 | 0 | 0 | Detail | |
test_disassociate_host(v2) |
pass
pt104.1: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_host(v2)
|
||||||
test_disassociate_host(v2_1) |
pass
pt104.2: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_host(v2_1)
|
||||||
test_disassociate_host(v2_1_noproject_id) |
pass
pt104.3: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_host(v2_1_noproject_id)
|
||||||
test_disassociate_project(v2) |
pass
pt104.4: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_project(v2)
|
||||||
test_disassociate_project(v2_1) |
pass
pt104.5: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_project(v2_1)
|
||||||
test_disassociate_project(v2_1_noproject_id) |
pass
pt104.6: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate_project(v2_1_noproject_id)
|
||||||
test_associate_host(v2) |
pass
pt104.7: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_associate_host(v2)
|
||||||
test_associate_host(v2_1) |
pass
pt104.8: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_associate_host(v2_1)
|
||||||
test_associate_host(v2_1_noproject_id) |
pass
pt104.9: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_associate_host(v2_1_noproject_id)
|
||||||
test_disassociate(v2) |
pass
pt104.10: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate(v2)
|
||||||
test_disassociate(v2_1) |
pass
pt104.11: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate(v2_1)
|
||||||
test_disassociate(v2_1_noproject_id) |
pass
pt104.12: nova.tests.functional.api_sample_tests.test_networks_associate.NetworksAssociateJsonTests.test_disassociate(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_post_unpause(v2) |
pass
pt105.1: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_unpause(v2)
|
||||||
test_post_unpause(v2_1) |
pass
pt105.2: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_unpause(v2_1)
|
||||||
test_post_unpause(v2_1_noproject_id) |
pass
pt105.3: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_unpause(v2_1_noproject_id)
|
||||||
test_post_pause(v2) |
pass
pt105.4: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_pause(v2)
|
||||||
test_post_pause(v2_1) |
pass
pt105.5: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_pause(v2_1)
|
||||||
test_post_pause(v2_1_noproject_id) |
pass
pt105.6: nova.tests.functional.api_sample_tests.test_pause_server.PauseServerSamplesJsonTest.test_post_pause(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_server_rebuild_preserve_ephemeral_true(v2) |
pass
pt106.1: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_true(v2)
|
||||||
test_server_rebuild_preserve_ephemeral_true(v2_1) |
pass
pt106.2: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_true(v2_1)
|
||||||
test_server_rebuild_preserve_ephemeral_true(v2_1_noproject_id) |
pass
pt106.3: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_true(v2_1_noproject_id)
|
||||||
test_server_rebuild_preserve_ephemeral_false(v2) |
pass
pt106.4: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_false(v2)
|
||||||
test_server_rebuild_preserve_ephemeral_false(v2_1) |
pass
pt106.5: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_false(v2_1)
|
||||||
test_server_rebuild_preserve_ephemeral_false(v2_1_noproject_id) |
pass
pt106.6: nova.tests.functional.api_sample_tests.test_preserve_ephemeral_rebuild.PreserveEphemeralOnRebuildJsonTest.test_server_rebuild_preserve_ephemeral_false(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_show_quota_classes(v2) |
pass
pt107.1: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_show_quota_classes(v2)
|
||||||
test_show_quota_classes(v2_1) |
pass
pt107.2: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_show_quota_classes(v2_1)
|
||||||
test_show_quota_classes(v2_1_noproject_id) |
pass
pt107.3: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_show_quota_classes(v2_1_noproject_id)
|
||||||
test_update_quota_classes(v2) |
pass
pt107.4: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_update_quota_classes(v2)
|
||||||
test_update_quota_classes(v2_1) |
pass
pt107.5: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_update_quota_classes(v2_1)
|
||||||
test_update_quota_classes(v2_1_noproject_id) |
pass
pt107.6: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesSampleJsonTests.test_update_quota_classes(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV250SampleJsonTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_quota_classes(v2_50) |
pass
pt108.1: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV250SampleJsonTests.test_update_quota_classes(v2_50)
|
||||||
test_show_quota_classes(v2_50) |
pass
pt108.2: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV250SampleJsonTests.test_show_quota_classes(v2_50)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV257SampleJsonTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_quota_classes(v2_57) |
pass
pt109.1: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV257SampleJsonTests.test_update_quota_classes(v2_57)
|
||||||
test_show_quota_classes(v2_57) |
pass
pt109.2: nova.tests.functional.api_sample_tests.test_quota_classes.QuotaClassesV257SampleJsonTests.test_show_quota_classes(v2_57)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests | 27 | 27 | 0 | 0 | 0 | Detail | |
test_delete_quotas_for_user(v2) |
pass
pt110.1: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2)
|
||||||
test_delete_quotas_for_user(v2_1) |
pass
pt110.2: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2_1)
|
||||||
test_delete_quotas_for_user(v2_1_noproject_id) |
pass
pt110.3: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2_1_noproject_id)
|
||||||
test_update_quotas(v2) |
pass
pt110.4: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas(v2)
|
||||||
test_update_quotas(v2_1) |
pass
pt110.5: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas(v2_1)
|
||||||
test_update_quotas(v2_1_noproject_id) |
pass
pt110.6: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas(v2_1_noproject_id)
|
||||||
test_update_quotas_for_user(v2) |
pass
pt110.7: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_for_user(v2)
|
||||||
test_update_quotas_for_user(v2_1) |
pass
pt110.8: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_for_user(v2_1)
|
||||||
test_update_quotas_for_user(v2_1_noproject_id) |
pass
pt110.9: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_for_user(v2_1_noproject_id)
|
||||||
test_show_quotas(v2) |
pass
pt110.10: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas(v2)
|
||||||
test_show_quotas(v2_1) |
pass
pt110.11: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas(v2_1)
|
||||||
test_show_quotas(v2_1_noproject_id) |
pass
pt110.12: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas(v2_1_noproject_id)
|
||||||
test_show_quotas_for_user(v2) |
pass
pt110.13: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_for_user(v2)
|
||||||
test_show_quotas_for_user(v2_1) |
pass
pt110.14: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_for_user(v2_1)
|
||||||
test_show_quotas_for_user(v2_1_noproject_id) |
pass
pt110.15: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_for_user(v2_1_noproject_id)
|
||||||
test_delete_quotas(v2) |
pass
pt110.16: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas(v2)
|
||||||
test_delete_quotas(v2_1) |
pass
pt110.17: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas(v2_1)
|
||||||
test_delete_quotas(v2_1_noproject_id) |
pass
pt110.18: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_delete_quotas(v2_1_noproject_id)
|
||||||
test_show_quotas_defaults(v2) |
pass
pt110.19: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_defaults(v2)
|
||||||
test_show_quotas_defaults(v2_1) |
pass
pt110.20: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_defaults(v2_1)
|
||||||
test_show_quotas_defaults(v2_1_noproject_id) |
pass
pt110.21: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_defaults(v2_1_noproject_id)
|
||||||
test_update_quotas_force(v2) |
pass
pt110.22: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_force(v2)
|
||||||
test_update_quotas_force(v2_1) |
pass
pt110.23: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_force(v2_1)
|
||||||
test_update_quotas_force(v2_1_noproject_id) |
pass
pt110.24: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_update_quotas_force(v2_1_noproject_id)
|
||||||
test_show_quotas_detail(v2) |
pass
pt110.25: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_detail(v2)
|
||||||
test_show_quotas_detail(v2_1) |
pass
pt110.26: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_detail(v2_1)
|
||||||
test_show_quotas_detail(v2_1_noproject_id) |
pass
pt110.27: nova.tests.functional.api_sample_tests.test_quota_sets.NoopQuotaSetsSampleJsonTests.test_show_quotas_detail(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests | 27 | 27 | 0 | 0 | 0 | Detail | |
test_delete_quotas(v2) |
pass
pt111.1: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas(v2)
|
||||||
test_delete_quotas(v2_1) |
pass
pt111.2: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas(v2_1)
|
||||||
test_update_quotas_for_user(v2) |
pass
pt111.3: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_for_user(v2)
|
||||||
test_delete_quotas(v2_1_noproject_id) |
pass
pt111.4: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas(v2_1_noproject_id)
|
||||||
test_update_quotas_for_user(v2_1) |
pass
pt111.5: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_for_user(v2_1)
|
||||||
test_update_quotas_for_user(v2_1_noproject_id) |
pass
pt111.6: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_for_user(v2_1_noproject_id)
|
||||||
test_show_quotas_detail(v2) |
pass
pt111.7: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_detail(v2)
|
||||||
test_show_quotas_detail(v2_1) |
pass
pt111.8: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_detail(v2_1)
|
||||||
test_show_quotas_detail(v2_1_noproject_id) |
pass
pt111.9: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_detail(v2_1_noproject_id)
|
||||||
test_show_quotas_for_user(v2) |
pass
pt111.10: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_for_user(v2)
|
||||||
test_update_quotas(v2) |
pass
pt111.11: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas(v2)
|
||||||
test_show_quotas_for_user(v2_1) |
pass
pt111.12: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_for_user(v2_1)
|
||||||
test_update_quotas(v2_1) |
pass
pt111.13: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas(v2_1)
|
||||||
test_show_quotas_for_user(v2_1_noproject_id) |
pass
pt111.14: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_for_user(v2_1_noproject_id)
|
||||||
test_update_quotas(v2_1_noproject_id) |
pass
pt111.15: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas(v2_1_noproject_id)
|
||||||
test_delete_quotas_for_user(v2) |
pass
pt111.16: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2)
|
||||||
test_delete_quotas_for_user(v2_1) |
pass
pt111.17: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2_1)
|
||||||
test_delete_quotas_for_user(v2_1_noproject_id) |
pass
pt111.18: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_delete_quotas_for_user(v2_1_noproject_id)
|
||||||
test_update_quotas_force(v2) |
pass
pt111.19: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_force(v2)
|
||||||
test_update_quotas_force(v2_1) |
pass
pt111.20: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_force(v2_1)
|
||||||
test_show_quotas(v2) |
pass
pt111.21: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas(v2)
|
||||||
test_update_quotas_force(v2_1_noproject_id) |
pass
pt111.22: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_update_quotas_force(v2_1_noproject_id)
|
||||||
test_show_quotas(v2_1) |
pass
pt111.23: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas(v2_1)
|
||||||
test_show_quotas(v2_1_noproject_id) |
pass
pt111.24: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas(v2_1_noproject_id)
|
||||||
test_show_quotas_defaults(v2) |
pass
pt111.25: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_defaults(v2)
|
||||||
test_show_quotas_defaults(v2_1) |
pass
pt111.26: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_defaults(v2_1)
|
||||||
test_show_quotas_defaults(v2_1_noproject_id) |
pass
pt111.27: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests.test_show_quotas_defaults(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36 | 9 | 9 | 0 | 0 | 0 | Detail | |
test_show_quotas_for_user(v2_36) |
pass
pt112.1: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_show_quotas_for_user(v2_36)
|
||||||
test_delete_quotas(v2_36) |
pass
pt112.2: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_delete_quotas(v2_36)
|
||||||
test_show_quotas_detail(v2_36) |
pass
pt112.3: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_show_quotas_detail(v2_36)
|
||||||
test_update_quotas_force(v2_36) |
pass
pt112.4: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_update_quotas_force(v2_36)
|
||||||
test_delete_quotas_for_user(v2_36) |
pass
pt112.5: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_delete_quotas_for_user(v2_36)
|
||||||
test_show_quotas(v2_36) |
pass
pt112.6: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_show_quotas(v2_36)
|
||||||
test_show_quotas_defaults(v2_36) |
pass
pt112.7: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_show_quotas_defaults(v2_36)
|
||||||
test_update_quotas_for_user(v2_36) |
pass
pt112.8: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_update_quotas_for_user(v2_36)
|
||||||
test_update_quotas(v2_36) |
pass
pt112.9: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTests2_36.test_update_quotas(v2_36)
|
||||||
| nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57 | 9 | 9 | 0 | 0 | 0 | Detail | |
test_update_quotas_for_user(v2_57) |
pass
pt113.1: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_update_quotas_for_user(v2_57)
|
||||||
test_update_quotas(v2_57) |
pass
pt113.2: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_update_quotas(v2_57)
|
||||||
test_show_quotas_detail(v2_57) |
pass
pt113.3: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_show_quotas_detail(v2_57)
|
||||||
test_delete_quotas(v2_57) |
pass
pt113.4: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_delete_quotas(v2_57)
|
||||||
test_delete_quotas_for_user(v2_57) |
pass
pt113.5: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_delete_quotas_for_user(v2_57)
|
||||||
test_show_quotas_defaults(v2_57) |
pass
pt113.6: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_show_quotas_defaults(v2_57)
|
||||||
test_show_quotas(v2_57) |
pass
pt113.7: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_show_quotas(v2_57)
|
||||||
test_show_quotas_for_user(v2_57) |
pass
pt113.8: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_show_quotas_for_user(v2_57)
|
||||||
test_update_quotas_force(v2_57) |
pass
pt113.9: nova.tests.functional.api_sample_tests.test_quota_sets.QuotaSetsSampleJsonTestsV2_57.test_update_quotas_force(v2_57)
|
||||||
| nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests | 15 | 15 | 0 | 0 | 0 | Detail | |
test_get_serial_console(v2) |
pass
pt114.1: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_serial_console(v2)
|
||||||
test_get_serial_console(v2_1) |
pass
pt114.2: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_serial_console(v2_1)
|
||||||
test_get_serial_console(v2_1_noproject_id) |
pass
pt114.3: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_serial_console(v2_1_noproject_id)
|
||||||
test_get_spice_console(v2) |
pass
pt114.4: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_spice_console(v2)
|
||||||
test_get_spice_console(v2_1) |
pass
pt114.5: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_spice_console(v2_1)
|
||||||
test_get_spice_console(v2_1_noproject_id) |
pass
pt114.6: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_spice_console(v2_1_noproject_id)
|
||||||
test_get_vnc_console(v2) |
pass
pt114.7: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console(v2)
|
||||||
test_get_vnc_console(v2_1) |
pass
pt114.8: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console(v2_1)
|
||||||
test_get_rdp_console_bad_request(v2) |
pass
pt114.9: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_rdp_console_bad_request(v2)
|
||||||
test_get_vnc_console(v2_1_noproject_id) |
pass
pt114.10: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console(v2_1_noproject_id)
|
||||||
test_get_rdp_console_bad_request(v2_1) |
pass
pt114.11: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_rdp_console_bad_request(v2_1)
|
||||||
test_get_rdp_console_bad_request(v2_1_noproject_id) |
pass
pt114.12: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_rdp_console_bad_request(v2_1_noproject_id)
|
||||||
test_get_vnc_console_instance_invalid_state(v2) |
pass
pt114.13: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console_instance_invalid_state(v2)
|
||||||
test_get_vnc_console_instance_invalid_state(v2_1) |
pass
pt114.14: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console_instance_invalid_state(v2_1)
|
||||||
test_get_vnc_console_instance_invalid_state(v2_1_noproject_id) |
pass
pt114.15: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesSampleJsonTests.test_get_vnc_console_instance_invalid_state(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV26SampleJsonTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_console(v2_6) |
pass
pt115.1: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV26SampleJsonTests.test_create_console(v2_6)
|
||||||
test_create_rdp_console_bad_request(v2_6) |
pass
pt115.2: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV26SampleJsonTests.test_create_rdp_console_bad_request(v2_6)
|
||||||
| nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV28SampleJsonTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_mks_console(v2_8) |
pass
pt116.1: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV28SampleJsonTests.test_create_mks_console(v2_8)
|
||||||
| nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV299SampleJsonTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_spice_direct_console(v2_99) |
pass
pt117.1: nova.tests.functional.api_sample_tests.test_remote_consoles.ConsolesV299SampleJsonTests.test_create_spice_direct_console(v2_99)
|
||||||
| nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_server_rescue(v2) |
pass
pt118.1: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue(v2)
|
||||||
test_server_rescue(v2_1) |
pass
pt118.2: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue(v2_1)
|
||||||
test_server_rescue(v2_1_noproject_id) |
pass
pt118.3: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue(v2_1_noproject_id)
|
||||||
test_server_unrescue(v2) |
pass
pt118.4: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_unrescue(v2)
|
||||||
test_server_unrescue(v2_1) |
pass
pt118.5: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_unrescue(v2_1)
|
||||||
test_server_unrescue(v2_1_noproject_id) |
pass
pt118.6: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_unrescue(v2_1_noproject_id)
|
||||||
test_server_rescue_with_image_ref_specified(v2) |
pass
pt118.7: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue_with_image_ref_specified(v2)
|
||||||
test_server_rescue_with_image_ref_specified(v2_1) |
pass
pt118.8: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue_with_image_ref_specified(v2_1)
|
||||||
test_server_rescue_with_image_ref_specified(v2_1_noproject_id) |
pass
pt118.9: nova.tests.functional.api_sample_tests.test_rescue.RescueJsonTest.test_server_rescue_with_image_ref_specified(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_rescue.Rescuev287JsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_rescue(v2_87) |
pass
pt119.1: nova.tests.functional.api_sample_tests.test_rescue.Rescuev287JsonTest.test_server_rescue(v2_87)
|
||||||
test_server_unrescue(v2_87) |
pass
pt119.2: nova.tests.functional.api_sample_tests.test_rescue.Rescuev287JsonTest.test_server_unrescue(v2_87)
|
||||||
test_server_rescue_with_image_ref_specified(v2_87) |
pass
pt119.3: nova.tests.functional.api_sample_tests.test_rescue.Rescuev287JsonTest.test_server_rescue_with_image_ref_specified(v2_87)
|
||||||
| nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_security_group_default_rules_show(v2) |
pass
pt120.1: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_show(v2)
|
||||||
test_security_group_default_rules_show(v2_1) |
pass
pt120.2: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_show(v2_1)
|
||||||
test_security_group_default_rules_show(v2_1_noproject_id) |
pass
pt120.3: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_show(v2_1_noproject_id)
|
||||||
test_security_group_default_rules_create(v2) |
pass
pt120.4: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_create(v2)
|
||||||
test_security_group_default_rules_create(v2_1) |
pass
pt120.5: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_create(v2_1)
|
||||||
test_security_group_default_rules_create(v2_1_noproject_id) |
pass
pt120.6: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_create(v2_1_noproject_id)
|
||||||
test_security_group_default_rules_list(v2) |
pass
pt120.7: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_list(v2)
|
||||||
test_security_group_default_rules_list(v2_1) |
pass
pt120.8: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_list(v2_1)
|
||||||
test_security_group_default_rules_list(v2_1_noproject_id) |
pass
pt120.9: nova.tests.functional.api_sample_tests.test_security_group_default_rules.SecurityGroupDefaultRulesSampleJsonTest.test_security_group_default_rules_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest | 24 | 24 | 0 | 0 | 0 | Detail | |
test_security_groups_list_server(v2) |
pass
pt121.1: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list_server(v2)
|
||||||
test_security_groups_list_server(v2_1) |
pass
pt121.2: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list_server(v2_1)
|
||||||
test_security_groups_list_server(v2_1_noproject_id) |
pass
pt121.3: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list_server(v2_1_noproject_id)
|
||||||
test_security_group_rules_create(v2) |
pass
pt121.4: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_create(v2)
|
||||||
test_security_groups_remove(v2) |
pass
pt121.5: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_remove(v2)
|
||||||
test_security_group_rules_create(v2_1) |
pass
pt121.6: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_create(v2_1)
|
||||||
test_security_groups_remove(v2_1) |
pass
pt121.7: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_remove(v2_1)
|
||||||
test_security_group_rules_create(v2_1_noproject_id) |
pass
pt121.8: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_create(v2_1_noproject_id)
|
||||||
test_security_groups_get(v2) |
pass
pt121.9: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_get(v2)
|
||||||
test_security_groups_remove(v2_1_noproject_id) |
pass
pt121.10: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_remove(v2_1_noproject_id)
|
||||||
test_security_groups_get(v2_1) |
pass
pt121.11: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_get(v2_1)
|
||||||
test_security_groups_get(v2_1_noproject_id) |
pass
pt121.12: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_get(v2_1_noproject_id)
|
||||||
test_security_group_create(v2) |
pass
pt121.13: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_create(v2)
|
||||||
test_security_group_create(v2_1) |
pass
pt121.14: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_create(v2_1)
|
||||||
test_security_group_create(v2_1_noproject_id) |
pass
pt121.15: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_create(v2_1_noproject_id)
|
||||||
test_security_group_rules_remove(v2) |
pass
pt121.16: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_remove(v2)
|
||||||
test_security_groups_list(v2) |
pass
pt121.17: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list(v2)
|
||||||
test_security_groups_list(v2_1) |
pass
pt121.18: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list(v2_1)
|
||||||
test_security_group_rules_remove(v2_1) |
pass
pt121.19: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_remove(v2_1)
|
||||||
test_security_group_rules_remove(v2_1_noproject_id) |
pass
pt121.20: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_group_rules_remove(v2_1_noproject_id)
|
||||||
test_security_groups_list(v2_1_noproject_id) |
pass
pt121.21: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_list(v2_1_noproject_id)
|
||||||
test_security_groups_add(v2) |
pass
pt121.22: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_add(v2)
|
||||||
test_security_groups_add(v2_1) |
pass
pt121.23: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_add(v2_1)
|
||||||
test_security_groups_add(v2_1_noproject_id) |
pass
pt121.24: nova.tests.functional.api_sample_tests.test_security_groups.SecurityGroupsJsonTest.test_security_groups_add(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_diagnostics_get(v2) |
pass
pt122.1: nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTest.test_server_diagnostics_get(v2)
|
||||||
test_server_diagnostics_get(v2_1) |
pass
pt122.2: nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTest.test_server_diagnostics_get(v2_1)
|
||||||
test_server_diagnostics_get(v2_1_noproject_id) |
pass
pt122.3: nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTest.test_server_diagnostics_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTestV248 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_diagnostics_get(v2_48) |
pass
pt123.1: nova.tests.functional.api_sample_tests.test_server_diagnostics.ServerDiagnosticsSamplesJsonTestV248.test_server_diagnostics_get(v2_48)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_external_events.ServerExternalEventsSamplesJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_event(v2) |
pass
pt124.1: nova.tests.functional.api_sample_tests.test_server_external_events.ServerExternalEventsSamplesJsonTest.test_create_event(v2)
|
||||||
test_create_event(v2_1) |
pass
pt124.2: nova.tests.functional.api_sample_tests.test_server_external_events.ServerExternalEventsSamplesJsonTest.test_create_event(v2_1)
|
||||||
test_create_event(v2_1_noproject_id) |
pass
pt124.3: nova.tests.functional.api_sample_tests.test_server_external_events.ServerExternalEventsSamplesJsonTest.test_create_event(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_server_groups_delete(v2) |
pass
pt125.1: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_delete(v2)
|
||||||
test_server_groups_delete(v2_1) |
pass
pt125.2: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_delete(v2_1)
|
||||||
test_server_groups_delete(v2_1_noproject_id) |
pass
pt125.3: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_delete(v2_1_noproject_id)
|
||||||
test_server_groups_get(v2) |
pass
pt125.4: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_get(v2)
|
||||||
test_server_groups_get(v2_1) |
pass
pt125.5: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_get(v2_1)
|
||||||
test_server_groups_get(v2_1_noproject_id) |
pass
pt125.6: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_get(v2_1_noproject_id)
|
||||||
test_server_groups_list(v2) |
pass
pt125.7: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_list(v2)
|
||||||
test_server_groups_list(v2_1) |
pass
pt125.8: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_list(v2_1)
|
||||||
test_server_groups_list(v2_1_noproject_id) |
pass
pt125.9: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_list(v2_1_noproject_id)
|
||||||
test_server_groups_post(v2) |
pass
pt125.10: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_post(v2)
|
||||||
test_server_groups_post(v2_1) |
pass
pt125.11: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_post(v2_1)
|
||||||
test_server_groups_post(v2_1_noproject_id) |
pass
pt125.12: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsSampleJsonTest.test_server_groups_post(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV213SampleJsonTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_server_groups_delete(v2_13) |
pass
pt126.1: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV213SampleJsonTest.test_server_groups_delete(v2_13)
|
||||||
test_server_groups_list(v2_13) |
pass
pt126.2: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV213SampleJsonTest.test_server_groups_list(v2_13)
|
||||||
test_server_groups_get(v2_13) |
pass
pt126.3: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV213SampleJsonTest.test_server_groups_get(v2_13)
|
||||||
test_server_groups_post(v2_13) |
pass
pt126.4: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV213SampleJsonTest.test_server_groups_post(v2_13)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV264SampleJsonTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_server_groups_get(v2_64) |
pass
pt127.1: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV264SampleJsonTest.test_server_groups_get(v2_64)
|
||||||
test_server_groups_list(v2_64) |
pass
pt127.2: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV264SampleJsonTest.test_server_groups_list(v2_64)
|
||||||
test_server_groups_post(v2_64) |
pass
pt127.3: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV264SampleJsonTest.test_server_groups_post(v2_64)
|
||||||
test_server_groups_delete(v2_64) |
pass
pt127.4: nova.tests.functional.api_sample_tests.test_server_groups.ServerGroupsV264SampleJsonTest.test_server_groups_delete(v2_64)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest | 18 | 18 | 0 | 0 | 0 | Detail | |
test_metadata_get_all(v2) |
pass
pt128.1: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get_all(v2)
|
||||||
test_metadata_get_all(v2_1) |
pass
pt128.2: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get_all(v2_1)
|
||||||
test_metadata_get_all(v2_1_noproject_id) |
pass
pt128.3: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get_all(v2_1_noproject_id)
|
||||||
test_metadata_post_all(v2) |
pass
pt128.4: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_post_all(v2)
|
||||||
test_metadata_post_all(v2_1) |
pass
pt128.5: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_post_all(v2_1)
|
||||||
test_metadata_post_all(v2_1_noproject_id) |
pass
pt128.6: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_post_all(v2_1_noproject_id)
|
||||||
test_metadata_put(v2) |
pass
pt128.7: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put(v2)
|
||||||
test_metadata_put(v2_1) |
pass
pt128.8: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put(v2_1)
|
||||||
test_metadata_put(v2_1_noproject_id) |
pass
pt128.9: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put(v2_1_noproject_id)
|
||||||
test_metadata_put_all(v2) |
pass
pt128.10: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put_all(v2)
|
||||||
test_metadata_put_all(v2_1) |
pass
pt128.11: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put_all(v2_1)
|
||||||
test_metadata_put_all(v2_1_noproject_id) |
pass
pt128.12: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_put_all(v2_1_noproject_id)
|
||||||
test_metadata_delete(v2) |
pass
pt128.13: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_delete(v2)
|
||||||
test_metadata_delete(v2_1) |
pass
pt128.14: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_delete(v2_1)
|
||||||
test_metadata_delete(v2_1_noproject_id) |
pass
pt128.15: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_delete(v2_1_noproject_id)
|
||||||
test_metadata_get(v2) |
pass
pt128.16: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get(v2)
|
||||||
test_metadata_get(v2_1) |
pass
pt128.17: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get(v2_1)
|
||||||
test_metadata_get(v2_1_noproject_id) |
pass
pt128.18: nova.tests.functional.api_sample_tests.test_server_metadata.ServersMetadataJsonTest.test_metadata_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_live_migrate_force_complete(v2_22) |
pass
pt129.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTest.test_live_migrate_force_complete(v2_22)
|
||||||
test_list_migrations(v2_22) |
pass
pt129.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTest.test_list_migrations(v2_22)
|
||||||
test_get_migration(v2_22) |
pass
pt129.3: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTest.test_get_migration(v2_22)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_24 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_live_migrate_abort_migration_not_found(v2_24) |
pass
pt130.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_24.test_live_migrate_abort_migration_not_found(v2_24)
|
||||||
test_live_migrate_abort(v2_24) |
pass
pt130.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_24.test_live_migrate_abort(v2_24)
|
||||||
test_live_migrate_abort_migration_not_running(v2_24) |
pass
pt130.3: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_24.test_live_migrate_abort_migration_not_running(v2_24)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_65 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_migrate_abort(v2_65) |
pass
pt131.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_65.test_live_migrate_abort(v2_65)
|
||||||
test_live_migrate_abort_migration_not_found(v2_65) |
pass
pt131.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_65.test_live_migrate_abort_migration_not_found(v2_65)
|
||||||
test_live_migrate_abort_migration_not_running(v2_65) |
pass
pt131.3: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_65.test_live_migrate_abort_migration_not_running(v2_65)
|
||||||
test_live_migrate_abort_migration_queued(v2_65) |
pass
pt131.4: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_65.test_live_migrate_abort_migration_queued(v2_65)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_80 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_migrate_abort(v2_80) |
pass
pt132.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_80.test_live_migrate_abort(v2_80)
|
||||||
test_live_migrate_abort_migration_not_found(v2_80) |
pass
pt132.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_80.test_live_migrate_abort_migration_not_found(v2_80)
|
||||||
test_live_migrate_abort_migration_not_running(v2_80) |
pass
pt132.3: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_80.test_live_migrate_abort_migration_not_running(v2_80)
|
||||||
test_live_migrate_abort_migration_queued(v2_80) |
pass
pt132.4: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSampleJsonTestV2_80.test_live_migrate_abort_migration_queued(v2_80)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_23 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_migration(v2_23) |
pass
pt133.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_23.test_get_migration(v2_23)
|
||||||
test_list_migrations(v2_23) |
pass
pt133.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_23.test_list_migrations(v2_23)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_59 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_migration(v2_59) |
pass
pt134.1: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_59.test_get_migration(v2_59)
|
||||||
test_list_migrations(v2_59) |
pass
pt134.2: nova.tests.functional.api_sample_tests.test_server_migrations.ServerMigrationsSamplesJsonTestV2_59.test_list_migrations(v2_59)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_password(v2) |
pass
pt135.1: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_get_password(v2)
|
||||||
test_get_password(v2_1) |
pass
pt135.2: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_get_password(v2_1)
|
||||||
test_reset_password(v2) |
pass
pt135.3: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_reset_password(v2)
|
||||||
test_get_password(v2_1_noproject_id) |
pass
pt135.4: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_get_password(v2_1_noproject_id)
|
||||||
test_reset_password(v2_1) |
pass
pt135.5: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_reset_password(v2_1)
|
||||||
test_reset_password(v2_1_noproject_id) |
pass
pt135.6: nova.tests.functional.api_sample_tests.test_server_password.ServerPasswordSampleJsonTests.test_reset_password(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_live_migrate_server_with_share_fails(v2_97) |
pass
pt136.1: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_live_migrate_server_with_share_fails(v2_97)
|
||||||
test_server_shares_show(v2_97) |
pass
pt136.2: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_server_shares_show(v2_97)
|
||||||
test_migrate_server_with_share_fails(v2_97) |
pass
pt136.3: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_migrate_server_with_share_fails(v2_97)
|
||||||
test_server_shares_create(v2_97) |
pass
pt136.4: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_server_shares_create(v2_97)
|
||||||
test_resize_server_with_share_fails(v2_97) |
pass
pt136.5: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_resize_server_with_share_fails(v2_97)
|
||||||
test_suspend_server_with_share_fails(v2_97) |
pass
pt136.6: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_suspend_server_with_share_fails(v2_97)
|
||||||
test_evacuate_server_with_share_fails(v2_97) |
pass
pt136.7: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_evacuate_server_with_share_fails(v2_97)
|
||||||
test_shelve_server_with_share_fails(v2_97) |
pass
pt136.8: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonAdminTest.test_shelve_server_with_share_fails(v2_97)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest | 23 | 23 | 0 | 0 | 0 | Detail | |
test_server_shares_create(v2_97) |
pass
pt137.1: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create(v2_97)
|
||||||
test_server_shares_create_fails_export_location_missing(v2_97) |
pass
pt137.2: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_export_location_missing(v2_97)
|
||||||
test_server_shares_create_fails_cannot_allow_policy(v2_97) |
pass
pt137.3: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_cannot_allow_policy(v2_97)
|
||||||
test_server_shares_create_fails_if_already_created(v2_97) |
pass
pt137.4: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_if_already_created(v2_97)
|
||||||
test_server_shares_delete_fails_share_not_found(v2_97) |
pass
pt137.5: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete_fails_share_not_found(v2_97)
|
||||||
test_server_shares_show(v2_97) |
pass
pt137.6: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_show(v2_97)
|
||||||
test_server_shares_delete_unknown_instance(v2_97) |
pass
pt137.7: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete_unknown_instance(v2_97)
|
||||||
test_server_shares_show_fails_share_not_found(v2_97) |
pass
pt137.8: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_show_fails_share_not_found(v2_97)
|
||||||
test_server_shares_index(v2_97) |
pass
pt137.9: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_index(v2_97)
|
||||||
test_server_shares_show_unknown_instance(v2_97) |
pass
pt137.10: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_show_unknown_instance(v2_97)
|
||||||
test_server_shares_create_fails_share_not_found(v2_97) |
pass
pt137.11: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_share_not_found(v2_97)
|
||||||
test_server_shares_create_fails_unknown_protocol(v2_97) |
pass
pt137.12: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_unknown_protocol(v2_97)
|
||||||
test_server_shares_index_unknown_instance(v2_97) |
pass
pt137.13: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_index_unknown_instance(v2_97)
|
||||||
test_server_shares_delete(v2_97) |
pass
pt137.14: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete(v2_97)
|
||||||
test_server_shares_create_fails_instance_not_stopped(v2_97) |
pass
pt137.15: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_instance_not_stopped(v2_97)
|
||||||
test_server_shares_delete_instance(v2_97) |
pass
pt137.16: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete_instance(v2_97)
|
||||||
test_server_shares_create_fails_share_in_error(v2_97) |
pass
pt137.17: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_share_in_error(v2_97)
|
||||||
test_server_shares_create_unknown_instance(v2_97) |
pass
pt137.18: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_unknown_instance(v2_97)
|
||||||
test_server_shares_create_with_alternative_flavor(v2_97) |
pass
pt137.19: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_with_alternative_flavor(v2_97)
|
||||||
test_server_shares_create_with_tag_fails_if_already_created(v2_97) |
pass
pt137.20: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_with_tag_fails_if_already_created(v2_97)
|
||||||
test_server_shares_delete_fails_instance_not_stopped(v2_97) |
pass
pt137.21: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete_fails_instance_not_stopped(v2_97)
|
||||||
test_server_shares_create_fails_incorrect_configuration(v2_97) |
pass
pt137.22: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_create_fails_incorrect_configuration(v2_97)
|
||||||
test_server_shares_delete_fails_cannot_deny_policy(v2_97) |
pass
pt137.23: nova.tests.functional.api_sample_tests.test_server_shares.ServerSharesJsonTest.test_server_shares_delete_fails_cannot_deny_policy(v2_97)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_server_tags_delete_all(v2_26) |
pass
pt138.1: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_delete_all(v2_26)
|
||||||
test_server_tags_update(v2_26) |
pass
pt138.2: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_update(v2_26)
|
||||||
test_server_tags_update_all(v2_26) |
pass
pt138.3: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_update_all(v2_26)
|
||||||
test_server_tags_show_with_details_information(v2_26) |
pass
pt138.4: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_show_with_details_information(v2_26)
|
||||||
test_server_tags_delete(v2_26) |
pass
pt138.5: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_delete(v2_26)
|
||||||
test_server_tags_index(v2_26) |
pass
pt138.6: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_index(v2_26)
|
||||||
test_server_tags_list_with_details_information(v2_26) |
pass
pt138.7: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_list_with_details_information(v2_26)
|
||||||
test_server_tags_show(v2_26) |
pass
pt138.8: nova.tests.functional.api_sample_tests.test_server_tags.ServerTagsJsonTest.test_server_tags_show(v2_26)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_topology.ServerTopologySamplesJsonTestV278 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_servers_topology_user(v2_78) |
pass
pt139.1: nova.tests.functional.api_sample_tests.test_server_topology.ServerTopologySamplesJsonTestV278.test_get_servers_topology_user(v2_78)
|
||||||
| nova.tests.functional.api_sample_tests.test_server_topology.ServerTopologySamplesJsonTestV278_Admin | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_servers_topology_admin(v2_78) |
pass
pt140.1: nova.tests.functional.api_sample_tests.test_server_topology.ServerTopologySamplesJsonTestV278_Admin.test_get_servers_topology_admin(v2_78)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_servers_list(v2_98) |
pass
pt141.1: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_servers_list(v2_98)
|
||||||
test_servers_post(v2_98) |
pass
pt141.2: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_servers_post(v2_98)
|
||||||
test_servers_details(v2_98) |
pass
pt141.3: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_servers_details(v2_98)
|
||||||
test_server_rebuild(v2_98) |
pass
pt141.4: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_server_rebuild(v2_98)
|
||||||
test_servers_get(v2_98) |
pass
pt141.5: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_servers_get(v2_98)
|
||||||
test_update_server(v2_98) |
pass
pt141.6: nova.tests.functional.api_sample_tests.test_servers.ServerSampleJson298Test.test_update_server(v2_98)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServerSortKeysJsonTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_servers_list(v2) |
pass
pt142.1: nova.tests.functional.api_sample_tests.test_servers.ServerSortKeysJsonTests.test_servers_list(v2)
|
||||||
test_servers_list(v2_1) |
pass
pt142.2: nova.tests.functional.api_sample_tests.test_servers.ServerSortKeysJsonTests.test_servers_list(v2_1)
|
||||||
test_servers_list(v2_1_noproject_id) |
pass
pt142.3: nova.tests.functional.api_sample_tests.test_servers.ServerSortKeysJsonTests.test_servers_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_server_stop(v2) |
pass
pt143.1: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_stop(v2)
|
||||||
test_server_stop(v2_1) |
pass
pt143.2: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_stop(v2_1)
|
||||||
test_server_stop(v2_1_noproject_id) |
pass
pt143.3: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_stop(v2_1_noproject_id)
|
||||||
test_server_start(v2) |
pass
pt143.4: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_start(v2)
|
||||||
test_server_start(v2_1) |
pass
pt143.5: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_start(v2_1)
|
||||||
test_server_start(v2_1_noproject_id) |
pass
pt143.6: nova.tests.functional.api_sample_tests.test_servers.ServerStartStopJsonTest.test_server_start(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServerTriggerCrashDumpJsonTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_trigger_crash_dump(v2_17) |
pass
pt144.1: nova.tests.functional.api_sample_tests.test_servers.ServerTriggerCrashDumpJsonTest.test_trigger_crash_dump(v2_17)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson219Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_19) |
pass
pt145.1: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson219Test.test_server_rebuild(v2_19)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson226Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_26) |
pass
pt146.1: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson226Test.test_server_rebuild(v2_26)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_54) |
pass
pt147.1: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson254Test.test_server_rebuild(v2_54)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_57) |
pass
pt148.1: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJson257Test.test_server_rebuild(v2_57)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest | 24 | 24 | 0 | 0 | 0 | Detail | |
test_server_reboot_hard(v2) |
pass
pt149.1: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_hard(v2)
|
||||||
test_server_reboot_hard(v2_1) |
pass
pt149.2: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_hard(v2_1)
|
||||||
test_server_reboot_hard(v2_1_noproject_id) |
pass
pt149.3: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_hard(v2_1_noproject_id)
|
||||||
test_server_resize(v2) |
pass
pt149.4: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_resize(v2)
|
||||||
test_server_rebuild(v2) |
pass
pt149.5: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_rebuild(v2)
|
||||||
test_server_resize(v2_1) |
pass
pt149.6: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_resize(v2_1)
|
||||||
test_server_rebuild(v2_1) |
pass
pt149.7: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_rebuild(v2_1)
|
||||||
test_server_resize(v2_1_noproject_id) |
pass
pt149.8: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_resize(v2_1_noproject_id)
|
||||||
test_server_rebuild(v2_1_noproject_id) |
pass
pt149.9: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_rebuild(v2_1_noproject_id)
|
||||||
test_server_remove_floating_ip(v2) |
pass
pt149.10: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_remove_floating_ip(v2)
|
||||||
test_server_add_floating_ip(v2) |
pass
pt149.11: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_add_floating_ip(v2)
|
||||||
test_server_remove_floating_ip(v2_1) |
pass
pt149.12: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_remove_floating_ip(v2_1)
|
||||||
test_server_confirm_resize(v2) |
pass
pt149.13: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_confirm_resize(v2)
|
||||||
test_server_add_floating_ip(v2_1) |
pass
pt149.14: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_add_floating_ip(v2_1)
|
||||||
test_server_remove_floating_ip(v2_1_noproject_id) |
pass
pt149.15: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_remove_floating_ip(v2_1_noproject_id)
|
||||||
test_server_add_floating_ip(v2_1_noproject_id) |
pass
pt149.16: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_add_floating_ip(v2_1_noproject_id)
|
||||||
test_server_confirm_resize(v2_1) |
pass
pt149.17: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_confirm_resize(v2_1)
|
||||||
test_server_confirm_resize(v2_1_noproject_id) |
pass
pt149.18: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_confirm_resize(v2_1_noproject_id)
|
||||||
test_server_revert_resize(v2) |
pass
pt149.19: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_revert_resize(v2)
|
||||||
test_server_revert_resize(v2_1) |
pass
pt149.20: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_revert_resize(v2_1)
|
||||||
test_server_revert_resize(v2_1_noproject_id) |
pass
pt149.21: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_revert_resize(v2_1_noproject_id)
|
||||||
test_server_reboot_soft(v2) |
pass
pt149.22: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_soft(v2)
|
||||||
test_server_reboot_soft(v2_1) |
pass
pt149.23: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_soft(v2_1)
|
||||||
test_server_reboot_soft(v2_1_noproject_id) |
pass
pt149.24: nova.tests.functional.api_sample_tests.test_servers.ServersActionsJsonTest.test_server_reboot_soft(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_create_image(v2) |
pass
pt150.1: nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTest.test_server_create_image(v2)
|
||||||
test_server_create_image(v2_1) |
pass
pt150.2: nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTest.test_server_create_image(v2_1)
|
||||||
test_server_create_image(v2_1_noproject_id) |
pass
pt150.3: nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTest.test_server_create_image(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTestv2_45 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_create_image(v2_45) |
pass
pt151.1: nova.tests.functional.api_sample_tests.test_servers.ServersCreateImageJsonTestv2_45.test_server_create_image(v2_45)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_100) |
pass
pt152.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_server_rebuild(v2_100)
|
||||||
test_servers_list(v2_100) |
pass
pt152.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_servers_list(v2_100)
|
||||||
test_servers_details(v2_100) |
pass
pt152.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_servers_details(v2_100)
|
||||||
test_servers_post(v2_100) |
pass
pt152.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_servers_post(v2_100)
|
||||||
test_servers_get(v2_100) |
pass
pt152.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_servers_get(v2_100)
|
||||||
test_update_server(v2_100) |
pass
pt152.6: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson2100Test.test_update_server(v2_100)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson216Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_list(v2_16) |
pass
pt153.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson216Test.test_servers_list(v2_16)
|
||||||
test_servers_details(v2_16) |
pass
pt153.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson216Test.test_servers_details(v2_16)
|
||||||
test_servers_post(v2_16) |
pass
pt153.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson216Test.test_servers_post(v2_16)
|
||||||
test_servers_get(v2_16) |
pass
pt153.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson216Test.test_servers_get(v2_16)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_servers_get(v2_19) |
pass
pt154.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test.test_servers_get(v2_19)
|
||||||
test_servers_put(v2_19) |
pass
pt154.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test.test_servers_put(v2_19)
|
||||||
test_servers_details(v2_19) |
pass
pt154.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test.test_servers_details(v2_19)
|
||||||
test_servers_post(v2_19) |
pass
pt154.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test.test_servers_post(v2_19)
|
||||||
test_servers_list(v2_19) |
pass
pt154.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson219Test.test_servers_list(v2_19)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson232Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_servers_post(v2_32) |
pass
pt155.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson232Test.test_servers_post(v2_32)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson237Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_servers_post(v2_37) |
pass
pt156.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson237Test.test_servers_post(v2_37)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson23Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_post(v2_3) |
pass
pt157.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson23Test.test_servers_post(v2_3)
|
||||||
test_servers_details(v2_3) |
pass
pt157.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson23Test.test_servers_details(v2_3)
|
||||||
test_servers_get(v2_3) |
pass
pt157.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson23Test.test_servers_get(v2_3)
|
||||||
test_servers_list(v2_3) |
pass
pt157.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson23Test.test_servers_list(v2_3)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson242Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_servers_post(v2_42) |
pass
pt158.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson242Test.test_servers_post(v2_42)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_47) |
pass
pt159.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test.test_server_rebuild(v2_47)
|
||||||
test_servers_list(v2_47) |
pass
pt159.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test.test_servers_list(v2_47)
|
||||||
test_servers_details(v2_47) |
pass
pt159.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test.test_servers_details(v2_47)
|
||||||
test_servers_get(v2_47) |
pass
pt159.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test.test_servers_get(v2_47)
|
||||||
test_servers_post(v2_47) |
pass
pt159.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson247Test.test_servers_post(v2_47)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_list(v2_52) |
pass
pt160.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson252Test.test_servers_list(v2_52)
|
||||||
test_servers_get(v2_52) |
pass
pt160.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson252Test.test_servers_get(v2_52)
|
||||||
test_servers_details(v2_52) |
pass
pt160.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson252Test.test_servers_details(v2_52)
|
||||||
test_servers_post(v2_52) |
pass
pt160.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson252Test.test_servers_post(v2_52)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_server_get(v2_63) |
pass
pt161.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test.test_server_get(v2_63)
|
||||||
test_server_update(v2_63) |
pass
pt161.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test.test_server_update(v2_63)
|
||||||
test_servers_post(v2_63) |
pass
pt161.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test.test_servers_post(v2_63)
|
||||||
test_servers_details(v2_63) |
pass
pt161.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test.test_servers_details(v2_63)
|
||||||
test_server_rebuild(v2_63) |
pass
pt161.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson263Test.test_server_rebuild(v2_63)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson266Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_servers_detail_with_changes_before(v2_66) |
pass
pt162.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson266Test.test_get_servers_detail_with_changes_before(v2_66)
|
||||||
test_get_servers_list_with_changes_before(v2_66) |
pass
pt162.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson266Test.test_get_servers_list_with_changes_before(v2_66)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson267Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_servers_post(v2_67) |
pass
pt163.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson267Test.test_servers_post(v2_67)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson269Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_server_get_from_down_cells(v2_69) |
pass
pt164.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson269Test.test_server_get_from_down_cells(v2_69)
|
||||||
test_servers_list_from_down_cells(v2_69) |
pass
pt164.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson269Test.test_servers_list_from_down_cells(v2_69)
|
||||||
test_servers_details_from_down_cells(v2_69) |
pass
pt164.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson269Test.test_servers_details_from_down_cells(v2_69)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson271Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_get_with_server_group(v2_71) |
pass
pt165.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson271Test.test_servers_get_with_server_group(v2_71)
|
||||||
test_servers_update_with_server_groups(v2_71) |
pass
pt165.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson271Test.test_servers_update_with_server_groups(v2_71)
|
||||||
test_server_get_from_down_cells(v2_71) |
pass
pt165.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson271Test.test_server_get_from_down_cells(v2_71)
|
||||||
test_servers_rebuild_with_server_groups(v2_71) |
pass
pt165.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson271Test.test_servers_rebuild_with_server_groups(v2_71)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson273Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_details_with_locked_reason(v2_73) |
pass
pt166.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson273Test.test_servers_details_with_locked_reason(v2_73)
|
||||||
test_update_server_with_empty_locked_reason(v2_73) |
pass
pt166.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson273Test.test_update_server_with_empty_locked_reason(v2_73)
|
||||||
test_server_get_with_locked_reason(v2_73) |
pass
pt166.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson273Test.test_server_get_with_locked_reason(v2_73)
|
||||||
test_server_rebuild_with_empty_locked_reason(v2_73) |
pass
pt166.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson273Test.test_server_rebuild_with_empty_locked_reason(v2_73)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson274Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_servers_post_with_host_and_node(v2_74) |
pass
pt167.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson274Test.test_servers_post_with_host_and_node(v2_74)
|
||||||
test_servers_post_with_only_host(v2_74) |
pass
pt167.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson274Test.test_servers_post_with_only_host(v2_74)
|
||||||
test_servers_post_with_only_node(v2_74) |
pass
pt167.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson274Test.test_servers_post_with_only_node(v2_74)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson290Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_get(v2_90) |
pass
pt168.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson290Test.test_servers_get(v2_90)
|
||||||
test_servers_list(v2_90) |
pass
pt168.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson290Test.test_servers_list(v2_90)
|
||||||
test_servers_post(v2_90) |
pass
pt168.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson290Test.test_servers_post(v2_90)
|
||||||
test_servers_details(v2_90) |
pass
pt168.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson290Test.test_servers_details(v2_90)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson294Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_list(v2_94) |
pass
pt169.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson294Test.test_servers_list(v2_94)
|
||||||
test_servers_post(v2_94) |
pass
pt169.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson294Test.test_servers_post(v2_94)
|
||||||
test_servers_details(v2_94) |
pass
pt169.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson294Test.test_servers_details(v2_94)
|
||||||
test_servers_get(v2_94) |
pass
pt169.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson294Test.test_servers_get(v2_94)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_96) |
pass
pt170.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_server_rebuild(v2_96)
|
||||||
test_servers_get(v2_96) |
pass
pt170.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_servers_get(v2_96)
|
||||||
test_servers_details(v2_96) |
pass
pt170.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_servers_details(v2_96)
|
||||||
test_servers_post(v2_96) |
pass
pt170.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_servers_post(v2_96)
|
||||||
test_update_server(v2_96) |
pass
pt170.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_update_server(v2_96)
|
||||||
test_servers_list(v2_96) |
pass
pt170.6: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson296Test.test_servers_list(v2_96)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson29Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_servers_get(v2_9) |
pass
pt171.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson29Test.test_servers_get(v2_9)
|
||||||
test_servers_list(v2_9) |
pass
pt171.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson29Test.test_servers_list(v2_9)
|
||||||
test_servers_details(v2_9) |
pass
pt171.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson29Test.test_servers_details(v2_9)
|
||||||
test_servers_post(v2_9) |
pass
pt171.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJson29Test.test_servers_post(v2_9)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_servers_post(v2) |
pass
pt172.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_post(v2)
|
||||||
test_servers_post(v2_1) |
pass
pt172.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_post(v2_1)
|
||||||
test_servers_post(v2_1_noproject_id) |
pass
pt172.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_post(v2_1_noproject_id)
|
||||||
test_servers_list(v2) |
pass
pt172.4: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_list(v2)
|
||||||
test_servers_list(v2_1) |
pass
pt172.5: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_list(v2_1)
|
||||||
test_servers_details(v2) |
pass
pt172.6: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_details(v2)
|
||||||
test_servers_list(v2_1_noproject_id) |
pass
pt172.7: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_list(v2_1_noproject_id)
|
||||||
test_servers_details(v2_1) |
pass
pt172.8: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_details(v2_1)
|
||||||
test_servers_details(v2_1_noproject_id) |
pass
pt172.9: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_details(v2_1_noproject_id)
|
||||||
test_servers_get(v2) |
pass
pt172.10: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_get(v2)
|
||||||
test_servers_get(v2_1) |
pass
pt172.11: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_get(v2_1)
|
||||||
test_servers_get(v2_1_noproject_id) |
pass
pt172.12: nova.tests.functional.api_sample_tests.test_servers.ServersSampleJsonTest.test_servers_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersSampleMultiStatusJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_servers_list(v2) |
pass
pt173.1: nova.tests.functional.api_sample_tests.test_servers.ServersSampleMultiStatusJsonTest.test_servers_list(v2)
|
||||||
test_servers_list(v2_1) |
pass
pt173.2: nova.tests.functional.api_sample_tests.test_servers.ServersSampleMultiStatusJsonTest.test_servers_list(v2_1)
|
||||||
test_servers_list(v2_1_noproject_id) |
pass
pt173.3: nova.tests.functional.api_sample_tests.test_servers.ServersSampleMultiStatusJsonTest.test_servers_list(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson2104Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_server(v2_104) |
pass
pt174.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson2104Test.test_update_server(v2_104)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_server(v2_47) |
pass
pt175.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson247Test.test_update_server(v2_47)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson275Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_75) |
pass
pt176.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson275Test.test_server_rebuild(v2_75)
|
||||||
test_update_server(v2_75) |
pass
pt176.2: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson275Test.test_update_server(v2_75)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson290Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_server(v2_90) |
pass
pt177.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson290Test.test_update_server(v2_90)
|
||||||
test_server_rebuild(v2_90) |
pass
pt177.2: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson290Test.test_server_rebuild(v2_90)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson294Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_rebuild(v2_94) |
pass
pt178.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson294Test.test_server_rebuild(v2_94)
|
||||||
test_update_server(v2_94) |
pass
pt178.2: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJson294Test.test_update_server(v2_94)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJsonTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_update_server(v2) |
pass
pt179.1: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJsonTest.test_update_server(v2)
|
||||||
test_update_server(v2_1) |
pass
pt179.2: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJsonTest.test_update_server(v2_1)
|
||||||
test_update_server(v2_1_noproject_id) |
pass
pt179.3: nova.tests.functional.api_sample_tests.test_servers.ServersUpdateSampleJsonTest.test_update_server(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_by_network(v2) |
pass
pt180.1: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get_by_network(v2)
|
||||||
test_get_by_network(v2_1) |
pass
pt180.2: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get_by_network(v2_1)
|
||||||
test_get_by_network(v2_1_noproject_id) |
pass
pt180.3: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get_by_network(v2_1_noproject_id)
|
||||||
test_get(v2) |
pass
pt180.4: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get(v2)
|
||||||
test_get(v2_1) |
pass
pt180.5: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get(v2_1)
|
||||||
test_get(v2_1_noproject_id) |
pass
pt180.6: nova.tests.functional.api_sample_tests.test_servers_ips.ServersIpsJsonTest.test_get(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_service_delete(v2) |
pass
pt181.1: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_delete(v2)
|
||||||
test_service_delete(v2_1) |
pass
pt181.2: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_delete(v2_1)
|
||||||
test_service_delete(v2_1_noproject_id) |
pass
pt181.3: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_delete(v2_1_noproject_id)
|
||||||
test_service_disable(v2) |
pass
pt181.4: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable(v2)
|
||||||
test_service_disable(v2_1) |
pass
pt181.5: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable(v2_1)
|
||||||
test_service_disable(v2_1_noproject_id) |
pass
pt181.6: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable(v2_1_noproject_id)
|
||||||
test_service_disable_log_reason(v2) |
pass
pt181.7: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable_log_reason(v2)
|
||||||
test_service_disable_log_reason(v2_1) |
pass
pt181.8: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable_log_reason(v2_1)
|
||||||
test_service_disable_log_reason(v2_1_noproject_id) |
pass
pt181.9: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_disable_log_reason(v2_1_noproject_id)
|
||||||
test_services_list(v2) |
pass
pt181.10: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_services_list(v2)
|
||||||
test_services_list(v2_1) |
pass
pt181.11: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_services_list(v2_1)
|
||||||
test_services_list(v2_1_noproject_id) |
pass
pt181.12: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_services_list(v2_1_noproject_id)
|
||||||
test_service_enable(v2) |
pass
pt181.13: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_enable(v2)
|
||||||
test_service_enable(v2_1) |
pass
pt181.14: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_enable(v2_1)
|
||||||
test_service_enable(v2_1_noproject_id) |
pass
pt181.15: nova.tests.functional.api_sample_tests.test_services.ServicesJsonTest.test_service_enable(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_service_enable(v2_11) |
pass
pt182.1: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_service_enable(v2_11)
|
||||||
test_service_delete(v2_11) |
pass
pt182.2: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_service_delete(v2_11)
|
||||||
test_service_disable_log_reason(v2_11) |
pass
pt182.3: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_service_disable_log_reason(v2_11)
|
||||||
test_services_list(v2_11) |
pass
pt182.4: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_services_list(v2_11)
|
||||||
test_force_down(v2_11) |
pass
pt182.5: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_force_down(v2_11)
|
||||||
test_service_disable(v2_11) |
pass
pt182.6: nova.tests.functional.api_sample_tests.test_services.ServicesV211JsonTest.test_service_disable(v2_11)
|
||||||
| nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_service_enable(v2_53) |
pass
pt183.1: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_service_enable(v2_53)
|
||||||
test_force_down(v2_53) |
pass
pt183.2: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_force_down(v2_53)
|
||||||
test_service_disable_log_reason(v2_53) |
pass
pt183.3: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_service_disable_log_reason(v2_53)
|
||||||
test_services_list(v2_53) |
pass
pt183.4: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_services_list(v2_53)
|
||||||
test_service_disable(v2_53) |
pass
pt183.5: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_service_disable(v2_53)
|
||||||
test_service_delete(v2_53) |
pass
pt183.6: nova.tests.functional.api_sample_tests.test_services.ServicesV253JsonTest.test_service_delete(v2_53)
|
||||||
| nova.tests.functional.api_sample_tests.test_services.ServicesV269JsonTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_services_from_down_cells(v2_69) |
pass
pt184.1: nova.tests.functional.api_sample_tests.test_services.ServicesV269JsonTest.test_get_services_from_down_cells(v2_69)
|
||||||
| nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_shelve_offload(v2) |
pass
pt185.1: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve_offload(v2)
|
||||||
test_shelve_offload(v2_1) |
pass
pt185.2: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve_offload(v2_1)
|
||||||
test_shelve_offload(v2_1_noproject_id) |
pass
pt185.3: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve_offload(v2_1_noproject_id)
|
||||||
test_unshelve(v2) |
pass
pt185.4: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_unshelve(v2)
|
||||||
test_unshelve(v2_1) |
pass
pt185.5: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_unshelve(v2_1)
|
||||||
test_unshelve(v2_1_noproject_id) |
pass
pt185.6: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_unshelve(v2_1_noproject_id)
|
||||||
test_shelve(v2) |
pass
pt185.7: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve(v2)
|
||||||
test_shelve(v2_1) |
pass
pt185.8: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve(v2_1)
|
||||||
test_shelve(v2_1_noproject_id) |
pass
pt185.9: nova.tests.functional.api_sample_tests.test_shelve.ShelveJsonTest.test_shelve(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson277Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_unshelve_with_az(v2_77) |
pass
pt186.1: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson277Test.test_unshelve_with_az(v2_77)
|
||||||
test_shelve(v2_77) |
pass
pt186.2: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson277Test.test_shelve(v2_77)
|
||||||
test_shelve_offload(v2_77) |
pass
pt186.3: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson277Test.test_shelve_offload(v2_77)
|
||||||
test_unshelve(v2_77) |
pass
pt186.4: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson277Test.test_unshelve(v2_77)
|
||||||
| nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_shelve(v2_91) |
pass
pt187.1: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_shelve(v2_91)
|
||||||
test_unshelve_with_az(v2_91) |
pass
pt187.2: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_az(v2_91)
|
||||||
test_unshelve_with_unpin_az_and_host(v2_91) |
pass
pt187.3: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_unpin_az_and_host(v2_91)
|
||||||
test_unshelve_with_unpin_az(v2_91) |
pass
pt187.4: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_unpin_az(v2_91)
|
||||||
test_shelve_offload(v2_91) |
pass
pt187.5: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_shelve_offload(v2_91)
|
||||||
test_unshelve(v2_91) |
pass
pt187.6: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve(v2_91)
|
||||||
test_unshelve_with_az_and_host(v2_91) |
pass
pt187.7: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_az_and_host(v2_91)
|
||||||
test_unshelve_with_valid_host(v2_91) |
pass
pt187.8: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_valid_host(v2_91)
|
||||||
test_unshelve_with_non_valid_host(v2_91) |
pass
pt187.9: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291NonAdminTest.test_unshelve_with_non_valid_host(v2_91)
|
||||||
| nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_shelve_offload(v2_91) |
pass
pt188.1: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_shelve_offload(v2_91)
|
||||||
test_unshelve(v2_91) |
pass
pt188.2: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve(v2_91)
|
||||||
test_unshelve_with_az(v2_91) |
pass
pt188.3: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_az(v2_91)
|
||||||
test_unshelve_with_unpin_az_and_host(v2_91) |
pass
pt188.4: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_unpin_az_and_host(v2_91)
|
||||||
test_unshelve_with_unpin_az(v2_91) |
pass
pt188.5: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_unpin_az(v2_91)
|
||||||
test_unshelve_with_az_and_host(v2_91) |
pass
pt188.6: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_az_and_host(v2_91)
|
||||||
test_shelve(v2_91) |
pass
pt188.7: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_shelve(v2_91)
|
||||||
test_unshelve_with_non_valid_host(v2_91) |
pass
pt188.8: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_non_valid_host(v2_91)
|
||||||
test_unshelve_with_valid_host(v2_91) |
pass
pt188.9: nova.tests.functional.api_sample_tests.test_shelve.UnshelveJson291Test.test_unshelve_with_valid_host(v2_91)
|
||||||
| nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_get_tenants_usage(v2) |
pass
pt189.1: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage(v2)
|
||||||
test_get_tenants_usage(v2_1) |
pass
pt189.2: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage(v2_1)
|
||||||
test_get_tenants_usage(v2_1_noproject_id) |
pass
pt189.3: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage(v2_1_noproject_id)
|
||||||
test_get_tenants_usage_with_detail(v2) |
pass
pt189.4: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage_with_detail(v2)
|
||||||
test_get_tenants_usage_with_detail(v2_1) |
pass
pt189.5: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage_with_detail(v2_1)
|
||||||
test_get_tenants_usage_with_detail(v2_1_noproject_id) |
pass
pt189.6: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenants_usage_with_detail(v2_1_noproject_id)
|
||||||
test_get_tenant_usage_details(v2) |
pass
pt189.7: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenant_usage_details(v2)
|
||||||
test_get_tenant_usage_details(v2_1) |
pass
pt189.8: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenant_usage_details(v2_1)
|
||||||
test_get_tenant_usage_details(v2_1_noproject_id) |
pass
pt189.9: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageSampleJsonTest.test_get_tenant_usage_details(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageV240Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_tenants_usage_with_detail(v2_40) |
pass
pt190.1: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageV240Test.test_get_tenants_usage_with_detail(v2_40)
|
||||||
test_get_tenants_usage_end_marker(v2_40) |
pass
pt190.2: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageV240Test.test_get_tenants_usage_end_marker(v2_40)
|
||||||
test_get_tenants_usage(v2_40) |
pass
pt190.3: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageV240Test.test_get_tenants_usage(v2_40)
|
||||||
test_get_tenant_usage_details(v2_40) |
pass
pt190.4: nova.tests.functional.api_sample_tests.test_simple_tenant_usage.SimpleTenantUsageV240Test.test_get_tenant_usage_details(v2_40)
|
||||||
| nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests | 15 | 15 | 0 | 0 | 0 | Detail | |
test_snapshots_create(v2) |
pass
pt191.1: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_create(v2)
|
||||||
test_snapshots_create(v2_1) |
pass
pt191.2: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_create(v2_1)
|
||||||
test_snapshots_create(v2_1_noproject_id) |
pass
pt191.3: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_create(v2_1_noproject_id)
|
||||||
test_snapshots_list(v2) |
pass
pt191.4: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_list(v2)
|
||||||
test_snapshots_list(v2_1) |
pass
pt191.5: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_list(v2_1)
|
||||||
test_snapshots_list(v2_1_noproject_id) |
pass
pt191.6: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_list(v2_1_noproject_id)
|
||||||
test_snapshots_detail(v2) |
pass
pt191.7: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_detail(v2)
|
||||||
test_snapshots_detail(v2_1) |
pass
pt191.8: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_detail(v2_1)
|
||||||
test_snapshots_detail(v2_1_noproject_id) |
pass
pt191.9: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_detail(v2_1_noproject_id)
|
||||||
test_snapshots_show(v2) |
pass
pt191.10: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_show(v2)
|
||||||
test_snapshots_show(v2_1) |
pass
pt191.11: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_show(v2_1)
|
||||||
test_snapshots_show(v2_1_noproject_id) |
pass
pt191.12: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_show(v2_1_noproject_id)
|
||||||
test_snapshots_delete(v2) |
pass
pt191.13: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_delete(v2)
|
||||||
test_snapshots_delete(v2_1) |
pass
pt191.14: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_delete(v2_1)
|
||||||
test_snapshots_delete(v2_1_noproject_id) |
pass
pt191.15: nova.tests.functional.api_sample_tests.test_snapshots.SnapshotsSampleJsonTests.test_snapshots_delete(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_post_resume(v2) |
pass
pt192.1: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_resume(v2)
|
||||||
test_post_resume(v2_1) |
pass
pt192.2: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_resume(v2_1)
|
||||||
test_post_resume(v2_1_noproject_id) |
pass
pt192.3: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_resume(v2_1_noproject_id)
|
||||||
test_post_suspend(v2) |
pass
pt192.4: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_suspend(v2)
|
||||||
test_post_suspend(v2_1) |
pass
pt192.5: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_suspend(v2_1)
|
||||||
test_post_suspend(v2_1_noproject_id) |
pass
pt192.6: nova.tests.functional.api_sample_tests.test_suspend_server.SuspendServerSamplesJsonTest.test_post_suspend(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_network(v2) |
pass
pt193.1: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_create_network(v2)
|
||||||
test_create_network(v2_1) |
pass
pt193.2: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_create_network(v2_1)
|
||||||
test_create_network(v2_1_noproject_id) |
pass
pt193.3: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_create_network(v2_1_noproject_id)
|
||||||
test_list_networks(v2) |
pass
pt193.4: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_list_networks(v2)
|
||||||
test_list_networks(v2_1) |
pass
pt193.5: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_list_networks(v2_1)
|
||||||
test_list_networks(v2_1_noproject_id) |
pass
pt193.6: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_list_networks(v2_1_noproject_id)
|
||||||
test_delete_network(v2) |
pass
pt193.7: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_delete_network(v2)
|
||||||
test_delete_network(v2_1) |
pass
pt193.8: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_delete_network(v2_1)
|
||||||
test_delete_network(v2_1_noproject_id) |
pass
pt193.9: nova.tests.functional.api_sample_tests.test_tenant_networks.TenantNetworksJsonTests.test_delete_network(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_versions_get_versioned_1 |
pass
pt194.1: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_versioned_1
|
||||||
test_versions_get_versioned_2 |
pass
pt194.2: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_versioned_2
|
||||||
test_versions_get_base_1_ |
pass
pt194.3: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_base_1_
|
||||||
test_versions_get_versioned_4 |
pass
pt194.4: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_versioned_4
|
||||||
test_versions_get_base_2__ |
pass
pt194.5: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_base_2__
|
||||||
test_versions_get_versioned_3 |
pass
pt194.6: nova.tests.functional.api_sample_tests.test_versions.VersionsSampleJsonTest.test_versions_get_versioned_3
|
||||||
| nova.tests.functional.api_sample_tests.test_virtual_interfaces.VirtualInterfacesJsonTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vifs_list |
pass
pt195.1: nova.tests.functional.api_sample_tests.test_virtual_interfaces.VirtualInterfacesJsonTest.test_vifs_list
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample | 15 | 15 | 0 | 0 | 0 | Detail | |
test_volume_attachment_delete(v2) |
pass
pt196.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_delete(v2)
|
||||||
test_volume_attachment_delete(v2_1) |
pass
pt196.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_delete(v2_1)
|
||||||
test_volume_attachment_update(v2) |
pass
pt196.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_update(v2)
|
||||||
test_list_volume_attachments(v2) |
pass
pt196.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_list_volume_attachments(v2)
|
||||||
test_volume_attachment_delete(v2_1_noproject_id) |
pass
pt196.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_delete(v2_1_noproject_id)
|
||||||
test_volume_attachment_update(v2_1) |
pass
pt196.6: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_update(v2_1)
|
||||||
test_volume_attachment_update(v2_1_noproject_id) |
pass
pt196.7: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_update(v2_1_noproject_id)
|
||||||
test_list_volume_attachments(v2_1) |
pass
pt196.8: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_list_volume_attachments(v2_1)
|
||||||
test_list_volume_attachments(v2_1_noproject_id) |
pass
pt196.9: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_list_volume_attachments(v2_1_noproject_id)
|
||||||
test_attach_volume_to_server(v2) |
pass
pt196.10: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_attach_volume_to_server(v2)
|
||||||
test_attach_volume_to_server(v2_1) |
pass
pt196.11: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_attach_volume_to_server(v2_1)
|
||||||
test_attach_volume_to_server(v2_1_noproject_id) |
pass
pt196.12: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_attach_volume_to_server(v2_1_noproject_id)
|
||||||
test_volume_attachment_detail(v2) |
pass
pt196.13: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_detail(v2)
|
||||||
test_volume_attachment_detail(v2_1) |
pass
pt196.14: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_detail(v2_1)
|
||||||
test_volume_attachment_detail(v2_1_noproject_id) |
pass
pt196.15: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSample.test_volume_attachment_detail(v2_1_noproject_id)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_volume_attachments(v2_101) |
pass
pt197.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101.test_list_volume_attachments(v2_101)
|
||||||
test_volume_attachment_detail(v2_101) |
pass
pt197.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101.test_volume_attachment_detail(v2_101)
|
||||||
test_attach_volume_to_server(v2_101) |
pass
pt197.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101.test_attach_volume_to_server(v2_101)
|
||||||
test_volume_attachment_delete(v2_101) |
pass
pt197.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101.test_volume_attachment_delete(v2_101)
|
||||||
test_volume_attachment_update(v2_101) |
pass
pt197.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV2101.test_volume_attachment_update(v2_101)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_attachment_delete(v2_49) |
pass
pt198.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249.test_volume_attachment_delete(v2_49)
|
||||||
test_volume_attachment_detail(v2_49) |
pass
pt198.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249.test_volume_attachment_detail(v2_49)
|
||||||
test_list_volume_attachments(v2_49) |
pass
pt198.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249.test_list_volume_attachments(v2_49)
|
||||||
test_volume_attachment_update(v2_49) |
pass
pt198.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249.test_volume_attachment_update(v2_49)
|
||||||
test_attach_volume_to_server(v2_49) |
pass
pt198.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV249.test_attach_volume_to_server(v2_49)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_attach_volume_to_server(v2_70) |
pass
pt199.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270.test_attach_volume_to_server(v2_70)
|
||||||
test_volume_attachment_delete(v2_70) |
pass
pt199.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270.test_volume_attachment_delete(v2_70)
|
||||||
test_list_volume_attachments(v2_70) |
pass
pt199.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270.test_list_volume_attachments(v2_70)
|
||||||
test_volume_attachment_update(v2_70) |
pass
pt199.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270.test_volume_attachment_update(v2_70)
|
||||||
test_volume_attachment_detail(v2_70) |
pass
pt199.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV270.test_volume_attachment_detail(v2_70)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_attachment_detail(v2_79) |
pass
pt200.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279.test_volume_attachment_detail(v2_79)
|
||||||
test_volume_attachment_update(v2_79) |
pass
pt200.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279.test_volume_attachment_update(v2_79)
|
||||||
test_list_volume_attachments(v2_79) |
pass
pt200.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279.test_list_volume_attachments(v2_79)
|
||||||
test_volume_attachment_delete(v2_79) |
pass
pt200.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279.test_volume_attachment_delete(v2_79)
|
||||||
test_attach_volume_to_server(v2_79) |
pass
pt200.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV279.test_attach_volume_to_server(v2_79)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_attach_volume_to_server(v2_85) |
pass
pt201.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285.test_attach_volume_to_server(v2_85)
|
||||||
test_list_volume_attachments(v2_85) |
pass
pt201.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285.test_list_volume_attachments(v2_85)
|
||||||
test_volume_attachment_delete(v2_85) |
pass
pt201.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285.test_volume_attachment_delete(v2_85)
|
||||||
test_volume_attachment_detail(v2_85) |
pass
pt201.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285.test_volume_attachment_detail(v2_85)
|
||||||
test_volume_attachment_update(v2_85) |
pass
pt201.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV285.test_volume_attachment_update(v2_85)
|
||||||
| nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_volume_attachments(v2_89) |
pass
pt202.1: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289.test_list_volume_attachments(v2_89)
|
||||||
test_volume_attachment_delete(v2_89) |
pass
pt202.2: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289.test_volume_attachment_delete(v2_89)
|
||||||
test_volume_attachment_detail(v2_89) |
pass
pt202.3: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289.test_volume_attachment_detail(v2_89)
|
||||||
test_attach_volume_to_server(v2_89) |
pass
pt202.4: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289.test_attach_volume_to_server(v2_89)
|
||||||
test_volume_attachment_update(v2_89) |
pass
pt202.5: nova.tests.functional.api_sample_tests.test_volume_attachments.VolumeAttachmentsSampleV289.test_volume_attachment_update(v2_89)
|
||||||
| nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_volumes_delete(v2) |
pass
pt203.1: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_delete(v2)
|
||||||
test_volumes_delete(v2_1) |
pass
pt203.2: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_delete(v2_1)
|
||||||
test_volumes_delete(v2_1_noproject_id) |
pass
pt203.3: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_delete(v2_1_noproject_id)
|
||||||
test_volumes_show(v2) |
pass
pt203.4: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_show(v2)
|
||||||
test_volumes_show(v2_1) |
pass
pt203.5: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_show(v2_1)
|
||||||
test_volumes_show(v2_1_noproject_id) |
pass
pt203.6: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_show(v2_1_noproject_id)
|
||||||
test_volumes_detail(v2) |
pass
pt203.7: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_detail(v2)
|
||||||
test_volumes_detail(v2_1) |
pass
pt203.8: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_detail(v2_1)
|
||||||
test_volumes_detail(v2_1_noproject_id) |
pass
pt203.9: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_detail(v2_1_noproject_id)
|
||||||
test_volumes_index(v2) |
pass
pt203.10: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_index(v2)
|
||||||
test_volumes_index(v2_1) |
pass
pt203.11: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_index(v2_1)
|
||||||
test_volumes_index(v2_1_noproject_id) |
pass
pt203.12: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_index(v2_1_noproject_id)
|
||||||
test_volumes_create(v2) |
pass
pt203.13: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_create(v2)
|
||||||
test_volumes_create(v2_1) |
pass
pt203.14: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_create(v2_1)
|
||||||
test_volumes_create(v2_1_noproject_id) |
pass
pt203.15: nova.tests.functional.api_sample_tests.test_volumes.VolumesSampleJsonTest.test_volumes_create(v2_1_noproject_id)
|
||||||
| nova.tests.functional.compute.test_attached_volumes.TestAttachedVolumes | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_multiple_stale_attachment_from_nova |
pass
pt204.1: nova.tests.functional.compute.test_attached_volumes.TestAttachedVolumes.test_delete_multiple_stale_attachment_from_nova
|
||||||
test_delete_stale_attachment_from_nova |
pass
pt204.2: nova.tests.functional.compute.test_attached_volumes.TestAttachedVolumes.test_delete_stale_attachment_from_nova
|
||||||
test_delete_multiple_stale_attachment_from_cinder |
pass
pt204.3: nova.tests.functional.compute.test_attached_volumes.TestAttachedVolumes.test_delete_multiple_stale_attachment_from_cinder
|
||||||
| nova.tests.functional.compute.test_cache_image.ImageCacheTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cache_image |
pass
pt205.1: nova.tests.functional.compute.test_cache_image.ImageCacheTest.test_cache_image
|
||||||
| nova.tests.functional.compute.test_host_api.ComputeHostAPIMultiCellTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compute_node_get_all_uuid_marker |
pass
pt206.1: nova.tests.functional.compute.test_host_api.ComputeHostAPIMultiCellTestCase.test_compute_node_get_all_uuid_marker
|
||||||
test_compute_node_get_all_uuid_marker_not_found |
pass
pt206.2: nova.tests.functional.compute.test_host_api.ComputeHostAPIMultiCellTestCase.test_compute_node_get_all_uuid_marker_not_found
|
||||||
| nova.tests.functional.compute.test_init_host.TestComputeRestartInstanceStuckInBuild | 1 | 1 | 0 | 0 | 0 | Detail | |
test_restart_compute_while_instance_waiting_for_resource_claim |
pass
pt207.1: nova.tests.functional.compute.test_init_host.TestComputeRestartInstanceStuckInBuild.test_restart_compute_while_instance_waiting_for_resource_claim
|
||||||
| nova.tests.functional.compute.test_instance_list.InstanceListTestCase | 24 | 24 | 0 | 0 | 0 | Detail | |
test_get_sorted_with_large_limit |
pass
pt208.1: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_large_limit
|
||||||
test_get_sorted_with_limit |
pass
pt208.2: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit
|
||||||
test_get_sorted_with_purged_instance |
pass
pt208.3: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_purged_instance
|
||||||
test_get_sorted_by_defaults |
pass
pt208.4: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_by_defaults
|
||||||
test_get_sorted_with_filter |
pass
pt208.5: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_filter
|
||||||
test_get_sorted_with_large_limit_batched |
pass
pt208.6: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_large_limit_batched
|
||||||
test_get_sorted_with_limit_marker_datetime_same |
pass
pt208.7: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_datetime_same
|
||||||
test_get_paginated_with_other_filter |
pass
pt208.8: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_paginated_with_other_filter
|
||||||
test_get_sorted_with_limit_marker_random |
pass
pt208.9: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_random
|
||||||
test_get_paginated_with_uuid_filter |
pass
pt208.10: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_paginated_with_uuid_filter
|
||||||
test_get_sorted_descending |
pass
pt208.11: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_descending
|
||||||
test_get_sorted |
pass
pt208.12: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted
|
||||||
test_get_sorted_with_deleted_marker |
pass
pt208.13: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_deleted_marker
|
||||||
test_get_sorted_with_limit_marker_random_different_pages |
pass
pt208.14: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_random_different_pages
|
||||||
test_get_paginated_with_uuid_and_other_filter |
pass
pt208.15: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_paginated_with_uuid_and_other_filter
|
||||||
test_get_sorted_with_limit_marker_stable_different_pages |
pass
pt208.16: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_stable_different_pages
|
||||||
test_get_sorted_with_limit_marker_stable_reverse |
pass
pt208.17: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_stable_reverse
|
||||||
test_get_sorted_with_faults |
pass
pt208.18: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_faults
|
||||||
test_get_sorted_with_limit_marker_datetime |
pass
pt208.19: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_datetime
|
||||||
test_get_sorted_paginated_with_faults |
pass
pt208.20: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_paginated_with_faults
|
||||||
test_get_sorted_with_invalid_marker |
pass
pt208.21: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_invalid_marker
|
||||||
test_get_sorted_with_limit_marker_stable |
pass
pt208.22: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_stable
|
||||||
test_get_sorted_with_limit_marker_stable_different_pages_reverse |
pass
pt208.23: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_get_sorted_with_limit_marker_stable_different_pages_reverse
|
||||||
test_instance_list_minimal_cells |
pass
pt208.24: nova.tests.functional.compute.test_instance_list.InstanceListTestCase.test_instance_list_minimal_cells
|
||||||
| nova.tests.functional.compute.test_instance_list.TestInstanceListObjects | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_instance_objects_sorted_paged |
pass
pt209.1: nova.tests.functional.compute.test_instance_list.TestInstanceListObjects.test_get_instance_objects_sorted_paged
|
||||||
test_get_instance_objects_sorted_with_fault |
pass
pt209.2: nova.tests.functional.compute.test_instance_list.TestInstanceListObjects.test_get_instance_objects_sorted_with_fault
|
||||||
test_get_instance_objects_sorted |
pass
pt209.3: nova.tests.functional.compute.test_instance_list.TestInstanceListObjects.test_get_instance_objects_sorted
|
||||||
| nova.tests.functional.compute.test_live_migration.LiveMigrationCinderFailure | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_attachment_delete_fails |
pass
pt210.1: nova.tests.functional.compute.test_live_migration.LiveMigrationCinderFailure.test_live_migrate_attachment_delete_fails
|
||||||
| nova.tests.functional.compute.test_live_migration.LiveMigrationNeutronInteractionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_vifs_from_info_cache |
pass
pt211.1: nova.tests.functional.compute.test_live_migration.LiveMigrationNeutronInteractionsTest.test_live_migrate_vifs_from_info_cache
|
||||||
| nova.tests.functional.compute.test_live_migration.TestVolAttachmentsDuringLiveMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vol_attachments_during_driver_live_mig_failure |
pass
pt212.1: nova.tests.functional.compute.test_live_migration.TestVolAttachmentsDuringLiveMigration.test_vol_attachments_during_driver_live_mig_failure
|
||||||
| nova.tests.functional.compute.test_migration_list.TestMigrationListObjects | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_marker_record_not_found |
pass
pt213.1: nova.tests.functional.compute.test_migration_list.TestMigrationListObjects.test_get_marker_record_not_found
|
||||||
test_get_instance_objects_sorted_paged |
pass
pt213.2: nova.tests.functional.compute.test_migration_list.TestMigrationListObjects.test_get_instance_objects_sorted_paged
|
||||||
test_get_sorted_with_limit |
pass
pt213.3: nova.tests.functional.compute.test_migration_list.TestMigrationListObjects.test_get_sorted_with_limit
|
||||||
test_get_instance_objects_sorted |
pass
pt213.4: nova.tests.functional.compute.test_migration_list.TestMigrationListObjects.test_get_instance_objects_sorted
|
||||||
| nova.tests.functional.compute.test_resource_tracker.IronicResourceTrackerTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_node_stats_isolation |
pass
pt214.1: nova.tests.functional.compute.test_resource_tracker.IronicResourceTrackerTest.test_node_stats_isolation
|
||||||
| nova.tests.functional.compute.test_resource_tracker.TestProviderConfig | 4 | 4 | 0 | 0 | 0 | Detail | |
test_end_to_end |
pass
pt215.1: nova.tests.functional.compute.test_resource_tracker.TestProviderConfig.test_end_to_end
|
||||||
test_multiple_config_files |
pass
pt215.2: nova.tests.functional.compute.test_resource_tracker.TestProviderConfig.test_multiple_config_files
|
||||||
test_single_config_file |
pass
pt215.3: nova.tests.functional.compute.test_resource_tracker.TestProviderConfig.test_single_config_file
|
||||||
test_multiple_compute_nodes |
pass
pt215.4: nova.tests.functional.compute.test_resource_tracker.TestProviderConfig.test_multiple_compute_nodes
|
||||||
| nova.tests.functional.compute.test_resource_tracker.TestUpdateComputeNodeReservedAndAllocationRatio | 3 | 3 | 0 | 0 | 0 | Detail | |
test_update_inventory_reserved_and_allocation_ratio_from_conf |
pass
pt216.1: nova.tests.functional.compute.test_resource_tracker.TestUpdateComputeNodeReservedAndAllocationRatio.test_update_inventory_reserved_and_allocation_ratio_from_conf
|
||||||
test_allocation_ratio_create_with_initial_allocation_ratio |
pass
pt216.2: nova.tests.functional.compute.test_resource_tracker.TestUpdateComputeNodeReservedAndAllocationRatio.test_allocation_ratio_create_with_initial_allocation_ratio
|
||||||
test_allocation_ratio_overwritten_from_config |
pass
pt216.3: nova.tests.functional.compute.test_resource_tracker.TestUpdateComputeNodeReservedAndAllocationRatio.test_allocation_ratio_overwritten_from_config
|
||||||
| nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase | 34 | 34 | 0 | 0 | 0 | Detail | |
test_aggregate_create_in_db_with_metadata |
pass
pt217.1: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_create_in_db_with_metadata
|
||||||
test_aggregate_get_all_from_db |
pass
pt217.2: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_all_from_db
|
||||||
test_aggregate_host_add_to_db_raise_not_found |
pass
pt217.3: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_add_to_db_raise_not_found
|
||||||
test_aggregate_update |
pass
pt217.4: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update
|
||||||
test_aggregate_create_in_db |
pass
pt217.5: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_create_in_db
|
||||||
test_aggregate_get_by_metadata_key_from_db |
pass
pt217.6: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_by_metadata_key_from_db
|
||||||
test_aggregate_metadata_add_and_update |
pass
pt217.7: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_add_and_update
|
||||||
test_aggregate_delete |
pass
pt217.8: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_delete
|
||||||
test_aggregate_metadata_add_retry |
pass
pt217.9: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_add_retry
|
||||||
test_aggregate_get_from_db |
pass
pt217.10: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_from_db
|
||||||
test_aggregate_metadata_delete |
pass
pt217.11: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_delete
|
||||||
test_aggregate_host_add_to_db |
pass
pt217.12: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_add_to_db
|
||||||
test_aggregate_host_delete_from_db |
pass
pt217.13: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_delete_from_db
|
||||||
test_aggregate_host_re_add_to_db |
pass
pt217.14: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_re_add_to_db
|
||||||
test_aggregate_remove_availability_zone |
pass
pt217.15: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_remove_availability_zone
|
||||||
test_aggregate_get_by_host_from_db |
pass
pt217.16: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_by_host_from_db
|
||||||
test_aggregate_host_add_to_db_duplicate_raise_exist_exc |
pass
pt217.17: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_add_to_db_duplicate_raise_exist_exc
|
||||||
test_aggregate_metadata_add |
pass
pt217.18: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_add
|
||||||
test_aggregate_metadata_delete_raise_not_found |
pass
pt217.19: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_delete_raise_not_found
|
||||||
test_aggregate_update_zone_with_existing_metadata |
pass
pt217.20: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update_zone_with_existing_metadata
|
||||||
test_aggregate_create_raise_exist_exc |
pass
pt217.21: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_create_raise_exist_exc
|
||||||
test_aggregate_delete_with_metadata |
pass
pt217.22: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_delete_with_metadata
|
||||||
test_aggregate_host_delete_from_db_raise_not_found |
pass
pt217.23: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_delete_from_db_raise_not_found
|
||||||
test_aggregate_metadata_update |
pass
pt217.24: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_update
|
||||||
test_aggregate_update_with_existing_metadata |
pass
pt217.25: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update_with_existing_metadata
|
||||||
test_aggregate_get_from_db_raise_not_found |
pass
pt217.26: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_from_db_raise_not_found
|
||||||
test_aggregate_host_add_to_db_duplicate_works |
pass
pt217.27: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_host_add_to_db_duplicate_works
|
||||||
test_aggregate_update_raise_name_exist |
pass
pt217.28: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update_raise_name_exist
|
||||||
test_aggregate_get_from_db_by_uuid |
pass
pt217.29: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_from_db_by_uuid
|
||||||
test_aggregate_update_raise_not_found |
pass
pt217.30: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update_raise_not_found
|
||||||
test_aggregate_update_with_metadata |
pass
pt217.31: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_update_with_metadata
|
||||||
test_aggregate_delete_raise_not_found |
pass
pt217.32: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_delete_raise_not_found
|
||||||
test_aggregate_get_by_host_with_key_from_db |
pass
pt217.33: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_get_by_host_with_key_from_db
|
||||||
test_aggregate_metadata_add_empty_metadata |
pass
pt217.34: nova.tests.functional.db.test_aggregate.AggregateObjectDbTestCase.test_aggregate_metadata_add_empty_metadata
|
||||||
| nova.tests.functional.db.test_aggregate.AggregateObjectTestCase | 14 | 14 | 0 | 0 | 0 | Detail | |
test_get_by_metadata_from_db_assertion |
pass
pt218.1: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_by_metadata_from_db_assertion
|
||||||
test_get_by_metadata |
pass
pt218.2: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_by_metadata
|
||||||
test_get_by_id |
pass
pt218.3: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_by_id
|
||||||
test_get_non_matching_by_metadata_keys |
pass
pt218.4: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_non_matching_by_metadata_keys
|
||||||
test_create |
pass
pt218.5: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_create
|
||||||
test_matching_aggregates_multiple_keys |
pass
pt218.6: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_matching_aggregates_multiple_keys
|
||||||
test_update_metadata |
pass
pt218.7: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_update_metadata
|
||||||
test_delete_host |
pass
pt218.8: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_delete_host
|
||||||
test_get_non_matching_aggregates_multiple_keys |
pass
pt218.9: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_non_matching_aggregates_multiple_keys
|
||||||
test_add_host |
pass
pt218.10: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_add_host
|
||||||
test_destroy |
pass
pt218.11: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_destroy
|
||||||
test_save |
pass
pt218.12: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_save
|
||||||
test_get_non_matching_by_metadata_keys_empty_key_prefix |
pass
pt218.13: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_non_matching_by_metadata_keys_empty_key_prefix
|
||||||
test_get_non_matching_by_metadata_keys_empty_keys |
pass
pt218.14: nova.tests.functional.db.test_aggregate.AggregateObjectTestCase.test_get_non_matching_by_metadata_keys_empty_keys
|
||||||
| nova.tests.functional.db.test_archive.TestDatabaseArchive | 7 | 7 | 0 | 0 | 0 | Detail | |
test_archive_deleted_rows_with_undeleted_residue |
pass
pt219.1: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_deleted_rows_with_undeleted_residue
|
||||||
test_archive_deleted_rows |
pass
pt219.2: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_deleted_rows
|
||||||
test_archive_deleted_rows_parent_child_trees_one_at_time |
pass
pt219.3: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_deleted_rows_parent_child_trees_one_at_time
|
||||||
test_archive_then_purge_all |
pass
pt219.4: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_then_purge_all
|
||||||
test_archive_deleted_rows_incomplete |
pass
pt219.5: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_deleted_rows_incomplete
|
||||||
test_archive_then_purge_by_date |
pass
pt219.6: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_archive_then_purge_by_date
|
||||||
test_purge_with_real_date |
pass
pt219.7: nova.tests.functional.db.test_archive.TestDatabaseArchive.test_purge_with_real_date
|
||||||
| nova.tests.functional.db.test_build_request.BuildRequestListTestCase | 24 | 24 | 0 | 0 | 0 | Detail | |
test_get_by_filters_deleted |
pass
pt220.1: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_deleted
|
||||||
test_get_by_filters_marker_limit |
pass
pt220.2: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_marker_limit
|
||||||
test_get_by_filters_exact_match_list |
pass
pt220.3: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_exact_match_list
|
||||||
test_get_by_filters_exact_match_metadata_list |
pass
pt220.4: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_exact_match_metadata_list
|
||||||
test_get_by_filters_cleaned |
pass
pt220.5: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_cleaned
|
||||||
test_get_by_filters_exact_match_metadata |
pass
pt220.6: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_exact_match_metadata
|
||||||
test_get_by_filters_marker_overlimit |
pass
pt220.7: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_marker_overlimit
|
||||||
test_get_by_filters_sort_build_req_id |
pass
pt220.8: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_sort_build_req_id
|
||||||
test_get_by_filters_sort_desc |
pass
pt220.9: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_sort_desc
|
||||||
test_get_by_filters_limit |
pass
pt220.10: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_limit
|
||||||
test_get_all_filter_by_project_id |
pass
pt220.11: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_all_filter_by_project_id
|
||||||
test_get_all |
pass
pt220.12: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_all
|
||||||
test_get_by_filters_regex_match_both |
pass
pt220.13: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_regex_match_both
|
||||||
test_get_all_empty |
pass
pt220.14: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_all_empty
|
||||||
test_get_by_filters_sort_asc |
pass
pt220.15: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_sort_asc
|
||||||
test_get_by_filters_bails_on_empty_list_check |
pass
pt220.16: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_bails_on_empty_list_check
|
||||||
test_get_by_filters_regex_match_one |
pass
pt220.17: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_regex_match_one
|
||||||
test_get_by_filters_limit_0 |
pass
pt220.18: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_limit_0
|
||||||
test_get_by_filters_multiple_sort_keys |
pass
pt220.19: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_multiple_sort_keys
|
||||||
test_get_all_bypass_project_id_filter_as_admin |
pass
pt220.20: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_all_bypass_project_id_filter_as_admin
|
||||||
test_get_by_filters |
pass
pt220.21: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters
|
||||||
test_get_by_filters_exact_match |
pass
pt220.22: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_exact_match
|
||||||
test_get_by_filters_marker |
pass
pt220.23: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_marker
|
||||||
test_get_by_filters_marker_not_found |
pass
pt220.24: nova.tests.functional.db.test_build_request.BuildRequestListTestCase.test_get_by_filters_marker_not_found
|
||||||
| nova.tests.functional.db.test_build_request.BuildRequestTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_destroy |
pass
pt221.1: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_destroy
|
||||||
test_save_not_found |
pass
pt221.2: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_save_not_found
|
||||||
test_save |
pass
pt221.3: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_save
|
||||||
test_destroy_twice_raises |
pass
pt221.4: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_destroy_twice_raises
|
||||||
test_get_by_uuid |
pass
pt221.5: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_get_by_uuid
|
||||||
test_get_by_instance_uuid_not_found |
pass
pt221.6: nova.tests.functional.db.test_build_request.BuildRequestTestCase.test_get_by_instance_uuid_not_found
|
||||||
| nova.tests.functional.db.test_cell_mapping.CellMappingListTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_by_disabled |
pass
pt222.1: nova.tests.functional.db.test_cell_mapping.CellMappingListTestCase.test_get_by_disabled
|
||||||
test_get_by_project_id |
pass
pt222.2: nova.tests.functional.db.test_cell_mapping.CellMappingListTestCase.test_get_by_project_id
|
||||||
test_get_all |
pass
pt222.3: nova.tests.functional.db.test_cell_mapping.CellMappingListTestCase.test_get_all
|
||||||
| nova.tests.functional.db.test_cell_mapping.CellMappingTestCase | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_by_uuid_not_found |
pass
pt223.1: nova.tests.functional.db.test_cell_mapping.CellMappingTestCase.test_get_by_uuid_not_found
|
||||||
test_destroy_in_db |
pass
pt223.2: nova.tests.functional.db.test_cell_mapping.CellMappingTestCase.test_destroy_in_db
|
||||||
test_destroy_in_db_not_found |
pass
pt223.3: nova.tests.functional.db.test_cell_mapping.CellMappingTestCase.test_destroy_in_db_not_found
|
||||||
test_get_by_uuid |
pass
pt223.4: nova.tests.functional.db.test_cell_mapping.CellMappingTestCase.test_get_by_uuid
|
||||||
test_save_in_db |
pass
pt223.5: nova.tests.functional.db.test_cell_mapping.CellMappingTestCase.test_save_in_db
|
||||||
| nova.tests.functional.db.test_compute_api.ComputeAPITestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reqspec_buildreq_instmapping_single_transaction |
pass
pt224.1: nova.tests.functional.db.test_compute_api.ComputeAPITestCase.test_reqspec_buildreq_instmapping_single_transaction
|
||||||
| nova.tests.functional.db.test_compute_node.ComputeNodeTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_migrate_none_or_zero_ratio_with_not_empty_ratio |
pass
pt225.1: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_migrate_none_or_zero_ratio_with_not_empty_ratio
|
||||||
test_get_all_by_uuids |
pass
pt225.2: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_get_all_by_uuids
|
||||||
test_numa_topology_online_migration_when_load |
pass
pt225.3: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_numa_topology_online_migration_when_load
|
||||||
test_ratio_online_migration_when_load |
pass
pt225.4: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_ratio_online_migration_when_load
|
||||||
test_get_by_hypervisor_type |
pass
pt225.5: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_get_by_hypervisor_type
|
||||||
test_migrate_empty_ratio |
pass
pt225.6: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_migrate_empty_ratio
|
||||||
test_migrate_none_or_zero_ratio_with_none_ratio_conf |
pass
pt225.7: nova.tests.functional.db.test_compute_node.ComputeNodeTestCase.test_migrate_none_or_zero_ratio_with_none_ratio_conf
|
||||||
| nova.tests.functional.db.test_connection_switch.CellDatabasesTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_cell_dbs |
pass
pt226.1: nova.tests.functional.db.test_connection_switch.CellDatabasesTestCase.test_cell_dbs
|
||||||
test_scatter_gather_cells |
pass
pt226.2: nova.tests.functional.db.test_connection_switch.CellDatabasesTestCase.test_scatter_gather_cells
|
||||||
| nova.tests.functional.db.test_connection_switch.ConnectionSwitchTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_connection_switch |
pass
pt227.1: nova.tests.functional.db.test_connection_switch.ConnectionSwitchTestCase.test_connection_switch
|
||||||
| nova.tests.functional.db.test_console_auth_token.ConsoleAuthTokenTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_validate |
pass
pt228.1: nova.tests.functional.db.test_console_auth_token.ConsoleAuthTokenTestCase.test_validate
|
||||||
test_validate_invalid |
pass
pt228.2: nova.tests.functional.db.test_console_auth_token.ConsoleAuthTokenTestCase.test_validate_invalid
|
||||||
| nova.tests.functional.db.test_flavor.FlavorObjectTestCase | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_with_no_projects |
pass
pt229.1: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_get_with_no_projects
|
||||||
test_get_with_projects_and_specs |
pass
pt229.2: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_get_with_projects_and_specs
|
||||||
test_destroy_missing_flavor_by_flavorid |
pass
pt229.3: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_destroy_missing_flavor_by_flavorid
|
||||||
test_get_all_with_marker_in_api |
pass
pt229.4: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_get_all_with_marker_in_api
|
||||||
test_get_all_with_marker_not_found |
pass
pt229.5: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_get_all_with_marker_not_found
|
||||||
test_destroy_api |
pass
pt229.6: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_destroy_api
|
||||||
test_query_api |
pass
pt229.7: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_query_api
|
||||||
test_save |
pass
pt229.8: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_save
|
||||||
test_create |
pass
pt229.9: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_create
|
||||||
test_get_all_with_all_api_flavors |
pass
pt229.10: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_get_all_with_all_api_flavors
|
||||||
test_destroy_missing_flavor_by_id |
pass
pt229.11: nova.tests.functional.db.test_flavor.FlavorObjectTestCase.test_destroy_missing_flavor_by_id
|
||||||
| nova.tests.functional.db.test_host_mapping.HostMappingDiscoveryTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_discover_hosts_one_cell |
pass
pt230.1: nova.tests.functional.db.test_host_mapping.HostMappingDiscoveryTest.test_discover_hosts_one_cell
|
||||||
test_discover_hosts |
pass
pt230.2: nova.tests.functional.db.test_host_mapping.HostMappingDiscoveryTest.test_discover_hosts
|
||||||
| nova.tests.functional.db.test_host_mapping.HostMappingTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_by_host_not_found |
pass
pt231.1: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_get_by_host_not_found
|
||||||
test_update_cell_mapping |
pass
pt231.2: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_update_cell_mapping
|
||||||
test_destroy_in_db |
pass
pt231.3: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_destroy_in_db
|
||||||
test_load_cell_mapping |
pass
pt231.4: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_load_cell_mapping
|
||||||
test_get_by_host |
pass
pt231.5: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_get_by_host
|
||||||
test_host_mapping_list_get_by_cell_id |
pass
pt231.6: nova.tests.functional.db.test_host_mapping.HostMappingTestCase.test_host_mapping_list_get_by_cell_id
|
||||||
| nova.tests.functional.db.test_instance.InstanceObjectTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_populate_instance_compute_id |
pass
pt232.1: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_populate_instance_compute_id
|
||||||
test_populate_missing_availability_zones |
pass
pt232.2: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_populate_missing_availability_zones
|
||||||
test_get_count_by_hosts |
pass
pt232.3: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_get_count_by_hosts
|
||||||
test_numa_topology_online_migration |
pass
pt232.4: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_numa_topology_online_migration
|
||||||
test_get_count_by_vm_state |
pass
pt232.5: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_get_count_by_vm_state
|
||||||
test_embedded_instance_flavor_description_is_not_persisted |
pass
pt232.6: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_embedded_instance_flavor_description_is_not_persisted
|
||||||
test_hidden_instance_not_counted |
pass
pt232.7: nova.tests.functional.db.test_instance.InstanceObjectTestCase.test_hidden_instance_not_counted
|
||||||
| nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase | 12 | 12 | 0 | 0 | 0 | Detail | |
test_add_members |
pass
pt233.1: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_add_members
|
||||||
test_get_counts |
pass
pt233.2: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_counts
|
||||||
test_remove_members |
pass
pt233.3: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_remove_members
|
||||||
test_get_by_name |
pass
pt233.4: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_by_name
|
||||||
test_get_by_uuid |
pass
pt233.5: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_by_uuid
|
||||||
test_destroy |
pass
pt233.6: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_destroy
|
||||||
test_add_members_to_group_with_no_members |
pass
pt233.7: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_add_members_to_group_with_no_members
|
||||||
test_get_by_instance_uuid |
pass
pt233.8: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_by_instance_uuid
|
||||||
test_get_by_project_id |
pass
pt233.9: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_by_project_id
|
||||||
test_save |
pass
pt233.10: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_save
|
||||||
test_create |
pass
pt233.11: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_create
|
||||||
test_get_all |
pass
pt233.12: nova.tests.functional.db.test_instance_group.InstanceGroupObjectTestCase.test_get_all
|
||||||
| nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_instance_mapping_list_get_by_cell_id |
pass
pt234.1: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_instance_mapping_list_get_by_cell_id
|
||||||
test_get_not_deleted_by_cell_and_project_None |
pass
pt234.2: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_get_not_deleted_by_cell_and_project_None
|
||||||
test_instance_mapping_get_by_instance_uuids |
pass
pt234.3: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_instance_mapping_get_by_instance_uuids
|
||||||
test_get_not_deleted_by_cell_and_project_limit |
pass
pt234.4: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_get_not_deleted_by_cell_and_project_limit
|
||||||
test_get_by_project_id_from_db |
pass
pt234.5: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_get_by_project_id_from_db
|
||||||
test_get_not_deleted_by_cell_and_project |
pass
pt234.6: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_get_not_deleted_by_cell_and_project
|
||||||
test_get_counts |
pass
pt234.7: nova.tests.functional.db.test_instance_mapping.InstanceMappingListTestCase.test_get_counts
|
||||||
| nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_destroy_in_db |
pass
pt235.1: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_destroy_in_db
|
||||||
test_populate_queued_for_delete |
pass
pt235.2: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_populate_queued_for_delete
|
||||||
test_get_by_instance_uuid |
pass
pt235.3: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_get_by_instance_uuid
|
||||||
test_save_in_db |
pass
pt235.4: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_save_in_db
|
||||||
test_populate_user_id |
pass
pt235.5: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_populate_user_id
|
||||||
test_get_by_instance_uuid_not_found |
pass
pt235.6: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_get_by_instance_uuid_not_found
|
||||||
test_modify_cell_mapping |
pass
pt235.7: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_modify_cell_mapping
|
||||||
test_populate_user_id_instance_get_fail |
pass
pt235.8: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_populate_user_id_instance_get_fail
|
||||||
test_user_id_not_set_if_null_from_db |
pass
pt235.9: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_user_id_not_set_if_null_from_db
|
||||||
test_cell_id_nullable |
pass
pt235.10: nova.tests.functional.db.test_instance_mapping.InstanceMappingTestCase.test_cell_id_nullable
|
||||||
| nova.tests.functional.db.test_keypair.KeyPairObjectTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_by_user_limit_and_marker |
pass
pt236.1: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get_by_user_limit_and_marker
|
||||||
test_destroy |
pass
pt236.2: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_destroy
|
||||||
test_get |
pass
pt236.3: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get
|
||||||
test_get_by_user_different_users |
pass
pt236.4: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get_by_user_different_users
|
||||||
test_create |
pass
pt236.5: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_create
|
||||||
test_get_by_user |
pass
pt236.6: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get_by_user
|
||||||
test_get_not_found |
pass
pt236.7: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get_not_found
|
||||||
test_create_duplicate |
pass
pt236.8: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_create_duplicate
|
||||||
test_destroy_by_name |
pass
pt236.9: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_destroy_by_name
|
||||||
test_get_count_by_user |
pass
pt236.10: nova.tests.functional.db.test_keypair.KeyPairObjectTestCase.test_get_count_by_user
|
||||||
| nova.tests.functional.db.test_quota.QuotaTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_instances_cores_ram_count |
pass
pt237.1: nova.tests.functional.db.test_quota.QuotaTestCase.test_instances_cores_ram_count
|
||||||
test_user_id_queued_for_delete_populated |
pass
pt237.2: nova.tests.functional.db.test_quota.QuotaTestCase.test_user_id_queued_for_delete_populated
|
||||||
test_server_group_members_count_by_user_1_True |
pass
pt237.3: nova.tests.functional.db.test_quota.QuotaTestCase.test_server_group_members_count_by_user_1_True
|
||||||
test_server_group_members_count_by_user_2_False |
pass
pt237.4: nova.tests.functional.db.test_quota.QuotaTestCase.test_server_group_members_count_by_user_2_False
|
||||||
| nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase | 5 | 5 | 0 | 0 | 0 | Detail | |
test_tables_quota_usage |
pass
pt238.1: nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase.test_tables_quota_usage
|
||||||
test_tables_quota |
pass
pt238.2: nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase.test_tables_quota
|
||||||
test_tables_reservation |
pass
pt238.3: nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase.test_tables_reservation
|
||||||
test_tables_project_user_quota |
pass
pt238.4: nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase.test_tables_project_user_quota
|
||||||
test_tables_quota_class |
pass
pt238.5: nova.tests.functional.db.test_quota_model.QuotaTablesCompareTestCase.test_tables_quota_class
|
||||||
| nova.tests.functional.db.test_quotas.QuotasObjectTestCase | 26 | 26 | 0 | 0 | 0 | Detail | |
test_destroy_per_project_and_per_user_limits |
pass
pt239.1: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_destroy_per_project_and_per_user_limits
|
||||||
test_destroy_per_user_limits_not_found |
pass
pt239.2: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_destroy_per_user_limits_not_found
|
||||||
test_get_all_class_by_name |
pass
pt239.3: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_all_class_by_name
|
||||||
test_get_per_project_limit_not_found |
pass
pt239.4: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_per_project_limit_not_found
|
||||||
test_update_per_project_limit |
pass
pt239.5: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_per_project_limit
|
||||||
test_update_per_user_limit |
pass
pt239.6: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_per_user_limit
|
||||||
test_get_class_not_found |
pass
pt239.7: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_class_not_found
|
||||||
test_get_per_user_limit_not_found |
pass
pt239.8: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_per_user_limit_not_found
|
||||||
test_migrate_quota_classes_skips_existing |
pass
pt239.9: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_migrate_quota_classes_skips_existing
|
||||||
test_migrate_quota_limits_skips_existing |
pass
pt239.10: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_migrate_quota_limits_skips_existing
|
||||||
test_destroy_per_user_limits |
pass
pt239.11: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_destroy_per_user_limits
|
||||||
test_migrate_quota_limits |
pass
pt239.12: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_migrate_quota_limits
|
||||||
test_update_per_user_limit_not_found |
pass
pt239.13: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_per_user_limit_not_found
|
||||||
test_get_all_per_project_limits_by_project |
pass
pt239.14: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_all_per_project_limits_by_project
|
||||||
test_create_class_exists |
pass
pt239.15: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_create_class_exists
|
||||||
test_get_all_per_user_limits |
pass
pt239.16: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_all_per_user_limits
|
||||||
test_create_per_project_limit |
pass
pt239.17: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_create_per_project_limit
|
||||||
test_create_per_user_limit |
pass
pt239.18: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_create_per_user_limit
|
||||||
test_destroy_per_project_and_per_user_limits_not_found |
pass
pt239.19: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_destroy_per_project_and_per_user_limits_not_found
|
||||||
test_update_per_project_limit_not_found |
pass
pt239.20: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_per_project_limit_not_found
|
||||||
test_update_class |
pass
pt239.21: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_class
|
||||||
test_create_class |
pass
pt239.22: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_create_class
|
||||||
test_create_limit_duplicate |
pass
pt239.23: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_create_limit_duplicate
|
||||||
test_get_all_per_user_limits_by_project_and_user |
pass
pt239.24: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_get_all_per_user_limits_by_project_and_user
|
||||||
test_migrate_quota_classes |
pass
pt239.25: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_migrate_quota_classes
|
||||||
test_update_class_not_found |
pass
pt239.26: nova.tests.functional.db.test_quotas.QuotasObjectTestCase.test_update_class_not_found
|
||||||
| nova.tests.functional.db.test_request_spec.RequestSpecTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_save_in_db |
pass
pt240.1: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_save_in_db
|
||||||
test_destroy |
pass
pt240.2: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_destroy
|
||||||
test_get_by_uuid |
pass
pt240.3: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_get_by_uuid
|
||||||
test_double_create |
pass
pt240.4: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_double_create
|
||||||
test_destroy_not_found |
pass
pt240.5: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_destroy_not_found
|
||||||
test_get_by_instance_uuid_not_found |
pass
pt240.6: nova.tests.functional.db.test_request_spec.RequestSpecTestCase.test_get_by_instance_uuid_not_found
|
||||||
| nova.tests.functional.db.test_security_group.SecurityGroupObjectTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_counts |
pass
pt241.1: nova.tests.functional.db.test_security_group.SecurityGroupObjectTestCase.test_get_counts
|
||||||
| nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase | 11 | 11 | 0 | 0 | 0 | Detail | |
test_migration_multiple_cells_new_instances_in_meantime |
pass
pt242.1: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_multiple_cells_new_instances_in_meantime
|
||||||
test_migration_nothing_to_migrate |
pass
pt242.2: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_nothing_to_migrate
|
||||||
test_migration_empty_network_info |
pass
pt242.3: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_empty_network_info
|
||||||
test_migration_pre_newton_instance_new_vifs |
pass
pt242.4: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_pre_newton_instance_new_vifs
|
||||||
test_migration_inconsistent_data |
pass
pt242.5: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_inconsistent_data
|
||||||
test_migration_pre_newton_instances |
pass
pt242.6: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_pre_newton_instances
|
||||||
test_migration_attach_in_progress |
pass
pt242.7: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_attach_in_progress
|
||||||
test_migration_dont_touch_deleted_objects |
pass
pt242.8: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_dont_touch_deleted_objects
|
||||||
test_migration_verify_max_count |
pass
pt242.9: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_verify_max_count
|
||||||
test_migration_do_not_step_to_next_cell |
pass
pt242.10: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_do_not_step_to_next_cell
|
||||||
test_migration_multiple_cells |
pass
pt242.11: nova.tests.functional.db.test_virtual_interface.VirtualInterfaceListMigrationTestCase.test_migration_multiple_cells
|
||||||
| nova.tests.functional.libvirt.test_amd_sev.TestSEV | 4 | 4 | 0 | 0 | 0 | Detail | |
test_sev_snp_detected_after_restart |
pass
pt243.1: nova.tests.functional.libvirt.test_amd_sev.TestSEV.test_sev_snp_detected_after_restart
|
||||||
test_sev_es_lost_after_restart |
pass
pt243.2: nova.tests.functional.libvirt.test_amd_sev.TestSEV.test_sev_es_lost_after_restart
|
||||||
test_sev_snp_lost_after_restart |
pass
pt243.3: nova.tests.functional.libvirt.test_amd_sev.TestSEV.test_sev_snp_lost_after_restart
|
||||||
test_sev_lost_after_restart |
pass
pt243.4: nova.tests.functional.libvirt.test_amd_sev.TestSEV.test_sev_lost_after_restart
|
||||||
| nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration | 5 | 5 | 0 | 0 | 0 | Detail | |
test_default_image_property_registration |
pass
pt244.1: nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration.test_default_image_property_registration
|
||||||
test_default_image_property_persists_across_host_flag_changes |
pass
pt244.2: nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration.test_default_image_property_persists_across_host_flag_changes
|
||||||
test_machine_type_and_bus_and_model_migration |
pass
pt244.3: nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration.test_machine_type_and_bus_and_model_migration
|
||||||
test_default_image_property_persists_across_osinfo_changes |
pass
pt244.4: nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration.test_default_image_property_persists_across_osinfo_changes
|
||||||
test_non_default_image_property_registration |
pass
pt244.5: nova.tests.functional.libvirt.test_device_bus_migration.LibvirtDeviceBusMigration.test_non_default_image_property_registration
|
||||||
| nova.tests.functional.libvirt.test_evacuate.LibvirtFlatEvacuateTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_evacuate_failure_shared_instancedir |
pass
pt245.1: nova.tests.functional.libvirt.test_evacuate.LibvirtFlatEvacuateTest.test_evacuate_failure_shared_instancedir
|
||||||
test_evacuate_failure_nonshared_instancedir |
pass
pt245.2: nova.tests.functional.libvirt.test_evacuate.LibvirtFlatEvacuateTest.test_evacuate_failure_nonshared_instancedir
|
||||||
| nova.tests.functional.libvirt.test_evacuate.LibvirtLVMEvacuateTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_evacuate_failure_nonshared_instancedir |
pass
pt246.1: nova.tests.functional.libvirt.test_evacuate.LibvirtLVMEvacuateTest.test_evacuate_failure_nonshared_instancedir
|
||||||
test_evacuate_failure_shared_instancedir |
pass
pt246.2: nova.tests.functional.libvirt.test_evacuate.LibvirtLVMEvacuateTest.test_evacuate_failure_shared_instancedir
|
||||||
| nova.tests.functional.libvirt.test_evacuate.LibvirtQcowEvacuateTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_evacuate_failure_nonshared_instancedir |
pass
pt247.1: nova.tests.functional.libvirt.test_evacuate.LibvirtQcowEvacuateTest.test_evacuate_failure_nonshared_instancedir
|
||||||
test_evacuate_failure_shared_instancedir |
pass
pt247.2: nova.tests.functional.libvirt.test_evacuate.LibvirtQcowEvacuateTest.test_evacuate_failure_shared_instancedir
|
||||||
| nova.tests.functional.libvirt.test_evacuate.LibvirtRbdEvacuateTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_evacuate_failure_nonshared_instancedir |
pass
pt248.1: nova.tests.functional.libvirt.test_evacuate.LibvirtRbdEvacuateTest.test_evacuate_failure_nonshared_instancedir
|
||||||
test_evacuate_failure_shared_instancedir |
pass
pt248.2: nova.tests.functional.libvirt.test_evacuate.LibvirtRbdEvacuateTest.test_evacuate_failure_shared_instancedir
|
||||||
| nova.tests.functional.libvirt.test_intel_tdx.TestTDX | 1 | 1 | 0 | 0 | 0 | Detail | |
test_intel_tdx_lost_after_restart |
pass
pt249.1: nova.tests.functional.libvirt.test_intel_tdx.TestTDX.test_intel_tdx_lost_after_restart
|
||||||
| nova.tests.functional.libvirt.test_live_migration.LiveMigrationQueuedAbortTestLeftoversRemoved | 1 | 1 | 0 | 0 | 0 | Detail | |
test_queued_live_migration_abort_leftovers_removed |
pass
pt250.1: nova.tests.functional.libvirt.test_live_migration.LiveMigrationQueuedAbortTestLeftoversRemoved.test_queued_live_migration_abort_leftovers_removed
|
||||||
| nova.tests.functional.libvirt.test_live_migration.LiveMigrationQueuedAbortTestVmStatus | 1 | 1 | 0 | 0 | 0 | Detail | |
test_queued_live_migration_abort_vm_status |
pass
pt251.1: nova.tests.functional.libvirt.test_live_migration.LiveMigrationQueuedAbortTestVmStatus.test_queued_live_migration_abort_vm_status
|
||||||
| nova.tests.functional.libvirt.test_live_migration.LiveMigrationWithCpuSharedSet | 3 | 3 | 0 | 0 | 0 | Detail | |
test_live_migration_from_no_cpu_shared_set_to_cpu_shared_set |
pass
pt252.1: nova.tests.functional.libvirt.test_live_migration.LiveMigrationWithCpuSharedSet.test_live_migration_from_no_cpu_shared_set_to_cpu_shared_set
|
||||||
test_live_migration_to_different_cpu_shared_set |
pass
pt252.2: nova.tests.functional.libvirt.test_live_migration.LiveMigrationWithCpuSharedSet.test_live_migration_to_different_cpu_shared_set
|
||||||
test_live_migration_to_no_cpu_shared_set |
pass
pt252.3: nova.tests.functional.libvirt.test_live_migration.LiveMigrationWithCpuSharedSet.test_live_migration_to_no_cpu_shared_set
|
||||||
| nova.tests.functional.libvirt.test_live_migration.ManagerCleanupHostCancelsQueuedMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cleanup_host_cancels_queued_live_migration |
pass
pt253.1: nova.tests.functional.libvirt.test_live_migration.ManagerCleanupHostCancelsQueuedMigration.test_cleanup_host_cancels_queued_live_migration
|
||||||
| nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest | 14 | 14 | 0 | 0 | 0 | Detail | |
test_machine_type_after_server_hard_reboot |
pass
pt254.1: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_after_server_hard_reboot
|
||||||
test_machine_type_after_server_rebuild |
pass
pt254.2: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_after_server_rebuild
|
||||||
test_init_host_register_machine_type |
pass
pt254.3: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_init_host_register_machine_type
|
||||||
test_machine_type_get |
pass
pt254.4: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_get
|
||||||
test_machine_type_update_blocked_between_alias_and_versioned |
pass
pt254.5: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_blocked_between_alias_and_versioned
|
||||||
test_machine_type_update_blocked_between_types |
pass
pt254.6: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_blocked_between_types
|
||||||
test_hw_machine_type_config_update_workflow |
pass
pt254.7: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_hw_machine_type_config_update_workflow
|
||||||
test_machine_type_update_blocked_between_versioned_and_alias |
pass
pt254.8: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_blocked_between_versioned_and_alias
|
||||||
test_machine_type_update_force |
pass
pt254.9: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_force
|
||||||
test_machine_type_after_config_change |
pass
pt254.10: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_after_config_change
|
||||||
test_machine_type_after_server_soft_reboot |
pass
pt254.11: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_after_server_soft_reboot
|
||||||
test_machine_type_list_unset_machine_type |
pass
pt254.12: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_list_unset_machine_type
|
||||||
test_machine_type_update_blocked_active |
pass
pt254.13: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_blocked_active
|
||||||
test_machine_type_update_stopped |
pass
pt254.14: nova.tests.functional.libvirt.test_machine_type.LibvirtMachineTypeTest.test_machine_type_update_stopped
|
||||||
| nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_cold_migrate_with_ip |
pass
pt255.1: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_cold_migrate_with_ip
|
||||||
test_cold_migrate_with_hostname |
pass
pt255.2: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_cold_migrate_with_hostname
|
||||||
test_evacuate_with_ip |
pass
pt255.3: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_evacuate_with_ip
|
||||||
test_evacuate_with_hostname |
pass
pt255.4: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_evacuate_with_hostname
|
||||||
test_resize_with_hostname |
pass
pt255.5: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_resize_with_hostname
|
||||||
test_resize_with_ip |
pass
pt255.6: nova.tests.functional.libvirt.test_migration_addr.LibvirtMigrationAddrTest.test_resize_with_ip
|
||||||
| nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyRollbackTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_source_pinned_dest_unpinned |
pass
pt256.1: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyRollbackTests.test_source_pinned_dest_unpinned
|
||||||
test_conductor_pinned |
pass
pt256.2: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyRollbackTests.test_conductor_pinned
|
||||||
| nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_source_pinned_dest_unpinned |
pass
pt257.1: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyTests.test_source_pinned_dest_unpinned
|
||||||
test_conductor_pinned |
pass
pt257.2: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationLegacyTests.test_conductor_pinned
|
||||||
| nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationNegativeTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_different_page_sizes |
pass
pt258.1: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationNegativeTests.test_different_page_sizes
|
||||||
test_insufficient_resources |
pass
pt258.2: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationNegativeTests.test_insufficient_resources
|
||||||
| nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationPositiveTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bug_1843639 |
pass
pt259.1: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationPositiveTests.test_bug_1843639
|
||||||
test_numa_live_migration |
pass
pt259.2: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationPositiveTests.test_numa_live_migration
|
||||||
test_numa_live_migration_dest_pinned |
pass
pt259.3: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationPositiveTests.test_numa_live_migration_dest_pinned
|
||||||
| nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationRollbackTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_rollback |
pass
pt260.1: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationRollbackTests.test_rollback
|
||||||
test_bug_1894095_post_drop |
pass
pt260.2: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationRollbackTests.test_bug_1894095_post_drop
|
||||||
test_bug_1894095_pre_drop |
pass
pt260.3: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationRollbackTests.test_bug_1894095_pre_drop
|
||||||
test_rollback_pinned_dest |
pass
pt260.4: nova.tests.functional.libvirt.test_numa_live_migration.NUMALiveMigrationRollbackTests.test_rollback_pinned_dest
|
||||||
| nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement | 23 | 23 | 0 | 0 | 0 | Detail | |
test_create_server_with_dedicated_policy_fails |
pass
pt261.1: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_dedicated_policy_fails
|
||||||
test_create_server_with_dedicated_policy_old_configuration |
pass
pt261.2: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_dedicated_policy_old_configuration
|
||||||
test_create_server_with_hugepages_fails |
pass
pt261.3: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_hugepages_fails
|
||||||
test_create_server_with_isolate_thread_policy_old_configuration |
pass
pt261.4: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_isolate_thread_policy_old_configuration
|
||||||
test_create_server_with_dedicated_policy_quota_fails |
pass
pt261.5: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_dedicated_policy_quota_fails
|
||||||
test_create_server_with_numa_topology |
pass
pt261.6: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_numa_topology
|
||||||
test_create_server_with_pcpu_fails |
pass
pt261.7: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_pcpu_fails
|
||||||
test_resize_bug_1879878 |
pass
pt261.8: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_bug_1879878
|
||||||
test_create_server_with_dedicated_policy |
pass
pt261.9: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_dedicated_policy
|
||||||
test_create_server_with_mixed_policy_asymmetric_multi_numa |
pass
pt261.10: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_mixed_policy_asymmetric_multi_numa
|
||||||
test_create_server_with_isolate_thread_policy_fails |
pass
pt261.11: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_isolate_thread_policy_fails
|
||||||
test_create_server_with_numa_fails |
pass
pt261.12: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_numa_fails
|
||||||
test_resize_confirm_bug_1944759 |
pass
pt261.13: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_confirm_bug_1944759
|
||||||
test_create_server_with_mixed_policy |
pass
pt261.14: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_mixed_policy
|
||||||
test_resize_vcpu_to_pcpu |
pass
pt261.15: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_vcpu_to_pcpu
|
||||||
test_resize_dedicated_policy_race_on_dest_bug_1953359 |
pass
pt261.16: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_dedicated_policy_race_on_dest_bug_1953359
|
||||||
test_create_server_with_numa_topology_and_cpu_topology_and_pinning |
pass
pt261.17: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_numa_topology_and_cpu_topology_and_pinning
|
||||||
test_create_server_with_pcpu |
pass
pt261.18: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_pcpu
|
||||||
test_resize_revert_server_with_numa |
pass
pt261.19: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_revert_server_with_numa
|
||||||
test_create_server_with_hugepages |
pass
pt261.20: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_hugepages
|
||||||
test_create_server_with_mixed_policy_fails |
pass
pt261.21: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_mixed_policy_fails
|
||||||
test_create_server_with_pcpu_quota_fails |
pass
pt261.22: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_create_server_with_pcpu_quota_fails
|
||||||
test_resize_revert_bug_1944759 |
pass
pt261.23: nova.tests.functional.libvirt.test_numa_servers.NUMAServerTestWithCountingQuotaFromPlacement.test_resize_revert_bug_1944759
|
||||||
| nova.tests.functional.libvirt.test_numa_servers.NUMAServersRebuildTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_different_numa_topology_fails |
pass
pt262.1: nova.tests.functional.libvirt.test_numa_servers.NUMAServersRebuildTests.test_rebuild_server_with_different_numa_topology_fails
|
||||||
test_rebuild_server_with_numa |
pass
pt262.2: nova.tests.functional.libvirt.test_numa_servers.NUMAServersRebuildTests.test_rebuild_server_with_numa
|
||||||
test_rebuild_server_with_numa_inplace_fails |
pass
pt262.3: nova.tests.functional.libvirt.test_numa_servers.NUMAServersRebuildTests.test_rebuild_server_with_numa_inplace_fails
|
||||||
| nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest | 23 | 23 | 0 | 0 | 0 | Detail | |
test_resize_confirm_bug_1944759 |
pass
pt263.1: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_confirm_bug_1944759
|
||||||
test_create_server_with_dedicated_policy |
pass
pt263.2: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_dedicated_policy
|
||||||
test_create_server_with_dedicated_policy_quota_fails |
pass
pt263.3: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_dedicated_policy_quota_fails
|
||||||
test_create_server_with_hugepages_fails |
pass
pt263.4: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_hugepages_fails
|
||||||
test_create_server_with_mixed_policy_fails |
pass
pt263.5: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_mixed_policy_fails
|
||||||
test_create_server_with_isolate_thread_policy_old_configuration |
pass
pt263.6: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_isolate_thread_policy_old_configuration
|
||||||
test_resize_vcpu_to_pcpu |
pass
pt263.7: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_vcpu_to_pcpu
|
||||||
test_resize_revert_bug_1944759 |
pass
pt263.8: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_revert_bug_1944759
|
||||||
test_create_server_with_hugepages |
pass
pt263.9: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_hugepages
|
||||||
test_create_server_with_numa_fails |
pass
pt263.10: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_numa_fails
|
||||||
test_resize_revert_server_with_numa |
pass
pt263.11: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_revert_server_with_numa
|
||||||
test_create_server_with_numa_topology |
pass
pt263.12: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_numa_topology
|
||||||
test_resize_bug_1879878 |
pass
pt263.13: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_bug_1879878
|
||||||
test_create_server_with_mixed_policy |
pass
pt263.14: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_mixed_policy
|
||||||
test_create_server_with_pcpu |
pass
pt263.15: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_pcpu
|
||||||
test_create_server_with_numa_topology_and_cpu_topology_and_pinning |
pass
pt263.16: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_numa_topology_and_cpu_topology_and_pinning
|
||||||
test_create_server_with_pcpu_fails |
pass
pt263.17: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_pcpu_fails
|
||||||
test_create_server_with_pcpu_quota_fails |
pass
pt263.18: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_pcpu_quota_fails
|
||||||
test_create_server_with_isolate_thread_policy_fails |
pass
pt263.19: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_isolate_thread_policy_fails
|
||||||
test_create_server_with_dedicated_policy_fails |
pass
pt263.20: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_dedicated_policy_fails
|
||||||
test_create_server_with_dedicated_policy_old_configuration |
pass
pt263.21: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_dedicated_policy_old_configuration
|
||||||
test_create_server_with_mixed_policy_asymmetric_multi_numa |
pass
pt263.22: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_create_server_with_mixed_policy_asymmetric_multi_numa
|
||||||
test_resize_dedicated_policy_race_on_dest_bug_1953359 |
pass
pt263.23: nova.tests.functional.libvirt.test_numa_servers.NUMAServersTest.test_resize_dedicated_policy_race_on_dest_bug_1953359
|
||||||
| nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest | 6 | 5 | 0 | 0 | 1 | Detail | |
test_cold_migrate_with_physnet |
pass
pt264.1: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_cold_migrate_with_physnet
|
||||||
test_create_server_with_single_physnet |
pass
pt264.2: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_create_server_with_single_physnet
|
||||||
test_create_server_with_multiple_physnets_fail |
pass
pt264.3: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_create_server_with_multiple_physnets_fail
|
||||||
test_create_server_with_physnet_and_tunneled_net |
pass
pt264.4: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_create_server_with_physnet_and_tunneled_net
|
||||||
test_attach_interface_with_network_affinity_violation |
skip
pt264.5: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_attach_interface_with_network_affinity_violation
|
||||||
test_create_server_with_multiple_physnets |
pass
pt264.6: nova.tests.functional.libvirt.test_numa_servers.NUMAServersWithNetworksTest.test_create_server_with_multiple_physnets
|
||||||
| nova.tests.functional.libvirt.test_numa_servers.ReshapeForPCPUsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vcpu_to_pcpu_reshape |
pass
pt265.1: nova.tests.functional.libvirt.test_numa_servers.ReshapeForPCPUsTest.test_vcpu_to_pcpu_reshape
|
||||||
| nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_heal_partial_allocations_during_resize_change_dev_type |
pass
pt266.1: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_partial_allocations_during_resize_change_dev_type
|
||||||
test_heal_allocation_during_same_host_resize |
pass
pt266.2: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_allocation_during_same_host_resize
|
||||||
test_heal_single_pci_allocation |
pass
pt266.3: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_single_pci_allocation
|
||||||
test_heal_partial_allocations_during_resize_downsize |
pass
pt266.4: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_partial_allocations_during_resize_downsize
|
||||||
test_heal_partial_allocations |
pass
pt266.5: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_partial_allocations
|
||||||
test_heal_multiple_allocations |
pass
pt266.6: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIAllocationHealingTests.test_heal_multiple_allocations
|
||||||
| nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests | 21 | 21 | 0 | 0 | 0 | Detail | |
test_device_reconfiguration_with_allocations_config_change_stop |
pass
pt267.1: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_device_reconfiguration_with_allocations_config_change_stop
|
||||||
test_device_reconfiguration_with_allocations_hyp_change |
pass
pt267.2: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_device_reconfiguration_with_allocations_hyp_change
|
||||||
test_new_compute_init_with_pci_dev_custom_rc |
pass
pt267.3: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_new_compute_init_with_pci_dev_custom_rc
|
||||||
test_new_compute_init_with_pci_devs |
pass
pt267.4: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_new_compute_init_with_pci_devs
|
||||||
test_remove_pci |
pass
pt267.5: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_remove_pci
|
||||||
test_remove_all_vfs |
pass
pt267.6: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_remove_all_vfs
|
||||||
test_sibling_vfs_with_contradicting_traits_rejected |
pass
pt267.7: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_sibling_vfs_with_contradicting_traits_rejected
|
||||||
test_remove_pf_add_vfs |
pass
pt267.8: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_remove_pf_add_vfs
|
||||||
test_sibling_vfs_with_contradicting_resource_classes_rejected |
pass
pt267.9: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_sibling_vfs_with_contradicting_resource_classes_rejected
|
||||||
test_device_reconfiguration |
pass
pt267.10: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_device_reconfiguration
|
||||||
test_dependent_device_config_is_rejected |
pass
pt267.11: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_dependent_device_config_is_rejected
|
||||||
test_neutron_sriov_devs_ignored |
pass
pt267.12: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_neutron_sriov_devs_ignored
|
||||||
test_device_reconfiguration_with_allocations_config_change_warn |
pass
pt267.13: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_device_reconfiguration_with_allocations_config_change_warn
|
||||||
test_reporting_cannot_be_disable_once_it_is_enabled |
pass
pt267.14: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_reporting_cannot_be_disable_once_it_is_enabled
|
||||||
test_remove_all_vfs_add_pf |
pass
pt267.15: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_remove_all_vfs_add_pf
|
||||||
test_remove_one_vf |
pass
pt267.16: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_remove_one_vf
|
||||||
test_reporting_disabled_nothing_is_reported |
pass
pt267.17: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_reporting_disabled_nothing_is_reported
|
||||||
test_devname_based_dev_spec_rejected |
pass
pt267.18: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_devname_based_dev_spec_rejected
|
||||||
test_last_vf_devspec_removed_while_allocated |
pass
pt267.19: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_last_vf_devspec_removed_while_allocated
|
||||||
test_non_last_vf_devspec_removed_while_allocated |
pass
pt267.20: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_non_last_vf_devspec_removed_while_allocated
|
||||||
test_pf_devspec_removed_while_allocated |
pass
pt267.21: nova.tests.functional.libvirt.test_pci_in_placement.PlacementPCIInventoryReportingTests.test_pf_devspec_removed_while_allocated
|
||||||
| nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests | 5 | 5 | 0 | 0 | 0 | Detail | |
test_3vfs_asymmetric_split_between_pfs |
pass
pt268.1: nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests.test_3vfs_asymmetric_split_between_pfs
|
||||||
test_vf_with_split_allocation |
pass
pt268.2: nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests.test_vf_with_split_allocation
|
||||||
test_device_claim_consistent_with_placement_allocation |
pass
pt268.3: nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests.test_device_claim_consistent_with_placement_allocation
|
||||||
test_one_time_use_workflow |
pass
pt268.4: nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests.test_one_time_use_workflow
|
||||||
test_otu_configured_late |
pass
pt268.5: nova.tests.functional.libvirt.test_pci_in_placement.RCAndTraitBasedPCIAliasTests.test_otu_configured_late
|
||||||
| nova.tests.functional.libvirt.test_pci_in_placement.SimpleRCAndTraitBasedPCIAliasTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_boot_with_custom_rc_and_traits_no_matching_device_1 |
pass
pt269.1: nova.tests.functional.libvirt.test_pci_in_placement.SimpleRCAndTraitBasedPCIAliasTests.test_boot_with_custom_rc_and_traits_no_matching_device_1
|
||||||
test_boot_with_custom_rc_and_traits_succeeds |
pass
pt269.2: nova.tests.functional.libvirt.test_pci_in_placement.SimpleRCAndTraitBasedPCIAliasTests.test_boot_with_custom_rc_and_traits_succeeds
|
||||||
test_boot_with_custom_rc_and_traits_no_matching_device_3 |
pass
pt269.3: nova.tests.functional.libvirt.test_pci_in_placement.SimpleRCAndTraitBasedPCIAliasTests.test_boot_with_custom_rc_and_traits_no_matching_device_3
|
||||||
test_boot_with_custom_rc_and_traits_no_matching_device_2 |
pass
pt269.4: nova.tests.functional.libvirt.test_pci_in_placement.SimpleRCAndTraitBasedPCIAliasTests.test_boot_with_custom_rc_and_traits_no_matching_device_2
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIResourceRequestReschedulingTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_reschedule_with_proper_pci_device_count |
pass
pt270.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIResourceRequestReschedulingTest.test_boot_reschedule_with_proper_pci_device_count
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_evacuate |
pass
pt271.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_evacuate
|
||||||
test_cold_migrate_server_with_pci |
pass
pt271.2: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_cold_migrate_server_with_pci
|
||||||
test_unshelve_after_offload |
pass
pt271.3: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_unshelve_after_offload
|
||||||
test_multi_create |
pass
pt271.4: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_multi_create
|
||||||
test_resize_from_one_dev_to_two |
pass
pt271.5: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_resize_from_one_dev_to_two
|
||||||
test_request_two_pci_but_host_has_one |
pass
pt271.6: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_request_two_pci_but_host_has_one
|
||||||
test_create_server_with_pci_dev_and_numa |
pass
pt271.7: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_create_server_with_pci_dev_and_numa
|
||||||
test_resize_pci_to_vanilla |
pass
pt271.8: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_resize_pci_to_vanilla
|
||||||
test_live_migrate_server_with_pci |
pass
pt271.9: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_live_migrate_server_with_pci
|
||||||
test_create_server_with_pci_dev_and_numa_fails |
pass
pt271.10: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_create_server_with_pci_dev_and_numa_fails
|
||||||
test_reschedule |
pass
pt271.11: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_reschedule
|
||||||
test_resize_vanilla_to_pci |
pass
pt271.12: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_resize_vanilla_to_pci
|
||||||
test_same_host_resize_with_pci |
pass
pt271.13: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersTest.test_same_host_resize_with_pci
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_server_with_sriov_numa_affinity_policy_legacy_2__0___ERROR__ |
pass
pt272.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_2__0___ERROR__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_3__1___ACTIVE__ |
pass
pt272.2: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_3__1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_1___1___ACTIVE__ |
pass
pt272.3: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_1___1___ACTIVE__
|
||||||
test_socket_policy_fail |
pass
pt272.4: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_socket_policy_fail
|
||||||
test_socket_policy_multi_numa_pass |
pass
pt272.5: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_socket_policy_multi_numa_pass
|
||||||
test_create_server_with_sriov_numa_affinity_policy_legacy_1___1___ACTIVE__ |
pass
pt272.6: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_1___1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_3__1___ACTIVE__ |
pass
pt272.7: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_3__1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_legacy_3__1___ACTIVE__ |
pass
pt272.8: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_3__1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_2__0___ERROR__ |
pass
pt272.9: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_2__0___ERROR__
|
||||||
test_socket_policy_pass |
pass
pt272.10: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_socket_policy_pass
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_1___1___ERROR__ |
pass
pt272.11: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_1___1___ERROR__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_2__0___ACTIVE__ |
pass
pt272.12: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPortNUMAPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_2__0___ACTIVE__
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPreferredNUMATest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_pci_dev_and_numa |
pass
pt273.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithPreferredNUMATest.test_create_server_with_pci_dev_and_numa
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithRequiredNUMATest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_with_pci_dev_and_numa |
pass
pt274.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithRequiredNUMATest.test_create_server_with_pci_dev_and_numa
|
||||||
test_create_server_with_pci_dev_and_numa_placement_conflict |
pass
pt274.2: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithRequiredNUMATest.test_create_server_with_pci_dev_and_numa_placement_conflict
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_server_with_sriov_numa_affinity_policy_legacy_1___1___ACTIVE__ |
pass
pt275.1: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_1___1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_1___1___ACTIVE__ |
pass
pt275.2: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_1___1___ACTIVE__
|
||||||
test_socket_policy_pass |
pass
pt275.3: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_socket_policy_pass
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_1___1___ERROR__ |
pass
pt275.4: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_1___1___ERROR__
|
||||||
test_socket_policy_multi_numa_pass |
pass
pt275.5: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_socket_policy_multi_numa_pass
|
||||||
test_create_server_with_sriov_numa_affinity_policy_legacy_2__0___ERROR__ |
pass
pt275.6: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_2__0___ERROR__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_legacy_3__1___ACTIVE__ |
pass
pt275.7: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_legacy_3__1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_2__0___ACTIVE__ |
pass
pt275.8: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_2__0___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_preferred_3__1___ACTIVE__ |
pass
pt275.9: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_preferred_3__1___ACTIVE__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_2__0___ERROR__ |
pass
pt275.10: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_2__0___ERROR__
|
||||||
test_create_server_with_sriov_numa_affinity_policy_required_3__1___ACTIVE__ |
pass
pt275.11: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_create_server_with_sriov_numa_affinity_policy_required_3__1___ACTIVE__
|
||||||
test_socket_policy_fail |
pass
pt275.12: nova.tests.functional.libvirt.test_pci_sriov_servers.PCIServersWithSRIOVAffinityPoliciesTest.test_socket_policy_fail
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest | 11 | 11 | 0 | 0 | 0 | Detail | |
test_attach_interface |
pass
pt276.1: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_attach_interface
|
||||||
test_suspend |
pass
pt276.2: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_suspend
|
||||||
test_cold_migrate_server_with_neutron |
pass
pt276.3: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_cold_migrate_server_with_neutron
|
||||||
test_create_server_tunnel |
pass
pt276.4: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_create_server_tunnel
|
||||||
test_create_server_physnet |
pass
pt276.5: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_create_server_physnet
|
||||||
test_shelve |
pass
pt276.6: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_shelve
|
||||||
test_unshelve_server_with_neutron |
pass
pt276.7: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_unshelve_server_with_neutron
|
||||||
test_live_migrate_server_with_neutron |
pass
pt276.8: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_live_migrate_server_with_neutron
|
||||||
test_evacuate_server_with_neutron |
pass
pt276.9: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_evacuate_server_with_neutron
|
||||||
test_cold_migrate_server_with_neutron_revert |
pass
pt276.10: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_cold_migrate_server_with_neutron_revert
|
||||||
test_detach_interface |
pass
pt276.11: nova.tests.functional.libvirt.test_pci_sriov_servers.RemoteManagedServersTest.test_detach_interface
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVAttachDetachTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_detach_macvtap |
pass
pt277.1: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVAttachDetachTest.test_detach_macvtap
|
||||||
test_detach_direct_physical |
pass
pt277.2: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVAttachDetachTest.test_detach_direct_physical
|
||||||
test_detach_attach_direct |
pass
pt277.3: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVAttachDetachTest.test_detach_attach_direct
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest | 41 | 41 | 0 | 0 | 0 | Detail | |
test_create_server_with_VF_and_managed_not_set |
pass
pt278.1: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_VF_and_managed_not_set
|
||||||
test_create_server_with_VF |
pass
pt278.2: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_VF
|
||||||
test_create_server_with_VF_and_managed_set_to_no |
pass
pt278.3: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_VF_and_managed_set_to_no
|
||||||
test_live_migrate_VF_fails_dest_no_lm_dev |
pass
pt278.4: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_dest_no_lm_dev
|
||||||
test_live_migrate_VF_fails_lm_requested_dev_unspecified |
pass
pt278.5: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_lm_requested_dev_unspecified
|
||||||
test_live_migrate_VF_fails_non_lm_requested_only_lm_dev |
pass
pt278.6: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_non_lm_requested_only_lm_dev
|
||||||
test_live_migrate_VF_fails_dest_unspecified_lm_dev |
pass
pt278.7: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_dest_unspecified_lm_dev
|
||||||
test_live_migrate_VF_fails_lm_requested_no_lm_dev |
pass
pt278.8: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_lm_requested_no_lm_dev
|
||||||
test_live_migrate_VF_mixed_mode_success |
pass
pt278.9: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_mixed_mode_success
|
||||||
test_live_migrate_VF_fails_with_pci_in_placement_no_lm |
pass
pt278.10: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_with_pci_in_placement_no_lm
|
||||||
test_change_bound_port_vnic_type_kills_compute_at_restart |
pass
pt278.11: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_change_bound_port_vnic_type_kills_compute_at_restart
|
||||||
test_live_migrate_VF_mixed_mode_and_pip_success |
pass
pt278.12: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_mixed_mode_and_pip_success
|
||||||
test_evacuate_server_with_neutron |
pass
pt278.13: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_evacuate_server_with_neutron
|
||||||
test_cold_migrate_and_rever_server_with_neutron |
pass
pt278.14: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_cold_migrate_and_rever_server_with_neutron
|
||||||
test_live_migrate_VF_fails_non_lm_requested |
pass
pt278.15: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_non_lm_requested
|
||||||
test_live_migrate_VF_success_2_aliases |
pass
pt278.16: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success_2_aliases
|
||||||
test_create_server_with_neutron |
pass
pt278.17: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_neutron
|
||||||
test_live_migrate_VF_fails_non_lm_requested_dev_unspecified |
pass
pt278.18: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_non_lm_requested_dev_unspecified
|
||||||
test_get_server_diagnostics_server_with_VF |
pass
pt278.19: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_get_server_diagnostics_server_with_VF
|
||||||
test_create_server_after_change_in_nonsriov_pf_to_sriov_pf |
pass
pt278.20: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_after_change_in_nonsriov_pf_to_sriov_pf
|
||||||
test_live_migrate_VF_fails_lm_requested_unspecified_lm_dev |
pass
pt278.21: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_lm_requested_unspecified_lm_dev
|
||||||
test_live_migrate_VF_success_with_pip_2_aliases |
pass
pt278.22: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success_with_pip_2_aliases
|
||||||
test_create_server_with_VF_and_managed_set_to_yes |
pass
pt278.23: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_VF_and_managed_set_to_yes
|
||||||
test_live_migrate_VF_success_3_VF |
pass
pt278.24: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success_3_VF
|
||||||
test_live_migrate_VF_success_with_pip_3_dev_2_requested |
pass
pt278.25: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success_with_pip_3_dev_2_requested
|
||||||
test_create_server_with_VF_no_PF |
pass
pt278.26: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_VF_no_PF
|
||||||
test_live_migrate_VF_success |
pass
pt278.27: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success
|
||||||
test_unshelve_server_with_neutron |
pass
pt278.28: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_unshelve_server_with_neutron
|
||||||
test_live_migrate_VF_success_with_pci_in_placement |
pass
pt278.29: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_success_with_pci_in_placement
|
||||||
test_live_migrate_server_with_PF |
pass
pt278.30: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_server_with_PF
|
||||||
test_live_migrate_server_with_VF_legacy |
pass
pt278.31: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_server_with_VF_legacy
|
||||||
test_live_migrate_server_with_neutron |
pass
pt278.32: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_server_with_neutron
|
||||||
test_cold_migrate_server_with_neutron |
pass
pt278.33: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_cold_migrate_server_with_neutron
|
||||||
test_create_server_with_PF |
pass
pt278.34: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_PF
|
||||||
test_create_server_with_PF_no_VF |
pass
pt278.35: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_create_server_with_PF_no_VF
|
||||||
test_live_migrate_VF_fails_alias_mismatch_dev_prod_id |
pass
pt278.36: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_alias_mismatch_dev_prod_id
|
||||||
test_live_migrate_VF_mixed_mode_fails_non_lm_requested |
pass
pt278.37: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_mixed_mode_fails_non_lm_requested
|
||||||
test_start_compute_with_live_migratable_fails_version |
pass
pt278.38: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_start_compute_with_live_migratable_fails_version
|
||||||
test_live_migrate_VF_fails_lm_requested_unspecif_unspecif_lm_dev |
pass
pt278.39: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_lm_requested_unspecif_unspecif_lm_dev
|
||||||
test_live_migrate_VF_fails_lm_requested_unspecified_no_lm_dev |
pass
pt278.40: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_fails_lm_requested_unspecified_no_lm_dev
|
||||||
test_live_migrate_VF_mixed_mode_fails_lm_requested_no_lm_dev |
pass
pt278.41: nova.tests.functional.libvirt.test_pci_sriov_servers.SRIOVServersTest.test_live_migrate_VF_mixed_mode_fails_lm_requested_no_lm_dev
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.TestPackNUMACellsWithPCIDevices | 3 | 3 | 0 | 0 | 0 | Detail | |
test_non_pci_vm_pack_sequential_avoids_pci_node |
pass
pt279.1: nova.tests.functional.libvirt.test_pci_sriov_servers.TestPackNUMACellsWithPCIDevices.test_non_pci_vm_pack_sequential_avoids_pci_node
|
||||||
test_scheduler_and_claim_agree_on_non_pci_vm_placement |
pass
pt279.2: nova.tests.functional.libvirt.test_pci_sriov_servers.TestPackNUMACellsWithPCIDevices.test_scheduler_and_claim_agree_on_non_pci_vm_placement
|
||||||
test_pci_vm_lands_on_pci_numa_node_with_pack |
pass
pt279.3: nova.tests.functional.libvirt.test_pci_sriov_servers.TestPackNUMACellsWithPCIDevices.test_pci_vm_lands_on_pci_numa_node_with_pack
|
||||||
| nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest | 17 | 17 | 0 | 0 | 0 | Detail | |
test_detach_interface |
pass
pt280.1: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_detach_interface
|
||||||
test_evacuate |
pass
pt280.2: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_evacuate
|
||||||
test_create_server |
pass
pt280.3: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_create_server
|
||||||
test_attach_interface_service_version_61 |
pass
pt280.4: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_attach_interface_service_version_61
|
||||||
test_detach_interface_service_version_61 |
pass
pt280.5: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_detach_interface_service_version_61
|
||||||
test_attach_interface |
pass
pt280.6: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_attach_interface
|
||||||
test_resize_same_host |
pass
pt280.7: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_resize_same_host
|
||||||
test_shelve_offload |
pass
pt280.8: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_shelve_offload
|
||||||
test_cold_migrate |
pass
pt280.9: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_cold_migrate
|
||||||
test_resize_different_host |
pass
pt280.10: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_resize_different_host
|
||||||
test_suspend_and_resume_service_version_62 |
pass
pt280.11: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_suspend_and_resume_service_version_62
|
||||||
test_suspend_and_resume |
pass
pt280.12: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_suspend_and_resume
|
||||||
test_unshelve_to_different_host |
pass
pt280.13: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_unshelve_to_different_host
|
||||||
test_unshelve_to_same_host |
pass
pt280.14: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_unshelve_to_same_host
|
||||||
test_live_migrate_service_version_62 |
pass
pt280.15: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_live_migrate_service_version_62
|
||||||
test_live_migrate |
pass
pt280.16: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_live_migrate
|
||||||
test_resize_revert |
pass
pt280.17: nova.tests.functional.libvirt.test_pci_sriov_servers.VDPAServersTest.test_resize_revert
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationRollbackTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migrate_server_with_emulator_threads_isolate_rollback |
pass
pt281.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationRollbackTests.test_live_migrate_server_with_emulator_threads_isolate_rollback
|
||||||
test_live_migrate_server_rollback |
pass
pt281.2: nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationRollbackTests.test_live_migrate_server_rollback
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migrate_server |
pass
pt282.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationTests.test_live_migrate_server
|
||||||
test_live_migrate_server_with_emulator_threads_isolate |
pass
pt282.2: nova.tests.functional.libvirt.test_power_manage.PowerManagementLiveMigrationTests.test_live_migrate_server_with_emulator_threads_isolate
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementMixedInstances | 1 | 1 | 0 | 0 | 0 | Detail | |
test_standard_server_works_and_passes |
pass
pt283.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementMixedInstances.test_standard_server_works_and_passes
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementTests | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_server |
pass
pt284.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_create_server
|
||||||
test_compute_service_starts_with_power_management_and_zero_pcpu |
pass
pt284.2: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_compute_service_starts_with_power_management_and_zero_pcpu
|
||||||
test_start_stop_server_with_emulator_threads_isolate |
pass
pt284.3: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_start_stop_server_with_emulator_threads_isolate
|
||||||
test_delete_server_device_busy |
pass
pt284.4: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_delete_server_device_busy
|
||||||
test_resize |
pass
pt284.5: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_resize
|
||||||
test_create_server_with_emulator_threads_isolate |
pass
pt284.6: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_create_server_with_emulator_threads_isolate
|
||||||
test_changing_strategy_fails |
pass
pt284.7: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_changing_strategy_fails
|
||||||
test_delete_server |
pass
pt284.8: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_delete_server
|
||||||
test_stop_start_server |
pass
pt284.9: nova.tests.functional.libvirt.test_power_manage.PowerManagementTests.test_stop_start_server
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernor | 2 | 2 | 0 | 0 | 0 | Detail | |
test_changing_strategy_fails |
pass
pt285.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernor.test_changing_strategy_fails
|
||||||
test_create |
pass
pt285.2: nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernor.test_create
|
||||||
| nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernorNotSupported | 2 | 2 | 0 | 0 | 0 | Detail | |
test_enabling_governor_strategy_fails |
pass
pt286.1: nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernorNotSupported.test_enabling_governor_strategy_fails
|
||||||
test_enabling_cpu_state_strategy_works |
pass
pt286.2: nova.tests.functional.libvirt.test_power_manage.PowerManagementTestsGovernorNotSupported.test_enabling_cpu_state_strategy_works
|
||||||
| nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests | 7 | 7 | 0 | 0 | 0 | Detail | |
test_sev_trait_off_on_3 |
pass
pt287.1: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_off_on_3
|
||||||
test_sev_trait_off_on_2 |
pass
pt287.2: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_off_on_2
|
||||||
test_sev_trait_change_2 |
pass
pt287.3: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_change_2
|
||||||
test_sev_trait_off_on_1 |
pass
pt287.4: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_off_on_1
|
||||||
test_sev_trait_change_1 |
pass
pt287.5: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_change_1
|
||||||
test_sev_trait_change_3 |
pass
pt287.6: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_change_3
|
||||||
test_sev_trait_change_4 |
pass
pt287.7: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportSevTraitsTests.test_sev_trait_change_4
|
||||||
| nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportTdxTraitsTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_tdx_trait_changed_2__True__False_ |
pass
pt288.1: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportTdxTraitsTests.test_tdx_trait_changed_2__True__False_
|
||||||
test_tdx_trait_changed_1__False__True_ |
pass
pt288.2: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportTdxTraitsTests.test_tdx_trait_changed_1__False__True_
|
||||||
| nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportTraitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_report_cpu_traits |
pass
pt289.1: nova.tests.functional.libvirt.test_report_cpu_traits.LibvirtReportTraitsTests.test_report_cpu_traits
|
||||||
| nova.tests.functional.libvirt.test_rescue_deleted_base.RescueServerTestWithDeletedBaseImage | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_rescue_server_local_disk |
pass
pt290.1: nova.tests.functional.libvirt.test_rescue_deleted_base.RescueServerTestWithDeletedBaseImage.test_stable_rescue_server_local_disk
|
||||||
test_stable_rescue_server_bfv |
pass
pt290.2: nova.tests.functional.libvirt.test_rescue_deleted_base.RescueServerTestWithDeletedBaseImage.test_stable_rescue_server_bfv
|
||||||
| nova.tests.functional.libvirt.test_reshape.SevResphapeTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_servers_with_amd_sev_mixed |
pass
pt291.1: nova.tests.functional.libvirt.test_reshape.SevResphapeTests.test_create_servers_with_amd_sev_mixed
|
||||||
test_create_servers_with_amd_sev |
pass
pt291.2: nova.tests.functional.libvirt.test_reshape.SevResphapeTests.test_create_servers_with_amd_sev
|
||||||
| nova.tests.functional.libvirt.test_reshape.VGPUReshapeTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_servers_with_vgpu |
pass
pt292.1: nova.tests.functional.libvirt.test_reshape.VGPUReshapeTests.test_create_servers_with_vgpu
|
||||||
| nova.tests.functional.libvirt.test_rt_servers.RealTimeServersTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_no_realtime_mask |
pass
pt293.1: nova.tests.functional.libvirt.test_rt_servers.RealTimeServersTest.test_no_realtime_mask
|
||||||
test_no_dedicated_cpu |
pass
pt293.2: nova.tests.functional.libvirt.test_rt_servers.RealTimeServersTest.test_no_dedicated_cpu
|
||||||
test_success |
pass
pt293.3: nova.tests.functional.libvirt.test_rt_servers.RealTimeServersTest.test_success
|
||||||
| nova.tests.functional.libvirt.test_server_shares.ServerSharesTest | 11 | 11 | 0 | 0 | 0 | Detail | |
test_server_share_umount_failure |
pass
pt294.1: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_umount_failure
|
||||||
test_server_start_fails_share_in_error |
pass
pt294.2: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_start_fails_share_in_error
|
||||||
test_server_share_after_hard_reboot |
pass
pt294.3: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_after_hard_reboot
|
||||||
test_server_resume_with_shares |
pass
pt294.4: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_resume_with_shares
|
||||||
test_server_share_metadata |
pass
pt294.5: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_metadata
|
||||||
test_detach_server_share_in_error |
pass
pt294.6: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_detach_server_share_in_error
|
||||||
test_server_cephfs_share_metadata |
pass
pt294.7: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_cephfs_share_metadata
|
||||||
test_server_share_metadata_with_tag |
pass
pt294.8: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_metadata_with_tag
|
||||||
test_server_rescue_with_shares |
pass
pt294.9: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_rescue_with_shares
|
||||||
test_server_share_fails_with_tag_already_used |
pass
pt294.10: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_fails_with_tag_already_used
|
||||||
test_server_share_mount_failure |
pass
pt294.11: nova.tests.functional.libvirt.test_server_shares.ServerSharesTest.test_server_share_mount_failure
|
||||||
| nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_rescue_unrescue_server |
pass
pt295.1: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_rescue_unrescue_server
|
||||||
test_shelve_and_unshelve_to_different_host |
pass
pt295.2: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_shelve_and_unshelve_to_different_host
|
||||||
test_live_migrate_server |
pass
pt295.3: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_live_migrate_server
|
||||||
test_rebuild_server |
pass
pt295.4: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_rebuild_server
|
||||||
test_shelve_and_unshelve_to_same_host |
pass
pt295.5: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_shelve_and_unshelve_to_same_host
|
||||||
test_create_server |
pass
pt295.6: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_create_server
|
||||||
test_evacuate_server |
pass
pt295.7: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_evacuate_server
|
||||||
test_migrate_server_revert |
pass
pt295.8: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_migrate_server_revert
|
||||||
test_migrate_server |
pass
pt295.9: nova.tests.functional.libvirt.test_stateless_firmware.LibvirtStatelessFirmwareTest.test_migrate_server
|
||||||
| nova.tests.functional.libvirt.test_uefi.UEFIServersFirmwareTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_hard_reboot |
pass
pt296.1: nova.tests.functional.libvirt.test_uefi.UEFIServersFirmwareTest.test_hard_reboot
|
||||||
test_rebuild |
pass
pt296.2: nova.tests.functional.libvirt.test_uefi.UEFIServersFirmwareTest.test_rebuild
|
||||||
test_resize |
pass
pt296.3: nova.tests.functional.libvirt.test_uefi.UEFIServersFirmwareTest.test_resize
|
||||||
| nova.tests.functional.libvirt.test_uefi.UEFIServersTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_server_bios_boot_stateless_1__None__True_ |
pass
pt297.1: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_bios_boot_stateless_1__None__True_
|
||||||
test_create_server_secure_boot_stateless |
pass
pt297.2: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_secure_boot_stateless
|
||||||
test_create_server_secure_boot |
pass
pt297.3: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_secure_boot
|
||||||
test_create_server_bios_boot_stateless_4___bios___False_ |
pass
pt297.4: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_bios_boot_stateless_4___bios___False_
|
||||||
test_create_server_bios_boot_stateless_2__None__False_ |
pass
pt297.5: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_bios_boot_stateless_2__None__False_
|
||||||
test_create_server_stateless |
pass
pt297.6: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_stateless
|
||||||
test_create_server_bios_boot_stateless_3___bios___True_ |
pass
pt297.7: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server_bios_boot_stateless_3___bios___True_
|
||||||
test_create_server |
pass
pt297.8: nova.tests.functional.libvirt.test_uefi.UEFIServersTest.test_create_server
|
||||||
| nova.tests.functional.libvirt.test_vgpu.DifferentMdevClassesTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_servers_with_different_mdev_classes |
pass
pt298.1: nova.tests.functional.libvirt.test_vgpu.DifferentMdevClassesTests.test_create_servers_with_different_mdev_classes
|
||||||
test_resize_servers_with_mlx5 |
pass
pt298.2: nova.tests.functional.libvirt.test_vgpu.DifferentMdevClassesTests.test_resize_servers_with_mlx5
|
||||||
| nova.tests.functional.libvirt.test_vgpu.VGPULimitMultipleTypesTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_servers_with_vgpu |
pass
pt299.1: nova.tests.functional.libvirt.test_vgpu.VGPULimitMultipleTypesTests.test_create_servers_with_vgpu
|
||||||
| nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_migrate_server |
pass
pt300.1: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTests.test_live_migrate_server
|
||||||
test_live_migration_fails_due_to_non_supported_mdev_types |
pass
pt300.2: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTests.test_live_migration_fails_due_to_non_supported_mdev_types
|
||||||
test_live_migration_fails_on_old_destination |
pass
pt300.3: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTests.test_live_migration_fails_on_old_destination
|
||||||
test_live_migration_fails_on_old_source |
pass
pt300.4: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTests.test_live_migration_fails_on_old_source
|
||||||
| nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTestsLMFailed | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_migrate_server |
pass
pt301.1: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTestsLMFailed.test_live_migrate_server
|
||||||
test_live_migration_fails_on_old_source |
pass
pt301.2: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTestsLMFailed.test_live_migration_fails_on_old_source
|
||||||
test_live_migration_fails_due_to_non_supported_mdev_types |
pass
pt301.3: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTestsLMFailed.test_live_migration_fails_due_to_non_supported_mdev_types
|
||||||
test_live_migration_fails_on_old_destination |
pass
pt301.4: nova.tests.functional.libvirt.test_vgpu.VGPULiveMigrationTestsLMFailed.test_live_migration_fails_on_old_destination
|
||||||
| nova.tests.functional.libvirt.test_vgpu.VGPUMultipleTypesTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_servers_with_specific_type |
pass
pt302.1: nova.tests.functional.libvirt.test_vgpu.VGPUMultipleTypesTests.test_create_servers_with_specific_type
|
||||||
test_create_servers_with_vgpu |
pass
pt302.2: nova.tests.functional.libvirt.test_vgpu.VGPUMultipleTypesTests.test_create_servers_with_vgpu
|
||||||
| nova.tests.functional.libvirt.test_vgpu.VGPUTests | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_server_with_two_vgpus_isolated |
pass
pt303.1: nova.tests.functional.libvirt.test_vgpu.VGPUTests.test_create_server_with_two_vgpus_isolated
|
||||||
test_multiple_instance_create |
pass
pt303.2: nova.tests.functional.libvirt.test_vgpu.VGPUTests.test_multiple_instance_create
|
||||||
test_create_servers_with_vgpu |
pass
pt303.3: nova.tests.functional.libvirt.test_vgpu.VGPUTests.test_create_servers_with_vgpu
|
||||||
test_multiple_instance_create_filling_up_capacity |
pass
pt303.4: nova.tests.functional.libvirt.test_vgpu.VGPUTests.test_multiple_instance_create_filling_up_capacity
|
||||||
test_resize_servers_with_vgpu |
pass
pt303.5: nova.tests.functional.libvirt.test_vgpu.VGPUTests.test_resize_servers_with_vgpu
|
||||||
| nova.tests.functional.libvirt.test_vif_model.LibvirtVifModelTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_boot_with_vif_model_igb |
pass
pt304.1: nova.tests.functional.libvirt.test_vif_model.LibvirtVifModelTest.test_boot_with_vif_model_igb
|
||||||
test_boot_with_vif_model_igb_old_libvirt |
pass
pt304.2: nova.tests.functional.libvirt.test_vif_model.LibvirtVifModelTest.test_boot_with_vif_model_igb_old_libvirt
|
||||||
test_boot_with_vif_model_igb_old_qemu |
pass
pt304.3: nova.tests.functional.libvirt.test_vif_model.LibvirtVifModelTest.test_boot_with_vif_model_igb_old_qemu
|
||||||
| nova.tests.functional.libvirt.test_vpmem.VPMEMResizeTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resize_same_host |
pass
pt305.1: nova.tests.functional.libvirt.test_vpmem.VPMEMResizeTests.test_resize_same_host
|
||||||
test_resize |
pass
pt305.2: nova.tests.functional.libvirt.test_vpmem.VPMEMResizeTests.test_resize
|
||||||
| nova.tests.functional.libvirt.test_vpmem.VPMEMTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_servers_with_vpmem |
pass
pt306.1: nova.tests.functional.libvirt.test_vpmem.VPMEMTests.test_create_servers_with_vpmem
|
||||||
| nova.tests.functional.libvirt.test_vtpm.VTPMServersTest | 49 | 49 | 0 | 0 | 0 | Detail | |
test_hard_reboot_server |
pass
pt307.1: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_hard_reboot_server
|
||||||
test_hard_reboot_server_as_admin_3_host |
pass
pt307.2: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_hard_reboot_server_as_admin_3_host
|
||||||
test_hard_reboot_server_as_admin_2_user |
pass
pt307.3: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_hard_reboot_server_as_admin_2_user
|
||||||
test_live_migrate_server_secret_security_host_too_old |
pass
pt307.4: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server_secret_security_host_too_old
|
||||||
test_create_server_secret_security_host |
pass
pt307.5: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_create_server_secret_security_host
|
||||||
test_live_migrate_server_secret_security_host |
pass
pt307.6: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server_secret_security_host
|
||||||
test_hard_reboot_server_as_admin_1_None |
pass
pt307.7: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_hard_reboot_server_as_admin_1_None
|
||||||
test_live_migrate_host_server_secret_security_host_too_old |
pass
pt307.8: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_host_server_secret_security_host_too_old
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_04___deployment____deployment__ |
pass
pt307.9: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_04___deployment____deployment__
|
||||||
test_live_migrate_server_secret_security_host_missing |
pass
pt307.10: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server_secret_security_host_missing
|
||||||
test_resize_server__no_vtpm_to_vtpm_1_None |
pass
pt307.11: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__no_vtpm_to_vtpm_1_None
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_3___user____deployment__ |
pass
pt307.12: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_3___user____deployment__
|
||||||
test_resize_revert_server__vtpm_to_vtpm_same_config |
pass
pt307.13: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_revert_server__vtpm_to_vtpm_same_config
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_6___deployment____host__ |
pass
pt307.14: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_6___deployment____host__
|
||||||
test_live_migrate_server_secret_security_host_rollback |
pass
pt307.15: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server_secret_security_host_rollback
|
||||||
test_resize_server__no_vtpm_to_vtpm_3_host |
pass
pt307.16: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__no_vtpm_to_vtpm_3_host
|
||||||
test_resize_server__vtpm_to_no_vtpm_2_user |
pass
pt307.17: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__vtpm_to_no_vtpm_2_user
|
||||||
test_suspend_resume_server |
pass
pt307.18: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_suspend_resume_server
|
||||||
test_tpm_secret_security_user_negative |
pass
pt307.19: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_tpm_secret_security_user_negative
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_5___host____deployment__ |
pass
pt307.20: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_5___host____deployment__
|
||||||
test_resize_revert_server__vtpm_to_vtpm_different_config |
pass
pt307.21: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_revert_server__vtpm_to_vtpm_different_config
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_01__None__None_ |
pass
pt307.22: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_01__None__None_
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_03___host____host__ |
pass
pt307.23: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_03___host____host__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_05__None___user__ |
pass
pt307.24: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_05__None___user__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_06___user___None_ |
pass
pt307.25: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_06___user___None_
|
||||||
test_create_server |
pass
pt307.26: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_create_server
|
||||||
test_create_server_secret_security_deployment |
pass
pt307.27: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_create_server_secret_security_deployment
|
||||||
test_live_migrate_host_force_server_secret_security_host_too_old |
pass
pt307.28: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_host_force_server_secret_security_host_too_old
|
||||||
test_resize_server__vtpm_to_no_vtpm_1_None |
pass
pt307.29: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__vtpm_to_no_vtpm_1_None
|
||||||
test_live_migrate_server |
pass
pt307.30: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_07__None___host__ |
pass
pt307.31: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_07__None___host__
|
||||||
test_resize_server__no_vtpm_to_vtpm_2_user |
pass
pt307.32: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__no_vtpm_to_vtpm_2_user
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_08___host___None_ |
pass
pt307.33: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_08___host___None_
|
||||||
test_resize_server__vtpm_to_no_vtpm_3_host |
pass
pt307.34: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__vtpm_to_no_vtpm_3_host
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_09___user____host__ |
pass
pt307.35: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_09___user____host__
|
||||||
test_create_server_secret_security_unsupported |
pass
pt307.36: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_create_server_secret_security_unsupported
|
||||||
test_resize_server__vtpm_to_no_vtpm_4_deployment |
pass
pt307.37: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__vtpm_to_no_vtpm_4_deployment
|
||||||
test_soft_reboot_server |
pass
pt307.38: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_soft_reboot_server
|
||||||
test_live_migrate_server_secret_security_user_too_old |
pass
pt307.39: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_live_migrate_server_secret_security_user_too_old
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_02___user____user__ |
pass
pt307.40: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_02___user____user__
|
||||||
test_migrate_server |
pass
pt307.41: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_migrate_server
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_10___host____user__ |
pass
pt307.42: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_supported_10___host____user__
|
||||||
test_migrate_server_as_admin |
pass
pt307.43: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_migrate_server_as_admin
|
||||||
test_shelve_server |
pass
pt307.44: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_shelve_server
|
||||||
test_tpm_secret_security_user |
pass
pt307.45: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_tpm_secret_security_user
|
||||||
test_resize_server__no_vtpm_to_vtpm_4_deployment |
pass
pt307.46: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_server__no_vtpm_to_vtpm_4_deployment
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_1__None___deployment__ |
pass
pt307.47: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_1__None___deployment__
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_2___deployment___None_ |
pass
pt307.48: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_2___deployment___None_
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_4___deployment____user__ |
pass
pt307.49: nova.tests.functional.libvirt.test_vtpm.VTPMServersTest.test_resize_vtpm_server_secret_security_deployment_unsupported_4___deployment____user__
|
||||||
| nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared | 49 | 49 | 0 | 0 | 0 | Detail | |
test_live_migrate_host_force_server_secret_security_host_too_old |
pass
pt308.1: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_host_force_server_secret_security_host_too_old
|
||||||
test_resize_revert_server__vtpm_to_vtpm_same_config |
pass
pt308.2: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_revert_server__vtpm_to_vtpm_same_config
|
||||||
test_resize_server__no_vtpm_to_vtpm_1_None |
pass
pt308.3: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__no_vtpm_to_vtpm_1_None
|
||||||
test_create_server_secret_security_unsupported |
pass
pt308.4: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_create_server_secret_security_unsupported
|
||||||
test_hard_reboot_server_as_admin_3_host |
pass
pt308.5: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_hard_reboot_server_as_admin_3_host
|
||||||
test_hard_reboot_server_as_admin_1_None |
pass
pt308.6: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_hard_reboot_server_as_admin_1_None
|
||||||
test_resize_server__no_vtpm_to_vtpm_4_deployment |
pass
pt308.7: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__no_vtpm_to_vtpm_4_deployment
|
||||||
test_hard_reboot_server |
pass
pt308.8: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_hard_reboot_server
|
||||||
test_live_migrate_server |
pass
pt308.9: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server
|
||||||
test_live_migrate_server_secret_security_host_missing |
pass
pt308.10: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server_secret_security_host_missing
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_3___user____deployment__ |
pass
pt308.11: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_3___user____deployment__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_03___host____host__ |
pass
pt308.12: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_03___host____host__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_02___user____user__ |
pass
pt308.13: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_02___user____user__
|
||||||
test_live_migrate_server_secret_security_host_too_old |
pass
pt308.14: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server_secret_security_host_too_old
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_5___host____deployment__ |
pass
pt308.15: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_5___host____deployment__
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_4___deployment____user__ |
pass
pt308.16: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_4___deployment____user__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_08___host___None_ |
pass
pt308.17: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_08___host___None_
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_6___deployment____host__ |
pass
pt308.18: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_6___deployment____host__
|
||||||
test_resize_server__no_vtpm_to_vtpm_3_host |
pass
pt308.19: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__no_vtpm_to_vtpm_3_host
|
||||||
test_live_migrate_server_secret_security_host |
pass
pt308.20: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server_secret_security_host
|
||||||
test_resize_server__vtpm_to_no_vtpm_4_deployment |
pass
pt308.21: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__vtpm_to_no_vtpm_4_deployment
|
||||||
test_live_migrate_server_secret_security_host_rollback |
pass
pt308.22: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server_secret_security_host_rollback
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_06___user___None_ |
pass
pt308.23: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_06___user___None_
|
||||||
test_resize_server__vtpm_to_no_vtpm_2_user |
pass
pt308.24: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__vtpm_to_no_vtpm_2_user
|
||||||
test_shelve_server |
pass
pt308.25: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_shelve_server
|
||||||
test_tpm_secret_security_user |
pass
pt308.26: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_tpm_secret_security_user
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_01__None__None_ |
pass
pt308.27: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_01__None__None_
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_05__None___user__ |
pass
pt308.28: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_05__None___user__
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_2___deployment___None_ |
pass
pt308.29: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_2___deployment___None_
|
||||||
test_soft_reboot_server |
pass
pt308.30: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_soft_reboot_server
|
||||||
test_tpm_secret_security_user_negative |
pass
pt308.31: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_tpm_secret_security_user_negative
|
||||||
test_create_server_secret_security_host |
pass
pt308.32: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_create_server_secret_security_host
|
||||||
test_hard_reboot_server_as_admin_2_user |
pass
pt308.33: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_hard_reboot_server_as_admin_2_user
|
||||||
test_live_migrate_host_server_secret_security_host_too_old |
pass
pt308.34: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_host_server_secret_security_host_too_old
|
||||||
test_migrate_server |
pass
pt308.35: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_migrate_server
|
||||||
test_create_server |
pass
pt308.36: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_create_server
|
||||||
test_resize_server__vtpm_to_no_vtpm_1_None |
pass
pt308.37: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__vtpm_to_no_vtpm_1_None
|
||||||
test_migrate_server_as_admin |
pass
pt308.38: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_migrate_server_as_admin
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_07__None___host__ |
pass
pt308.39: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_07__None___host__
|
||||||
test_resize_revert_server__vtpm_to_vtpm_different_config |
pass
pt308.40: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_revert_server__vtpm_to_vtpm_different_config
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_09___user____host__ |
pass
pt308.41: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_09___user____host__
|
||||||
test_create_server_secret_security_deployment |
pass
pt308.42: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_create_server_secret_security_deployment
|
||||||
test_live_migrate_server_secret_security_user_too_old |
pass
pt308.43: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_live_migrate_server_secret_security_user_too_old
|
||||||
test_resize_server__no_vtpm_to_vtpm_2_user |
pass
pt308.44: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__no_vtpm_to_vtpm_2_user
|
||||||
test_resize_server__vtpm_to_no_vtpm_3_host |
pass
pt308.45: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_server__vtpm_to_no_vtpm_3_host
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_04___deployment____deployment__ |
pass
pt308.46: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_04___deployment____deployment__
|
||||||
test_resize_vtpm_server_secret_security_deployment_supported_10___host____user__ |
pass
pt308.47: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_supported_10___host____user__
|
||||||
test_resize_vtpm_server_secret_security_deployment_unsupported_1__None___deployment__ |
pass
pt308.48: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_resize_vtpm_server_secret_security_deployment_unsupported_1__None___deployment__
|
||||||
test_suspend_resume_server |
pass
pt308.49: nova.tests.functional.libvirt.test_vtpm.VTPMServersTestNonShared.test_suspend_resume_server
|
||||||
| nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample | 5 | 5 | 0 | 0 | 0 | Detail | |
test_aggregate_cache_images |
pass
pt309.1: nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample.test_aggregate_cache_images
|
||||||
test_aggregate_update_metadata |
pass
pt309.2: nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample.test_aggregate_update_metadata
|
||||||
test_aggregate_updateprops |
pass
pt309.3: nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample.test_aggregate_updateprops
|
||||||
test_aggregate_add_remove_host |
pass
pt309.4: nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample.test_aggregate_add_remove_host
|
||||||
test_aggregate_create_delete |
pass
pt309.5: nova.tests.functional.notification_sample_tests.test_aggregate.TestAggregateNotificationSample.test_aggregate_create_delete
|
||||||
| nova.tests.functional.notification_sample_tests.test_compute_task.TestComputeTaskNotificationSample | 3 | 3 | 0 | 0 | 0 | Detail | |
test_build_instances_fault |
pass
pt310.1: nova.tests.functional.notification_sample_tests.test_compute_task.TestComputeTaskNotificationSample.test_build_instances_fault
|
||||||
test_migrate_fault |
pass
pt310.2: nova.tests.functional.notification_sample_tests.test_compute_task.TestComputeTaskNotificationSample.test_migrate_fault
|
||||||
test_rebuild_fault |
pass
pt310.3: nova.tests.functional.notification_sample_tests.test_compute_task.TestComputeTaskNotificationSample.test_rebuild_fault
|
||||||
| nova.tests.functional.notification_sample_tests.test_exception_notification.TestExceptionNotificationSample | 1 | 1 | 0 | 0 | 0 | Detail | |
test_versioned_exception_notification_with_correct_params |
pass
pt311.1: nova.tests.functional.notification_sample_tests.test_exception_notification.TestExceptionNotificationSample.test_versioned_exception_notification_with_correct_params
|
||||||
| nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSample | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_destroy |
pass
pt312.1: nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSample.test_flavor_destroy
|
||||||
test_flavor_create |
pass
pt312.2: nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSample.test_flavor_create
|
||||||
test_flavor_update |
pass
pt312.3: nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSample.test_flavor_update
|
||||||
| nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSamplev2_55 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_udpate_with_description |
pass
pt313.1: nova.tests.functional.notification_sample_tests.test_flavor.TestFlavorNotificationSamplev2_55.test_flavor_udpate_with_description
|
||||||
| nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSampleWithMultipleCompute | 1 | 1 | 0 | 0 | 0 | Detail | |
test_multiple_compute_actions |
pass
pt314.1: nova.tests.functional.notification_sample_tests.test_instance.TestInstanceNotificationSampleWithMultipleCompute.test_multiple_compute_actions
|
||||||
| nova.tests.functional.notification_sample_tests.test_keypair.TestKeypairNotificationSample | 2 | 2 | 0 | 0 | 0 | Detail | |
test_keypair_import |
pass
pt315.1: nova.tests.functional.notification_sample_tests.test_keypair.TestKeypairNotificationSample.test_keypair_import
|
||||||
test_keypair_create_delete |
pass
pt315.2: nova.tests.functional.notification_sample_tests.test_keypair.TestKeypairNotificationSample.test_keypair_create_delete
|
||||||
| nova.tests.functional.notification_sample_tests.test_libvirt.TestLibvirtErrorNotificationSample | 1 | 1 | 0 | 0 | 0 | Detail | |
test_libvirt_connect_error |
pass
pt316.1: nova.tests.functional.notification_sample_tests.test_libvirt.TestLibvirtErrorNotificationSample.test_libvirt_connect_error
|
||||||
| nova.tests.functional.notification_sample_tests.test_metrics.TestMetricsNotificationSample | 1 | 1 | 0 | 0 | 0 | Detail | |
test_metrics_update |
pass
pt317.1: nova.tests.functional.notification_sample_tests.test_metrics.TestMetricsNotificationSample.test_metrics_update
|
||||||
| nova.tests.functional.notification_sample_tests.test_server_group.TestServerGroupNotificationSample | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_group_create_delete |
pass
pt318.1: nova.tests.functional.notification_sample_tests.test_server_group.TestServerGroupNotificationSample.test_server_group_create_delete
|
||||||
test_server_group_add_member |
pass
pt318.2: nova.tests.functional.notification_sample_tests.test_server_group.TestServerGroupNotificationSample.test_server_group_add_member
|
||||||
| nova.tests.functional.notification_sample_tests.test_service.TestServiceNotificationSample | 2 | 2 | 0 | 0 | 0 | Detail | |
test_service_create |
pass
pt319.1: nova.tests.functional.notification_sample_tests.test_service.TestServiceNotificationSample.test_service_create
|
||||||
test_service_destroy |
pass
pt319.2: nova.tests.functional.notification_sample_tests.test_service.TestServiceNotificationSample.test_service_destroy
|
||||||
| nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSampleLatest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_service_enable |
pass
pt320.1: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSampleLatest.test_service_enable
|
||||||
test_service_disabled_log_reason |
pass
pt320.2: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSampleLatest.test_service_disabled_log_reason
|
||||||
test_service_force_down |
pass
pt320.3: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSampleLatest.test_service_force_down
|
||||||
test_service_disabled |
pass
pt320.4: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSampleLatest.test_service_disabled
|
||||||
| nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSamplev2_52 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_service_disabled |
pass
pt321.1: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSamplev2_52.test_service_disabled
|
||||||
test_service_enable |
pass
pt321.2: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSamplev2_52.test_service_enable
|
||||||
test_service_disabled_log_reason |
pass
pt321.3: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSamplev2_52.test_service_disabled_log_reason
|
||||||
test_service_force_down |
pass
pt321.4: nova.tests.functional.notification_sample_tests.test_service.TestServiceUpdateNotificationSamplev2_52.test_service_force_down
|
||||||
| nova.tests.functional.notification_sample_tests.test_volume.TestVolumeUsageNotificationSample | 2 | 2 | 0 | 0 | 0 | Detail | |
test_instance_poll_volume_usage |
pass
pt322.1: nova.tests.functional.notification_sample_tests.test_volume.TestVolumeUsageNotificationSample.test_instance_poll_volume_usage
|
||||||
test_volume_usage_with_detaching_volume |
pass
pt322.2: nova.tests.functional.notification_sample_tests.test_volume.TestVolumeUsageNotificationSample.test_volume_usage_with_detaching_volume
|
||||||
| nova.tests.functional.regressions.test_bug_1404867.DeleteWithReservedVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_with_reserved_volumes_new |
pass
pt323.1: nova.tests.functional.regressions.test_bug_1404867.DeleteWithReservedVolumes.test_delete_with_reserved_volumes_new
|
||||||
| nova.tests.functional.regressions.test_bug_1522536.TestServerGet | 1 | 1 | 0 | 0 | 0 | Detail | |
test_id_overlap |
pass
pt324.1: nova.tests.functional.regressions.test_bug_1522536.TestServerGet.test_id_overlap
|
||||||
| nova.tests.functional.regressions.test_bug_1541691.TestServerValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_name_validation |
pass
pt325.1: nova.tests.functional.regressions.test_bug_1541691.TestServerValidation.test_name_validation
|
||||||
| nova.tests.functional.regressions.test_bug_1548980.TestServerGet | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_deleted_instances |
pass
pt326.1: nova.tests.functional.regressions.test_bug_1548980.TestServerGet.test_list_deleted_instances
|
||||||
| nova.tests.functional.regressions.test_bug_1552888.TestAggregateCreation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_name_validation |
pass
pt327.1: nova.tests.functional.regressions.test_bug_1552888.TestAggregateCreation.test_name_validation
|
||||||
| nova.tests.functional.regressions.test_bug_1554631.TestCinderForbidden | 1 | 1 | 0 | 0 | 0 | Detail | |
test_forbidden_cinder_operation_returns_403 |
pass
pt328.1: nova.tests.functional.regressions.test_bug_1554631.TestCinderForbidden.test_forbidden_cinder_operation_returns_403
|
||||||
| nova.tests.functional.regressions.test_bug_1554631.TestCinderOverLimit | 3 | 3 | 0 | 0 | 0 | Detail | |
test_over_limit_snapshots |
pass
pt329.1: nova.tests.functional.regressions.test_bug_1554631.TestCinderOverLimit.test_over_limit_snapshots
|
||||||
test_over_limit_snapshots_force |
pass
pt329.2: nova.tests.functional.regressions.test_bug_1554631.TestCinderOverLimit.test_over_limit_snapshots_force
|
||||||
test_over_limit_volumes_with_message |
pass
pt329.3: nova.tests.functional.regressions.test_bug_1554631.TestCinderOverLimit.test_over_limit_volumes_with_message
|
||||||
| nova.tests.functional.regressions.test_bug_1558866.TestServerGet | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_server_with_invalid_image_meta |
pass
pt330.1: nova.tests.functional.regressions.test_bug_1558866.TestServerGet.test_boot_server_with_invalid_image_meta
|
||||||
| nova.tests.functional.regressions.test_bug_1568208.TestServerGet | 1 | 1 | 0 | 0 | 0 | Detail | |
test_guru_meditation_report_generation |
pass
pt331.1: nova.tests.functional.regressions.test_bug_1568208.TestServerGet.test_guru_meditation_report_generation
|
||||||
| nova.tests.functional.regressions.test_bug_1595962.TestSerialConsoleLiveMigrate | 1 | 1 | 0 | 0 | 0 | Detail | |
test_serial_console_live_migrate |
pass
pt332.1: nova.tests.functional.regressions.test_bug_1595962.TestSerialConsoleLiveMigrate.test_serial_console_live_migrate
|
||||||
| nova.tests.functional.regressions.test_bug_1620248.TestServerUpdate | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_name_before_scheduled |
pass
pt333.1: nova.tests.functional.regressions.test_bug_1620248.TestServerUpdate.test_update_name_before_scheduled
|
||||||
| nova.tests.functional.regressions.test_bug_1628606.PostLiveMigrationFail | 1 | 1 | 0 | 0 | 0 | Detail | |
test_post_live_migration |
pass
pt334.1: nova.tests.functional.regressions.test_bug_1628606.PostLiveMigrationFail.test_post_live_migration
|
||||||
| nova.tests.functional.regressions.test_bug_1669054.ResizeEvacuateTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_then_evacuate |
pass
pt335.1: nova.tests.functional.regressions.test_bug_1669054.ResizeEvacuateTestCase.test_resize_then_evacuate
|
||||||
| nova.tests.functional.regressions.test_bug_1670627.TestDeleteFromCell0CheckQuota | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_error_instance_in_cell0_and_check_quota |
pass
pt336.1: nova.tests.functional.regressions.test_bug_1670627.TestDeleteFromCell0CheckQuota.test_delete_error_instance_in_cell0_and_check_quota
|
||||||
| nova.tests.functional.regressions.test_bug_1671648.TestRetryBetweenComputeNodeBuilds | 1 | 1 | 0 | 0 | 0 | Detail | |
test_retry_build_on_compute_error |
pass
pt337.1: nova.tests.functional.regressions.test_bug_1671648.TestRetryBetweenComputeNodeBuilds.test_retry_build_on_compute_error
|
||||||
| nova.tests.functional.regressions.test_bug_1675570.TestLocalDeleteAttachedVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_local_delete_with_volume_attached |
pass
pt338.1: nova.tests.functional.regressions.test_bug_1675570.TestLocalDeleteAttachedVolumes.test_local_delete_with_volume_attached
|
||||||
| nova.tests.functional.regressions.test_bug_1678326.TestDeleteFromCell0CheckQuotaRollback | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_error_instance_in_cell0_and_check_quota |
pass
pt339.1: nova.tests.functional.regressions.test_bug_1678326.TestDeleteFromCell0CheckQuotaRollback.test_delete_error_instance_in_cell0_and_check_quota
|
||||||
| nova.tests.functional.regressions.test_bug_1679750.TestLocalDeleteAllocations | 2 | 2 | 0 | 0 | 0 | Detail | |
test_local_delete_removes_allocations_after_compute_restart |
pass
pt340.1: nova.tests.functional.regressions.test_bug_1679750.TestLocalDeleteAllocations.test_local_delete_removes_allocations_after_compute_restart
|
||||||
test_local_delete_removes_allocations_from_api |
pass
pt340.2: nova.tests.functional.regressions.test_bug_1679750.TestLocalDeleteAllocations.test_local_delete_removes_allocations_from_api
|
||||||
| nova.tests.functional.regressions.test_bug_1682693.ServerTagsFilteringTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_servers_filter_by_tags |
pass
pt341.1: nova.tests.functional.regressions.test_bug_1682693.ServerTagsFilteringTest.test_list_servers_filter_by_tags
|
||||||
| nova.tests.functional.regressions.test_bug_1689692.ServerListLimitMarkerCell0Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_servers_marker_in_cell0_more_limit |
pass
pt342.1: nova.tests.functional.regressions.test_bug_1689692.ServerListLimitMarkerCell0Test.test_list_servers_marker_in_cell0_more_limit
|
||||||
| nova.tests.functional.regressions.test_bug_1702454.SchedulerOnlyChecksTargetTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_server |
pass
pt343.1: nova.tests.functional.regressions.test_bug_1702454.SchedulerOnlyChecksTargetTest.test_evacuate_server
|
||||||
| nova.tests.functional.regressions.test_bug_1713783.FailedEvacuateStateTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_no_valid_host |
pass
pt344.1: nova.tests.functional.regressions.test_bug_1713783.FailedEvacuateStateTests.test_evacuate_no_valid_host
|
||||||
| nova.tests.functional.regressions.test_bug_1718455.TestLiveMigrateOneOfConcurrentlyCreatedInstances | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_one_multi_created_instance |
pass
pt345.1: nova.tests.functional.regressions.test_bug_1718455.TestLiveMigrateOneOfConcurrentlyCreatedInstances.test_live_migrate_one_multi_created_instance
|
||||||
| nova.tests.functional.regressions.test_bug_1718512.TestRequestSpecRetryReschedule | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_with_reschedule_then_live_migrate |
pass
pt346.1: nova.tests.functional.regressions.test_bug_1718512.TestRequestSpecRetryReschedule.test_resize_with_reschedule_then_live_migrate
|
||||||
| nova.tests.functional.regressions.test_bug_1719730.TestRescheduleWithServerGroup | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reschedule_with_server_group |
pass
pt347.1: nova.tests.functional.regressions.test_bug_1719730.TestRescheduleWithServerGroup.test_reschedule_with_server_group
|
||||||
| nova.tests.functional.regressions.test_bug_1732947.RebuildVolumeBackedSameImage | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backed_rebuild_same_image |
pass
pt348.1: nova.tests.functional.regressions.test_bug_1732947.RebuildVolumeBackedSameImage.test_volume_backed_rebuild_same_image
|
||||||
| nova.tests.functional.regressions.test_bug_1735407.TestParallelEvacuationWithServerGroup | 1 | 0 | 0 | 0 | 1 | Detail | |
test_parallel_evacuate_with_server_group |
skip
pt349.1: nova.tests.functional.regressions.test_bug_1735407.TestParallelEvacuationWithServerGroup.test_parallel_evacuate_with_server_group
|
||||||
| nova.tests.functional.regressions.test_bug_1741125.TestServerResizeReschedule | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_reschedule_uses_host_lists |
pass
pt350.1: nova.tests.functional.regressions.test_bug_1741125.TestServerResizeReschedule.test_resize_reschedule_uses_host_lists
|
||||||
| nova.tests.functional.regressions.test_bug_1741364.TestLiveMigrationRbdMonAddrsNotRefreshed | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rbd_mon_addrs_are_refreshed_on_live_migration |
pass
pt351.1: nova.tests.functional.regressions.test_bug_1741364.TestLiveMigrationRbdMonAddrsNotRefreshed.test_rbd_mon_addrs_are_refreshed_on_live_migration
|
||||||
| nova.tests.functional.regressions.test_bug_1746483.TestBootFromVolumeIsolatedHostsFilter | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_from_volume_with_isolated_image |
pass
pt352.1: nova.tests.functional.regressions.test_bug_1746483.TestBootFromVolumeIsolatedHostsFilter.test_boot_from_volume_with_isolated_image
|
||||||
| nova.tests.functional.regressions.test_bug_1764556.InstanceListWithDeletedServicesTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_list_deleted_service_with_no_uuid |
pass
pt353.1: nova.tests.functional.regressions.test_bug_1764556.InstanceListWithDeletedServicesTestCase.test_instance_list_deleted_service_with_no_uuid
|
||||||
| nova.tests.functional.regressions.test_bug_1764883.TestEvacuationWithSourceReturningDuringRebuild | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuation_with_source_compute_returning_during_rebuild |
pass
pt354.1: nova.tests.functional.regressions.test_bug_1764883.TestEvacuationWithSourceReturningDuringRebuild.test_evacuation_with_source_compute_returning_during_rebuild
|
||||||
| nova.tests.functional.regressions.test_bug_1778305.InstanceListWithOldDeletedServiceTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_list_old_deleted_service_with_no_uuid |
pass
pt355.1: nova.tests.functional.regressions.test_bug_1778305.InstanceListWithOldDeletedServiceTestCase.test_instance_list_old_deleted_service_with_no_uuid
|
||||||
| nova.tests.functional.regressions.test_bug_1780373.TestMultiCreateServerGroupMemberOverQuota | 2 | 2 | 0 | 0 | 0 | Detail | |
test_concurrent_request_server_group_members_over_quota |
pass
pt356.1: nova.tests.functional.regressions.test_bug_1780373.TestMultiCreateServerGroupMemberOverQuota.test_concurrent_request_server_group_members_over_quota
|
||||||
test_multi_create_server_group_members_over_quota |
pass
pt356.2: nova.tests.functional.regressions.test_bug_1780373.TestMultiCreateServerGroupMemberOverQuota.test_multi_create_server_group_members_over_quota
|
||||||
| nova.tests.functional.regressions.test_bug_1781286.RescheduleBuildAvailabilityZoneUpCall | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_create_reschedule_blocked_az_up_call |
pass
pt357.1: nova.tests.functional.regressions.test_bug_1781286.RescheduleBuildAvailabilityZoneUpCall.test_server_create_reschedule_blocked_az_up_call
|
||||||
| nova.tests.functional.regressions.test_bug_1781286.RescheduleMigrateAvailabilityZoneUpCall | 1 | 1 | 0 | 0 | 0 | Detail | |
test_migrate_reschedule_blocked_az_up_call |
pass
pt358.1: nova.tests.functional.regressions.test_bug_1781286.RescheduleMigrateAvailabilityZoneUpCall.test_migrate_reschedule_blocked_az_up_call
|
||||||
| nova.tests.functional.regressions.test_bug_1781710.AntiAffinityMultiCreateRequest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_anti_affinity_multi_create |
pass
pt359.1: nova.tests.functional.regressions.test_bug_1781710.AntiAffinityMultiCreateRequest.test_anti_affinity_multi_create
|
||||||
| nova.tests.functional.regressions.test_bug_1784353.TestRescheduleWithVolumesAttached | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reschedule_with_volume_attached |
pass
pt360.1: nova.tests.functional.regressions.test_bug_1784353.TestRescheduleWithVolumesAttached.test_reschedule_with_volume_attached
|
||||||
| nova.tests.functional.regressions.test_bug_1790204.ResizeSameHostDoubledAllocations | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_same_host_full_allocations |
pass
pt361.1: nova.tests.functional.regressions.test_bug_1790204.ResizeSameHostDoubledAllocations.test_resize_same_host_full_allocations
|
||||||
| nova.tests.functional.regressions.test_bug_1794996.TestEvacuateDeleteServerRestartOriginalCompute | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_delete_server_restart_original_compute |
pass
pt362.1: nova.tests.functional.regressions.test_bug_1794996.TestEvacuateDeleteServerRestartOriginalCompute.test_evacuate_delete_server_restart_original_compute
|
||||||
| nova.tests.functional.regressions.test_bug_1797580.ColdMigrateTargetHostThenLiveMigrateTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cold_migrate_target_host_then_live_migrate |
pass
pt363.1: nova.tests.functional.regressions.test_bug_1797580.ColdMigrateTargetHostThenLiveMigrateTest.test_cold_migrate_target_host_then_live_migrate
|
||||||
| nova.tests.functional.regressions.test_bug_1806064.BootFromVolumeOverQuotaRaceDeleteTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_quota_race_local_delete |
pass
pt364.1: nova.tests.functional.regressions.test_bug_1806064.BootFromVolumeOverQuotaRaceDeleteTest.test_bfv_quota_race_local_delete
|
||||||
| nova.tests.functional.regressions.test_bug_1806515.ShowErrorServerWithTags | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_server_tag_in_error |
pass
pt365.1: nova.tests.functional.regressions.test_bug_1806515.ShowErrorServerWithTags.test_show_server_tag_in_error
|
||||||
| nova.tests.functional.regressions.test_bug_1815153.NonPersistentFieldNotResetTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_cold_migrate |
pass
pt366.1: nova.tests.functional.regressions.test_bug_1815153.NonPersistentFieldNotResetTest.test_cold_migrate
|
||||||
test_evacuate |
pass
pt366.2: nova.tests.functional.regressions.test_bug_1815153.NonPersistentFieldNotResetTest.test_evacuate
|
||||||
| nova.tests.functional.regressions.test_bug_1823370.MultiCellEvacuateTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_multi_cell |
pass
pt367.1: nova.tests.functional.regressions.test_bug_1823370.MultiCellEvacuateTestCase.test_evacuate_multi_cell
|
||||||
| nova.tests.functional.regressions.test_bug_1825020.VolumeBackedResizeDiskDown | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backed_resize_disk_down |
pass
pt368.1: nova.tests.functional.regressions.test_bug_1825020.VolumeBackedResizeDiskDown.test_volume_backed_resize_disk_down
|
||||||
| nova.tests.functional.regressions.test_bug_1825537.FinishResizeErrorAllocationCleanupTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_finish_resize_fails_allocation_cleanup |
pass
pt369.1: nova.tests.functional.regressions.test_bug_1825537.FinishResizeErrorAllocationCleanupTestCase.test_finish_resize_fails_allocation_cleanup
|
||||||
| nova.tests.functional.regressions.test_bug_1830747.MissingReqSpecInstanceGroupUUIDTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cold_migrate_reschedule |
pass
pt370.1: nova.tests.functional.regressions.test_bug_1830747.MissingReqSpecInstanceGroupUUIDTestCase.test_cold_migrate_reschedule
|
||||||
| nova.tests.functional.regressions.test_bug_1831771.TestDelete | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_during_create |
pass
pt371.1: nova.tests.functional.regressions.test_bug_1831771.TestDelete.test_delete_during_create
|
||||||
| nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822 | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_server_config_drive_shelve_unshelve_conf_change |
pass
pt372.1: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_config_drive_shelve_unshelve_conf_change
|
||||||
test_create_server_without_config_drive |
pass
pt372.2: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_without_config_drive
|
||||||
test_create_server_config_drive_rebuild_after_conf_change |
pass
pt372.3: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_config_drive_rebuild_after_conf_change
|
||||||
test_create_server_with_config_drive |
pass
pt372.4: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_with_config_drive
|
||||||
test_create_server_with_forced_config_drive_reboot |
pass
pt372.5: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_with_forced_config_drive_reboot
|
||||||
test_create_server_with_forced_config_drive |
pass
pt372.6: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_with_forced_config_drive
|
||||||
test_create_server_config_drive_reboot_after_conf_change |
pass
pt372.7: nova.tests.functional.regressions.test_bug_1835822.RegressionTest1835822.test_create_server_config_drive_reboot_after_conf_change
|
||||||
| nova.tests.functional.regressions.test_bug_1837955.BuildRescheduleClaimFailsTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_build_reschedule_alt_host_alloc_fails |
pass
pt373.1: nova.tests.functional.regressions.test_bug_1837955.BuildRescheduleClaimFailsTestCase.test_build_reschedule_alt_host_alloc_fails
|
||||||
| nova.tests.functional.regressions.test_bug_1839560.PeriodicNodeRecreateTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_available_resource_node_recreate |
pass
pt374.1: nova.tests.functional.regressions.test_bug_1839560.PeriodicNodeRecreateTestCase.test_update_available_resource_node_recreate
|
||||||
| nova.tests.functional.regressions.test_bug_1843090.PinnedComputeRpcTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_reschedule_migration_5_1 |
pass
pt375.1: nova.tests.functional.regressions.test_bug_1843090.PinnedComputeRpcTests.test_reschedule_migration_5_1
|
||||||
test_reschedule_migration_5_0 |
pass
pt375.2: nova.tests.functional.regressions.test_bug_1843090.PinnedComputeRpcTests.test_reschedule_migration_5_0
|
||||||
| nova.tests.functional.regressions.test_bug_1843708.RebuildWithKeypairTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_with_keypair |
pass
pt376.1: nova.tests.functional.regressions.test_bug_1843708.RebuildWithKeypairTestCase.test_rebuild_with_keypair
|
||||||
| nova.tests.functional.regressions.test_bug_1845291.ForcedHostMissingReScheduleTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_az_and_host_then_migrate_re_schedules |
pass
pt377.1: nova.tests.functional.regressions.test_bug_1845291.ForcedHostMissingReScheduleTestCase.test_boot_with_az_and_host_then_migrate_re_schedules
|
||||||
| nova.tests.functional.regressions.test_bug_1848343.DeletedServerAllocationRevertTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_live_migration_task_rollback |
pass
pt378.1: nova.tests.functional.regressions.test_bug_1848343.DeletedServerAllocationRevertTest.test_live_migration_task_rollback
|
||||||
test_migration_task_rollback |
pass
pt378.2: nova.tests.functional.regressions.test_bug_1848343.DeletedServerAllocationRevertTest.test_migration_task_rollback
|
||||||
test_migrate_on_compute_fail |
pass
pt378.3: nova.tests.functional.regressions.test_bug_1848343.DeletedServerAllocationRevertTest.test_migrate_on_compute_fail
|
||||||
| nova.tests.functional.regressions.test_bug_1849165.UpdateResourceMigrationRaceTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_dest_between_mig_start_and_claim |
pass
pt379.1: nova.tests.functional.regressions.test_bug_1849165.UpdateResourceMigrationRaceTest.test_update_dest_between_mig_start_and_claim
|
||||||
| nova.tests.functional.regressions.test_bug_1849409.ListDeletedServersWithMarker | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_deleted_servers_with_marker |
pass
pt380.1: nova.tests.functional.regressions.test_bug_1849409.ListDeletedServersWithMarker.test_list_deleted_servers_with_marker
|
||||||
| nova.tests.functional.regressions.test_bug_1852458.TestInstanceActionBuryInCell0 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bury_in_cell0_instance_create_action |
pass
pt381.1: nova.tests.functional.regressions.test_bug_1852458.TestInstanceActionBuryInCell0.test_bury_in_cell0_instance_create_action
|
||||||
| nova.tests.functional.regressions.test_bug_1853009.NodeRebalanceDeletedComputeNodeRaceTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_node_rebalance_deleted_compute_node_race |
pass
pt382.1: nova.tests.functional.regressions.test_bug_1853009.NodeRebalanceDeletedComputeNodeRaceTestCase.test_node_rebalance_deleted_compute_node_race
|
||||||
| nova.tests.functional.regressions.test_bug_1862633.UnshelveNeutronErrorTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unshelve_offloaded_fails_due_to_neutron |
pass
pt383.1: nova.tests.functional.regressions.test_bug_1862633.UnshelveNeutronErrorTest.test_unshelve_offloaded_fails_due_to_neutron
|
||||||
| nova.tests.functional.regressions.test_bug_1879878.TestCrossCell | 4 | 4 | 0 | 0 | 0 | Detail | |
test_migrate_revert_2_False |
pass
pt384.1: nova.tests.functional.regressions.test_bug_1879878.TestCrossCell.test_migrate_revert_2_False
|
||||||
test_migrate_revert_1_True |
pass
pt384.2: nova.tests.functional.regressions.test_bug_1879878.TestCrossCell.test_migrate_revert_1_True
|
||||||
test_migrate_confirm_1_True |
pass
pt384.3: nova.tests.functional.regressions.test_bug_1879878.TestCrossCell.test_migrate_confirm_1_True
|
||||||
test_migrate_confirm_2_False |
pass
pt384.4: nova.tests.functional.regressions.test_bug_1879878.TestCrossCell.test_migrate_confirm_2_False
|
||||||
| nova.tests.functional.regressions.test_bug_1879878.TestSameCell | 4 | 4 | 0 | 0 | 0 | Detail | |
test_migrate_confirm_2_False |
pass
pt385.1: nova.tests.functional.regressions.test_bug_1879878.TestSameCell.test_migrate_confirm_2_False
|
||||||
test_migrate_confirm_1_True |
pass
pt385.2: nova.tests.functional.regressions.test_bug_1879878.TestSameCell.test_migrate_confirm_1_True
|
||||||
test_migrate_revert_1_True |
pass
pt385.3: nova.tests.functional.regressions.test_bug_1879878.TestSameCell.test_migrate_revert_1_True
|
||||||
test_migrate_revert_2_False |
pass
pt385.4: nova.tests.functional.regressions.test_bug_1879878.TestSameCell.test_migrate_revert_2_False
|
||||||
| nova.tests.functional.regressions.test_bug_1886418.TestServices | 1 | 1 | 0 | 0 | 0 | Detail | |
test_compute_disable_after_server_create |
pass
pt386.1: nova.tests.functional.regressions.test_bug_1886418.TestServices.test_compute_disable_after_server_create
|
||||||
| nova.tests.functional.regressions.test_bug_1888395.TestLiveMigrationRollbackWithoutMultiplePortBindings | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migration_rollback |
pass
pt387.1: nova.tests.functional.regressions.test_bug_1888395.TestLiveMigrationRollbackWithoutMultiplePortBindings.test_live_migration_rollback
|
||||||
| nova.tests.functional.regressions.test_bug_1888395.TestLiveMigrationWithoutMultiplePortBindings | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate |
pass
pt388.1: nova.tests.functional.regressions.test_bug_1888395.TestLiveMigrationWithoutMultiplePortBindings.test_live_migrate
|
||||||
| nova.tests.functional.regressions.test_bug_1889108.TestVolAttachmentsDuringPreLiveMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_vol_attachments_during_driver_pre_live_mig_failure |
pass
pt389.1: nova.tests.functional.regressions.test_bug_1889108.TestVolAttachmentsDuringPreLiveMigration.test_vol_attachments_during_driver_pre_live_mig_failure
|
||||||
| nova.tests.functional.regressions.test_bug_1890244.IgnoreDeletedServerGroupsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_after_group_delete |
pass
pt390.1: nova.tests.functional.regressions.test_bug_1890244.IgnoreDeletedServerGroupsTest.test_evacuate_after_group_delete
|
||||||
| nova.tests.functional.regressions.test_bug_1893284.TestServersPerUserQuota | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_per_user_quota |
pass
pt391.1: nova.tests.functional.regressions.test_bug_1893284.TestServersPerUserQuota.test_create_server_with_per_user_quota
|
||||||
| nova.tests.functional.regressions.test_bug_1894966.TestCreateServerGroupWithEmptyPolicies | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_with_empty_policies |
pass
pt392.1: nova.tests.functional.regressions.test_bug_1894966.TestCreateServerGroupWithEmptyPolicies.test_create_with_empty_policies
|
||||||
| nova.tests.functional.regressions.test_bug_1895696.TestNonBootableImageMeta | 3 | 3 | 0 | 0 | 0 | Detail | |
test_nonbootable_metadata_bfv_image_metadata |
pass
pt393.1: nova.tests.functional.regressions.test_bug_1895696.TestNonBootableImageMeta.test_nonbootable_metadata_bfv_image_metadata
|
||||||
test_nonbootable_metadata_bfv_volume_image_metadata |
pass
pt393.2: nova.tests.functional.regressions.test_bug_1895696.TestNonBootableImageMeta.test_nonbootable_metadata_bfv_volume_image_metadata
|
||||||
test_nonbootable_metadata_image_metadata |
pass
pt393.3: nova.tests.functional.regressions.test_bug_1895696.TestNonBootableImageMeta.test_nonbootable_metadata_image_metadata
|
||||||
| nova.tests.functional.regressions.test_bug_1896463.TestEvacuateResourceTrackerRace | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_races_with_update_available_resource |
pass
pt394.1: nova.tests.functional.regressions.test_bug_1896463.TestEvacuateResourceTrackerRace.test_evacuate_races_with_update_available_resource
|
||||||
| nova.tests.functional.regressions.test_bug_1899649.TestVolAttachmentsAfterFailureToScheduleOrBuild | 4 | 4 | 0 | 0 | 0 | Detail | |
test_failure_to_schedule_with_host |
pass
pt395.1: nova.tests.functional.regressions.test_bug_1899649.TestVolAttachmentsAfterFailureToScheduleOrBuild.test_failure_to_schedule_with_host
|
||||||
test_failure_to_build_with_az_and_host |
pass
pt395.2: nova.tests.functional.regressions.test_bug_1899649.TestVolAttachmentsAfterFailureToScheduleOrBuild.test_failure_to_build_with_az_and_host
|
||||||
test_failure_to_schedule |
pass
pt395.3: nova.tests.functional.regressions.test_bug_1899649.TestVolAttachmentsAfterFailureToScheduleOrBuild.test_failure_to_schedule
|
||||||
test_failure_to_schedule_with_az |
pass
pt395.4: nova.tests.functional.regressions.test_bug_1899649.TestVolAttachmentsAfterFailureToScheduleOrBuild.test_failure_to_schedule_with_az
|
||||||
| nova.tests.functional.regressions.test_bug_1899835.TestVolumeDisconnectDuringPreLiveMigrationRollback | 2 | 2 | 0 | 0 | 0 | Detail | |
test_pre_live_migration_failed_after_new_attachment_created |
pass
pt396.1: nova.tests.functional.regressions.test_bug_1899835.TestVolumeDisconnectDuringPreLiveMigrationRollback.test_pre_live_migration_failed_after_new_attachment_created
|
||||||
test_disconnect_volume_called_during_pre_live_migration_failure |
pass
pt396.2: nova.tests.functional.regressions.test_bug_1899835.TestVolumeDisconnectDuringPreLiveMigrationRollback.test_disconnect_volume_called_during_pre_live_migration_failure
|
||||||
| nova.tests.functional.regressions.test_bug_1902925.ComputeVersion5xPinnedRpcTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_instance_5_0 |
pass
pt397.1: nova.tests.functional.regressions.test_bug_1902925.ComputeVersion5xPinnedRpcTests.test_rebuild_instance_5_0
|
||||||
test_rebuild_instance_5_12 |
pass
pt397.2: nova.tests.functional.regressions.test_bug_1902925.ComputeVersion5xPinnedRpcTests.test_rebuild_instance_5_12
|
||||||
| nova.tests.functional.regressions.test_bug_1908075.TestVolAttachCinderReset | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_attach_after_cinder_reset_state_multiattach_volume |
pass
pt398.1: nova.tests.functional.regressions.test_bug_1908075.TestVolAttachCinderReset.test_volume_attach_after_cinder_reset_state_multiattach_volume
|
||||||
test_volume_attach_after_cinder_reset_state |
pass
pt398.2: nova.tests.functional.regressions.test_bug_1908075.TestVolAttachCinderReset.test_volume_attach_after_cinder_reset_state
|
||||||
| nova.tests.functional.regressions.test_bug_1909120.TestDetachVolumeWhileComputeDown | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_detach_while_compute_down |
pass
pt399.1: nova.tests.functional.regressions.test_bug_1909120.TestDetachVolumeWhileComputeDown.test_volume_detach_while_compute_down
|
||||||
| nova.tests.functional.regressions.test_bug_1914777.TestDeleteWhileBooting | 2 | 2 | 0 | 0 | 0 | Detail | |
test_deleting_instance_at_the_same_time |
pass
pt400.1: nova.tests.functional.regressions.test_bug_1914777.TestDeleteWhileBooting.test_deleting_instance_at_the_same_time
|
||||||
test_build_request_and_instance_not_found |
pass
pt400.2: nova.tests.functional.regressions.test_bug_1914777.TestDeleteWhileBooting.test_build_request_and_instance_not_found
|
||||||
| nova.tests.functional.regressions.test_bug_1922053.ForceUpWithDoneEvacuations | 1 | 1 | 0 | 0 | 0 | Detail | |
test_force_up_with_done_evacuation_records |
pass
pt401.1: nova.tests.functional.regressions.test_bug_1922053.ForceUpWithDoneEvacuations.test_force_up_with_done_evacuation_records
|
||||||
| nova.tests.functional.regressions.test_bug_1922053.ForceUpWithDoneEvacuationsv252 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_force_up_with_done_evacuation_records |
pass
pt402.1: nova.tests.functional.regressions.test_bug_1922053.ForceUpWithDoneEvacuationsv252.test_force_up_with_done_evacuation_records
|
||||||
| nova.tests.functional.regressions.test_bug_1928063.TestSEVInstanceReboot | 1 | 1 | 0 | 0 | 0 | Detail | |
test_hard_reboot |
pass
pt403.1: nova.tests.functional.regressions.test_bug_1928063.TestSEVInstanceReboot.test_hard_reboot
|
||||||
| nova.tests.functional.regressions.test_bug_1937084.TestDetachAttachmentNotFound | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_attachment_volume_not_found |
pass
pt404.1: nova.tests.functional.regressions.test_bug_1937084.TestDetachAttachmentNotFound.test_delete_attachment_volume_not_found
|
||||||
| nova.tests.functional.regressions.test_bug_1937375.TestDuplicateVolAttachRace | 1 | 1 | 0 | 0 | 0 | Detail | |
test_duplicate_volume_attach_race |
pass
pt405.1: nova.tests.functional.regressions.test_bug_1937375.TestDuplicateVolAttachRace.test_duplicate_volume_attach_race
|
||||||
| nova.tests.functional.regressions.test_bug_1938326.TestMigrateFromDownHost | 4 | 4 | 0 | 0 | 0 | Detail | |
test_migrate_from_down_host |
pass
pt406.1: nova.tests.functional.regressions.test_bug_1938326.TestMigrateFromDownHost.test_migrate_from_down_host
|
||||||
test_migrate_from_disabled_down_host |
pass
pt406.2: nova.tests.functional.regressions.test_bug_1938326.TestMigrateFromDownHost.test_migrate_from_disabled_down_host
|
||||||
test_migrate_from_disabled_host |
pass
pt406.3: nova.tests.functional.regressions.test_bug_1938326.TestMigrateFromDownHost.test_migrate_from_disabled_host
|
||||||
test_migrate_from_forced_down_host |
pass
pt406.4: nova.tests.functional.regressions.test_bug_1938326.TestMigrateFromDownHost.test_migrate_from_forced_down_host
|
||||||
| nova.tests.functional.regressions.test_bug_1939545.TestLiveMigrateUpdateDevicePath | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_update_device_path |
pass
pt407.1: nova.tests.functional.regressions.test_bug_1939545.TestLiveMigrateUpdateDevicePath.test_live_migrate_update_device_path
|
||||||
| nova.tests.functional.regressions.test_bug_1943431.TestLibvirtROMultiattachMigrate | 2 | 2 | 0 | 0 | 0 | Detail | |
test_ro_multiattach_swap_volume |
pass
pt408.1: nova.tests.functional.regressions.test_bug_1943431.TestLibvirtROMultiattachMigrate.test_ro_multiattach_swap_volume
|
||||||
test_ro_multiattach_migrate_volume |
pass
pt408.2: nova.tests.functional.regressions.test_bug_1943431.TestLibvirtROMultiattachMigrate.test_ro_multiattach_migrate_volume
|
||||||
| nova.tests.functional.regressions.test_bug_1944619.TestRollbackWithHWOffloadedOVS | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rollback_pre_live_migration |
pass
pt409.1: nova.tests.functional.regressions.test_bug_1944619.TestRollbackWithHWOffloadedOVS.test_rollback_pre_live_migration
|
||||||
| nova.tests.functional.regressions.test_bug_1978983.EvacuateServerWithTaskState | 1 | 1 | 0 | 0 | 0 | Detail | |
test_evacuate_instance |
pass
pt410.1: nova.tests.functional.regressions.test_bug_1978983.EvacuateServerWithTaskState.test_evacuate_instance
|
||||||
| nova.tests.functional.regressions.test_bug_1980720.LibvirtDriverTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_quiesce_fail |
pass
pt411.1: nova.tests.functional.regressions.test_bug_1980720.LibvirtDriverTests.test_snapshot_quiesce_fail
|
||||||
| nova.tests.functional.regressions.test_bug_1983753.TestPciResize | 3 | 3 | 0 | 0 | 0 | Detail | |
test_resize_from_two_devs_to_one_dev_dest_has_one_dev |
pass
pt412.1: nova.tests.functional.regressions.test_bug_1983753.TestPciResize.test_resize_from_two_devs_to_one_dev_dest_has_one_dev
|
||||||
test_resize_from_two_devs_to_one_dev_dest_has_two_devs |
pass
pt412.2: nova.tests.functional.regressions.test_bug_1983753.TestPciResize.test_resize_from_two_devs_to_one_dev_dest_has_two_devs
|
||||||
test_resize_from_vf_to_pf |
pass
pt412.3: nova.tests.functional.regressions.test_bug_1983753.TestPciResize.test_resize_from_vf_to_pf
|
||||||
| nova.tests.functional.regressions.test_bug_1995153.Bug1995153RegressionTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_socket_policy_bug_1995153 |
pass
pt413.1: nova.tests.functional.regressions.test_bug_1995153.Bug1995153RegressionTest.test_socket_policy_bug_1995153
|
||||||
| nova.tests.functional.regressions.test_bug_2007968.Bug2007968RegressionTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_with_smaller_memory_image_required |
pass
pt414.1: nova.tests.functional.regressions.test_bug_2007968.Bug2007968RegressionTest.test_resize_with_smaller_memory_image_required
|
||||||
| nova.tests.functional.regressions.test_bug_2016173.TestVolumeDetachRollback | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_create_volume_detach_fails |
pass
pt415.1: nova.tests.functional.regressions.test_bug_2016173.TestVolumeDetachRollback.test_server_create_volume_detach_fails
|
||||||
| nova.tests.functional.regressions.test_bug_2025480.UnshelveUpdateAvailableResourcesPeriodicRace | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unshelve_spawning_update_available_resources |
pass
pt416.1: nova.tests.functional.regressions.test_bug_2025480.UnshelveUpdateAvailableResourcesPeriodicRace.test_unshelve_spawning_update_available_resources
|
||||||
| nova.tests.functional.regressions.test_bug_2040264.ComputeVersion6xPinnedRpcTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_rebuild_instance_6_0 |
pass
pt417.1: nova.tests.functional.regressions.test_bug_2040264.ComputeVersion6xPinnedRpcTests.test_rebuild_instance_6_0
|
||||||
test_rebuild_instance_6_1 |
pass
pt417.2: nova.tests.functional.regressions.test_bug_2040264.ComputeVersion6xPinnedRpcTests.test_rebuild_instance_6_1
|
||||||
test_rebuild_instance_6_2 |
pass
pt417.3: nova.tests.functional.regressions.test_bug_2040264.ComputeVersion6xPinnedRpcTests.test_rebuild_instance_6_2
|
||||||
| nova.tests.functional.regressions.test_bug_2044235.TestMessagingTimeoutDuringLiveMigrationCheck | 1 | 1 | 0 | 0 | 0 | Detail | |
test_source_error_during_pre_live_migration |
pass
pt418.1: nova.tests.functional.regressions.test_bug_2044235.TestMessagingTimeoutDuringLiveMigrationCheck.test_source_error_during_pre_live_migration
|
||||||
| nova.tests.functional.regressions.test_bug_2048837.TestConcurrentMultiAttachCleanup | 2 | 2 | 0 | 0 | 0 | Detail | |
test_concurrent_server_delete |
pass
pt419.1: nova.tests.functional.regressions.test_bug_2048837.TestConcurrentMultiAttachCleanup.test_concurrent_server_delete
|
||||||
test_serial_server_delete |
pass
pt419.2: nova.tests.functional.regressions.test_bug_2048837.TestConcurrentMultiAttachCleanup.test_serial_server_delete
|
||||||
| nova.tests.functional.regressions.test_bug_2062127.TestRebuildWithSnapshotImage | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_bfv_with_snapshot_image |
pass
pt420.1: nova.tests.functional.regressions.test_bug_2062127.TestRebuildWithSnapshotImage.test_rebuild_bfv_with_snapshot_image
|
||||||
| nova.tests.functional.regressions.test_bug_2062425.TestSchedulingForImageCPUProperty | 2 | 2 | 0 | 0 | 0 | Detail | |
test_server_create_with_valid_arch |
pass
pt421.1: nova.tests.functional.regressions.test_bug_2062425.TestSchedulingForImageCPUProperty.test_server_create_with_valid_arch
|
||||||
test_server_create_with_valid_emul_arch |
pass
pt421.2: nova.tests.functional.regressions.test_bug_2062425.TestSchedulingForImageCPUProperty.test_server_create_with_valid_emul_arch
|
||||||
| nova.tests.functional.regressions.test_bug_2074219.VGPUTestVolumeOPs | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_vgpu_server_volume_attach |
pass
pt422.1: nova.tests.functional.regressions.test_bug_2074219.VGPUTestVolumeOPs.test_create_vgpu_server_volume_attach
|
||||||
test_create_vgpu_server_volume_detach |
pass
pt422.2: nova.tests.functional.regressions.test_bug_2074219.VGPUTestVolumeOPs.test_create_vgpu_server_volume_detach
|
||||||
| nova.tests.functional.regressions.test_bug_2077980.TestImageToLocalBDM | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_to_local_bdm__empty_image |
pass
pt423.1: nova.tests.functional.regressions.test_bug_2077980.TestImageToLocalBDM.test_image_to_local_bdm__empty_image
|
||||||
| nova.tests.functional.regressions.test_bug_2079850.TestBugBackingFilePartitionTables | 2 | 0 | 0 | 0 | 2 | Detail | |
test_cache_file |
skip
pt424.1: nova.tests.functional.regressions.test_bug_2079850.TestBugBackingFilePartitionTables.test_cache_file
|
||||||
test_create_file |
skip
pt424.2: nova.tests.functional.regressions.test_bug_2079850.TestBugBackingFilePartitionTables.test_create_file
|
||||||
| nova.tests.functional.regressions.test_bug_2080531.InterfaceAttachMtuRegressionTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migration_succeeds_after_interface_attach |
pass
pt425.1: nova.tests.functional.regressions.test_bug_2080531.InterfaceAttachMtuRegressionTest.test_live_migration_succeeds_after_interface_attach
|
||||||
test_attach_interface_from_new_network_preserves_existing_mtu |
pass
pt425.2: nova.tests.functional.regressions.test_bug_2080531.InterfaceAttachMtuRegressionTest.test_attach_interface_from_new_network_preserves_existing_mtu
|
||||||
| nova.tests.functional.regressions.test_bug_2085135.HostMappingDiscoveryTestFail | 1 | 1 | 0 | 0 | 0 | Detail | |
test_discover_host_fail_after_service_deletion |
pass
pt426.1: nova.tests.functional.regressions.test_bug_2085135.HostMappingDiscoveryTestFail.test_discover_host_fail_after_service_deletion
|
||||||
| nova.tests.functional.regressions.test_bug_2085975.TestComputeStartupInProgressEvacuation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_compute_startup_evacuation_in_progress |
pass
pt427.1: nova.tests.functional.regressions.test_bug_2085975.TestComputeStartupInProgressEvacuation.test_compute_startup_evacuation_in_progress
|
||||||
| nova.tests.functional.regressions.test_bug_2088066.TestDeleteInstanceWhileSchedulingWithBDM | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_instance_while_scheduling_with_bdm |
pass
pt428.1: nova.tests.functional.regressions.test_bug_2088066.TestDeleteInstanceWhileSchedulingWithBDM.test_delete_instance_while_scheduling_with_bdm
|
||||||
| nova.tests.functional.regressions.test_bug_2098496.PCIInPlacementCreateAfterDeleteTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_after_delete |
pass
pt429.1: nova.tests.functional.regressions.test_bug_2098496.PCIInPlacementCreateAfterDeleteTestCase.test_create_after_delete
|
||||||
test_create_after_delete_with_rc_and_traits |
pass
pt429.2: nova.tests.functional.regressions.test_bug_2098496.PCIInPlacementCreateAfterDeleteTestCase.test_create_after_delete_with_rc_and_traits
|
||||||
| nova.tests.functional.regressions.test_bug_2098892.VGPUTestsListDevices | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_available_resource |
pass
pt430.1: nova.tests.functional.regressions.test_bug_2098892.VGPUTestsListDevices.test_update_available_resource
|
||||||
| nova.tests.functional.regressions.test_bug_2102038.MultipleSpecPerAliasWithPCIInPlacementTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_alias_with_multiple_specs_not_supported |
pass
pt431.1: nova.tests.functional.regressions.test_bug_2102038.MultipleSpecPerAliasWithPCIInPlacementTest.test_alias_with_multiple_specs_not_supported
|
||||||
| nova.tests.functional.regressions.test_bug_2108974.TestCrossCellResizeKeypairLoss | 1 | 1 | 0 | 0 | 0 | Detail | |
test_keypair_lost_after_cross_cell_resize_confirm |
pass
pt432.1: nova.tests.functional.regressions.test_bug_2108974.TestCrossCellResizeKeypairLoss.test_keypair_lost_after_cross_cell_resize_confirm
|
||||||
| nova.tests.functional.regressions.test_bug_2111440.MissingRCAndIdAliasWithPCIInPlacementTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_alias_without_rc_or_vendor_product_id_is_not_supported |
pass
pt433.1: nova.tests.functional.regressions.test_bug_2111440.MissingRCAndIdAliasWithPCIInPlacementTest.test_alias_without_rc_or_vendor_product_id_is_not_supported
|
||||||
| nova.tests.functional.regressions.test_bug_2112187.TestDirectSwapVolume | 1 | 1 | 0 | 0 | 0 | Detail | |
test_direct_swap_volume |
pass
pt434.1: nova.tests.functional.regressions.test_bug_2112187.TestDirectSwapVolume.test_direct_swap_volume
|
||||||
| nova.tests.functional.regressions.test_bug_2125052.TestImagePropsWeigher | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot |
pass
pt435.1: nova.tests.functional.regressions.test_bug_2125052.TestImagePropsWeigher.test_boot
|
||||||
| nova.tests.functional.regressions.test_bug_2125935.TestImagePropsWeigher | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot |
pass
pt436.1: nova.tests.functional.regressions.test_bug_2125935.TestImagePropsWeigher.test_boot
|
||||||
| nova.tests.functional.regressions.test_bug_2127196.TestLunVolumeBlockio | 1 | 1 | 0 | 0 | 0 | Detail | |
test_lun_volume_no_blockio |
pass
pt437.1: nova.tests.functional.regressions.test_bug_2127196.TestLunVolumeBlockio.test_lun_volume_no_blockio
|
||||||
| nova.tests.functional.regressions.test_bug_2134375.TestPortErrorDuringCreateServer | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_ports_for_instance_fails_delete_all_created_ports |
pass
pt438.1: nova.tests.functional.regressions.test_bug_2134375.TestPortErrorDuringCreateServer.test_update_ports_for_instance_fails_delete_all_created_ports
|
||||||
| nova.tests.functional.regressions.test_bug_2139351.TestLiveMigrationIOThreadPinning | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migrate_iothread_pinning_numa |
pass
pt439.1: nova.tests.functional.regressions.test_bug_2139351.TestLiveMigrationIOThreadPinning.test_live_migrate_iothread_pinning_numa
|
||||||
test_live_migrate_unpinned_vcpu_cpuset_updated |
pass
pt439.2: nova.tests.functional.regressions.test_bug_2139351.TestLiveMigrationIOThreadPinning.test_live_migrate_unpinned_vcpu_cpuset_updated
|
||||||
| nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU | 5 | 5 | 0 | 0 | 0 | Detail | |
test_iothread_no_pinning |
pass
pt440.1: nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU.test_iothread_no_pinning
|
||||||
test_iothread_pinning_isolated_emulator |
pass
pt440.2: nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU.test_iothread_pinning_isolated_emulator
|
||||||
test_iothread_pinning_pinned_cpu |
pass
pt440.3: nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU.test_iothread_pinning_pinned_cpu
|
||||||
test_iothread_pinning_shared_emulator |
pass
pt440.4: nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU.test_iothread_pinning_shared_emulator
|
||||||
test_iothread_pinning_explicit_numa |
pass
pt440.5: nova.tests.functional.regressions.test_bug_2140537.TestIOThreadPinningPinnedCPU.test_iothread_pinning_explicit_numa
|
||||||
| nova.tests.functional.regressions.test_bug_2140631.TestBug2140631Bandwidth | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bandwidth_resource_limit_enforced |
pass
pt441.1: nova.tests.functional.regressions.test_bug_2140631.TestBug2140631Bandwidth.test_bandwidth_resource_limit_enforced
|
||||||
| nova.tests.functional.regressions.test_bug_2140631.TestBug2140631Cyborg | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cyborg_resource_limit_enforced |
pass
pt442.1: nova.tests.functional.regressions.test_bug_2140631.TestBug2140631Cyborg.test_cyborg_resource_limit_enforced
|
||||||
| nova.tests.functional.regressions.test_bug_2140631.TestBug2140631PCI | 2 | 2 | 0 | 0 | 0 | Detail | |
test_pci_resource_class_limit_enforced |
pass
pt443.1: nova.tests.functional.regressions.test_bug_2140631.TestBug2140631PCI.test_pci_resource_class_limit_enforced
|
||||||
test_pci_resource_class_limit_enforced_multi |
pass
pt443.2: nova.tests.functional.regressions.test_bug_2140631.TestBug2140631PCI.test_pci_resource_class_limit_enforced_multi
|
||||||
| nova.tests.functional.regressions.test_bug_2143972.PostLiveMigrationFail | 1 | 1 | 0 | 0 | 0 | Detail | |
test_post_live_migration_keystone_fails |
pass
pt444.1: nova.tests.functional.regressions.test_bug_2143972.PostLiveMigrationFail.test_post_live_migration_keystone_fails
|
||||||
| nova.tests.functional.regressions.test_bug_2152697.TestLiveMigrationIOThreadPinningPreExistingInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_pre_existing_pinned_instance |
pass
pt445.1: nova.tests.functional.regressions.test_bug_2152697.TestLiveMigrationIOThreadPinningPreExistingInstance.test_live_migrate_pre_existing_pinned_instance
|
||||||
| nova.tests.functional.regressions.test_bug_2153425.NUMALiveMigrationCPUAllocationTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migration_cpu_limit_per_cell |
pass
pt446.1: nova.tests.functional.regressions.test_bug_2153425.NUMALiveMigrationCPUAllocationTests.test_live_migration_cpu_limit_per_cell
|
||||||
| nova.tests.functional.regressions.test_bug_2154495.FakeDriverVTPMStartupValidationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_incapable_driver_skips_vtpm_config_inspection |
pass
pt447.1: nova.tests.functional.regressions.test_bug_2154495.FakeDriverVTPMStartupValidationTest.test_incapable_driver_skips_vtpm_config_inspection
|
||||||
| nova.tests.functional.regressions.test_bug_2154495.LibvirtVTPMStartupValidationTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_vtpm_enabled_skips_vtpm_config_inspection |
pass
pt448.1: nova.tests.functional.regressions.test_bug_2154495.LibvirtVTPMStartupValidationTest.test_vtpm_enabled_skips_vtpm_config_inspection
|
||||||
test_vtpm_disabled_inspects_vtpm_config |
pass
pt448.2: nova.tests.functional.regressions.test_bug_2154495.LibvirtVTPMStartupValidationTest.test_vtpm_disabled_inspects_vtpm_config
|
||||||
| nova.tests.functional.regressions.test_bug_2160224.TestAttachVolumeListAttachmentRace | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_and_show_race |
pass
pt449.1: nova.tests.functional.regressions.test_bug_2160224.TestAttachVolumeListAttachmentRace.test_attach_and_show_race
|
||||||
test_attach_and_list_race |
pass
pt449.2: nova.tests.functional.regressions.test_bug_2160224.TestAttachVolumeListAttachmentRace.test_attach_and_list_race
|
||||||
| nova.tests.functional.test_aggregates.AggregateHostMoveTestCase | 8 | 8 | 0 | 0 | 0 | Detail | |
test_remove_host_with_instances_default_az_doesnt_change |
pass
pt450.1: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_remove_host_with_instances_default_az_doesnt_change
|
||||||
test_cannot_add_host_with_instances_default_az_then_custom_az |
pass
pt450.2: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_cannot_add_host_with_instances_default_az_then_custom_az
|
||||||
test_cannot_remove_host_with_instances_custom_az_to_default |
pass
pt450.3: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_cannot_remove_host_with_instances_custom_az_to_default
|
||||||
test_add_host_with_instances_custom_az_doesnt_change |
pass
pt450.4: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_add_host_with_instances_custom_az_doesnt_change
|
||||||
test_remove_host_with_instances_custom_az_doesnt_change |
pass
pt450.5: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_remove_host_with_instances_custom_az_doesnt_change
|
||||||
test_add_host_with_instances_custom_az_then_default |
pass
pt450.6: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_add_host_with_instances_custom_az_then_default
|
||||||
test_add_host_with_instances_default_az_doesnt_change |
pass
pt450.7: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_add_host_with_instances_default_az_doesnt_change
|
||||||
test_moving_host_around_az_without_instances |
pass
pt450.8: nova.tests.functional.test_aggregates.AggregateHostMoveTestCase.test_moving_host_around_az_without_instances
|
||||||
| nova.tests.functional.test_aggregates.AggregateMultiTenancyIsolationColdMigrateTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cold_migrate_server |
pass
pt451.1: nova.tests.functional.test_aggregates.AggregateMultiTenancyIsolationColdMigrateTest.test_cold_migrate_server
|
||||||
| nova.tests.functional.test_aggregates.AggregatePostTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_set_az_for_aggregate_no_instances |
pass
pt452.1: nova.tests.functional.test_aggregates.AggregatePostTest.test_set_az_for_aggregate_no_instances
|
||||||
test_rename_to_same_az |
pass
pt452.2: nova.tests.functional.test_aggregates.AggregatePostTest.test_rename_to_same_az
|
||||||
test_cannot_delete_az |
pass
pt452.3: nova.tests.functional.test_aggregates.AggregatePostTest.test_cannot_delete_az
|
||||||
test_fail_set_az |
pass
pt452.4: nova.tests.functional.test_aggregates.AggregatePostTest.test_fail_set_az
|
||||||
| nova.tests.functional.test_aggregates.AggregatePutTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_cannot_delete_az |
pass
pt453.1: nova.tests.functional.test_aggregates.AggregatePutTest.test_cannot_delete_az
|
||||||
test_fail_set_az |
pass
pt453.2: nova.tests.functional.test_aggregates.AggregatePutTest.test_fail_set_az
|
||||||
test_set_az_for_aggregate_no_instances |
pass
pt453.3: nova.tests.functional.test_aggregates.AggregatePutTest.test_set_az_for_aggregate_no_instances
|
||||||
test_rename_to_same_az |
pass
pt453.4: nova.tests.functional.test_aggregates.AggregatePutTest.test_rename_to_same_az
|
||||||
| nova.tests.functional.test_aggregates.AggregatesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_add_hosts |
pass
pt454.1: nova.tests.functional.test_aggregates.AggregatesTest.test_add_hosts
|
||||||
test_add_unmapped_host |
pass
pt454.2: nova.tests.functional.test_aggregates.AggregatesTest.test_add_unmapped_host
|
||||||
| nova.tests.functional.test_aggregates.AggregatesV281Test | 11 | 11 | 0 | 0 | 0 | Detail | |
test_cache_images_on_aggregate |
pass
pt455.1: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_on_aggregate
|
||||||
test_cache_images_with_additional_in_cache |
pass
pt455.2: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_additional_in_cache
|
||||||
test_cache_images_with_additional_in_image |
pass
pt455.3: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_additional_in_image
|
||||||
test_cache_images_with_missing_image_id |
pass
pt455.4: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_missing_image_id
|
||||||
test_cache_images_with_missing_cache |
pass
pt455.5: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_missing_cache
|
||||||
test_add_hosts |
pass
pt455.6: nova.tests.functional.test_aggregates.AggregatesV281Test.test_add_hosts
|
||||||
test_cache_images_with_duplicates |
pass
pt455.7: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_duplicates
|
||||||
test_cache_images_with_no_images |
pass
pt455.8: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_with_no_images
|
||||||
test_add_unmapped_host |
pass
pt455.9: nova.tests.functional.test_aggregates.AggregatesV281Test.test_add_unmapped_host
|
||||||
test_cache_images_on_aggregate_missing_image |
pass
pt455.10: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_on_aggregate_missing_image
|
||||||
test_cache_images_on_missing_aggregate |
pass
pt455.11: nova.tests.functional.test_aggregates.AggregatesV281Test.test_cache_images_on_missing_aggregate
|
||||||
| nova.tests.functional.test_aggregates.IsolateAggregateFilterTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_filter_with_traits_image_flavor_disjoint_of_aggregates |
pass
pt456.1: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_traits_image_flavor_disjoint_of_aggregates
|
||||||
test_filter_with_traits_on_image_and_flavor |
pass
pt456.2: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_traits_on_image_and_flavor
|
||||||
test_filter_with_traits_image_flavor_subset_of_aggregates |
pass
pt456.3: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_traits_image_flavor_subset_of_aggregates
|
||||||
test_filter_with_common_trait_on_aggregates |
pass
pt456.4: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_common_trait_on_aggregates
|
||||||
test_filter_with_trait_on_flavor |
pass
pt456.5: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_trait_on_flavor
|
||||||
test_filter_without_trait |
pass
pt456.6: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_without_trait
|
||||||
test_filter_with_no_valid_host |
pass
pt456.7: nova.tests.functional.test_aggregates.IsolateAggregateFilterTest.test_filter_with_no_valid_host
|
||||||
| nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters | 7 | 7 | 0 | 0 | 0 | Detail | |
test_filter_with_common_trait_on_aggregates |
pass
pt457.1: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_common_trait_on_aggregates
|
||||||
test_filter_with_traits_image_flavor_disjoint_of_aggregates |
pass
pt457.2: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_traits_image_flavor_disjoint_of_aggregates
|
||||||
test_filter_with_no_valid_host |
pass
pt457.3: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_no_valid_host
|
||||||
test_filter_with_trait_on_flavor |
pass
pt457.4: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_trait_on_flavor
|
||||||
test_filter_with_traits_on_image_and_flavor |
pass
pt457.5: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_traits_on_image_and_flavor
|
||||||
test_filter_with_traits_image_flavor_subset_of_aggregates |
pass
pt457.6: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_with_traits_image_flavor_subset_of_aggregates
|
||||||
test_filter_without_trait |
pass
pt457.7: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWOConcernFilters.test_filter_without_trait
|
||||||
| nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters | 7 | 7 | 0 | 0 | 0 | Detail | |
test_filter_with_common_trait_on_aggregates |
pass
pt458.1: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_common_trait_on_aggregates
|
||||||
test_filter_with_traits_image_flavor_subset_of_aggregates |
pass
pt458.2: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_traits_image_flavor_subset_of_aggregates
|
||||||
test_filter_with_no_valid_host |
pass
pt458.3: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_no_valid_host
|
||||||
test_filter_with_traits_image_flavor_disjoint_of_aggregates |
pass
pt458.4: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_traits_image_flavor_disjoint_of_aggregates
|
||||||
test_filter_with_trait_on_flavor |
pass
pt458.5: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_trait_on_flavor
|
||||||
test_filter_with_traits_on_image_and_flavor |
pass
pt458.6: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_with_traits_on_image_and_flavor
|
||||||
test_filter_without_trait |
pass
pt458.7: nova.tests.functional.test_aggregates.IsolateAggregateFilterTestWithConcernFilters.test_filter_without_trait
|
||||||
| nova.tests.functional.test_aggregates.TenantAggregateFilterTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_tenant_id_required_fails_if_no_aggregate |
pass
pt459.1: nova.tests.functional.test_aggregates.TenantAggregateFilterTest.test_tenant_id_required_fails_if_no_aggregate
|
||||||
test_filter_with_multiple_aggregates_for_tenant |
pass
pt459.2: nova.tests.functional.test_aggregates.TenantAggregateFilterTest.test_filter_with_multiple_aggregates_for_tenant
|
||||||
test_tenant_id_not_required_succeeds_if_no_aggregate |
pass
pt459.3: nova.tests.functional.test_aggregates.TenantAggregateFilterTest.test_tenant_id_not_required_succeeds_if_no_aggregate
|
||||||
test_filter_honors_tenant_id |
pass
pt459.4: nova.tests.functional.test_aggregates.TenantAggregateFilterTest.test_filter_honors_tenant_id
|
||||||
test_filter_with_empty_aggregate |
pass
pt459.5: nova.tests.functional.test_aggregates.TenantAggregateFilterTest.test_filter_with_empty_aggregate
|
||||||
| nova.tests.functional.test_aggregates.TestAggregateFiltersTogether | 4 | 4 | 0 | 0 | 0 | Detail | |
test_tenant_with_az_match |
pass
pt460.1: nova.tests.functional.test_aggregates.TestAggregateFiltersTogether.test_tenant_with_az_match
|
||||||
test_tenant_with_az_and_traits_mismatch |
pass
pt460.2: nova.tests.functional.test_aggregates.TestAggregateFiltersTogether.test_tenant_with_az_and_traits_mismatch
|
||||||
test_tenant_with_az_mismatch |
pass
pt460.3: nova.tests.functional.test_aggregates.TestAggregateFiltersTogether.test_tenant_with_az_mismatch
|
||||||
test_tenant_with_az_and_traits_match |
pass
pt460.4: nova.tests.functional.test_aggregates.TestAggregateFiltersTogether.test_tenant_with_az_and_traits_match
|
||||||
| nova.tests.functional.test_aggregates.TestAggregateMultiTenancyIsolationFilter | 1 | 1 | 0 | 0 | 0 | Detail | |
test_aggregate_multitenancy_isolation_filter |
pass
pt461.1: nova.tests.functional.test_aggregates.TestAggregateMultiTenancyIsolationFilter.test_aggregate_multitenancy_isolation_filter
|
||||||
| nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling | 20 | 20 | 0 | 0 | 0 | Detail | |
test_unshelve_server_without_az_contraint |
pass
pt462.1: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_server_without_az_contraint
|
||||||
test_unshelve_to_az_a_server_with_az_constraint |
pass
pt462.2: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_az_a_server_with_az_constraint
|
||||||
test_resize_revert_across_azs |
pass
pt462.3: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_resize_revert_across_azs
|
||||||
test_unshelve_to_az_server_without_az_constraint |
pass
pt462.4: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_az_server_without_az_constraint
|
||||||
test_cold_migrate_cross_az |
pass
pt462.5: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_cold_migrate_cross_az
|
||||||
test_live_migrate_implicit_az |
pass
pt462.6: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_live_migrate_implicit_az
|
||||||
test_unshelve_to_host_and_az_a_server_with_az_constraint |
pass
pt462.7: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_and_az_a_server_with_az_constraint
|
||||||
test_unshelve_to_host_server_with_az_contraint |
pass
pt462.8: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_server_with_az_contraint
|
||||||
test_unshelve_a_server_with_az_contraint |
pass
pt462.9: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_a_server_with_az_contraint
|
||||||
test_unshelve_to_host_and_unpin_server_with_az_contraint |
pass
pt462.10: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_and_unpin_server_with_az_contraint
|
||||||
test_unshelve_to_host_server_without_az_contraint |
pass
pt462.11: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_server_without_az_contraint
|
||||||
test_unshelve_to_host_and_wrong_az_a_server_with_az_constraint |
pass
pt462.12: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_and_wrong_az_a_server_with_az_constraint
|
||||||
test_unshelve_unpin_az_server_without_az_contraint |
pass
pt462.13: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_unpin_az_server_without_az_contraint
|
||||||
test_create_server |
pass
pt462.14: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_create_server
|
||||||
test_unshelve_to_host_wrong_az_server_with_az_contraint |
pass
pt462.15: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_wrong_az_server_with_az_contraint
|
||||||
test_create_server_to_zone |
pass
pt462.16: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_create_server_to_zone
|
||||||
test_unshelve_to_az_and_host_server_without_az_constraint |
pass
pt462.17: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_az_and_host_server_without_az_constraint
|
||||||
test_unshelve_to_host_and_unpin_server_without_az_contraint |
pass
pt462.18: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_host_and_unpin_server_without_az_contraint
|
||||||
test_unshelve_to_unpin_az_a_server_with_az_constraint |
pass
pt462.19: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_unpin_az_a_server_with_az_constraint
|
||||||
test_unshelve_to_wrong_az_and_host_server_without_az_constraint |
pass
pt462.20: nova.tests.functional.test_availability_zones.TestAvailabilityZoneScheduling.test_unshelve_to_wrong_az_and_host_server_without_az_constraint
|
||||||
| nova.tests.functional.test_boot_from_volume.BootFromVolumeLargeRequestTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_from_volume_10_servers_255_volumes_2_images |
pass
pt463.1: nova.tests.functional.test_boot_from_volume.BootFromVolumeLargeRequestTest.test_boot_from_volume_10_servers_255_volumes_2_images
|
||||||
| nova.tests.functional.test_boot_from_volume.BootFromVolumeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_boot_from_volume_larger_than_local_gb |
pass
pt464.1: nova.tests.functional.test_boot_from_volume.BootFromVolumeTest.test_boot_from_volume_larger_than_local_gb
|
||||||
test_rebuild_volume_backed_larger_than_local_gb |
pass
pt464.2: nova.tests.functional.test_boot_from_volume.BootFromVolumeTest.test_rebuild_volume_backed_larger_than_local_gb
|
||||||
test_reboot_bfv_instance_snapshot |
pass
pt464.3: nova.tests.functional.test_boot_from_volume.BootFromVolumeTest.test_reboot_bfv_instance_snapshot
|
||||||
test_reboot_bfv_instance |
pass
pt464.4: nova.tests.functional.test_boot_from_volume.BootFromVolumeTest.test_reboot_bfv_instance
|
||||||
test_max_local_block_devices_0_force_bfv |
pass
pt464.5: nova.tests.functional.test_boot_from_volume.BootFromVolumeTest.test_max_local_block_devices_0_force_bfv
|
||||||
| nova.tests.functional.test_cold_migrate.ColdMigrationAllowSameHost | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cold_migrate_same_host_supported |
pass
pt465.1: nova.tests.functional.test_cold_migrate.ColdMigrationAllowSameHost.test_cold_migrate_same_host_supported
|
||||||
| nova.tests.functional.test_cold_migrate.ColdMigrationDisallowSameHost | 3 | 3 | 0 | 0 | 0 | Detail | |
test_cold_migrate_same_host_not_supported |
pass
pt466.1: nova.tests.functional.test_cold_migrate.ColdMigrationDisallowSameHost.test_cold_migrate_same_host_not_supported
|
||||||
test_cold_migrate_same_host_old_compute_allow |
pass
pt466.2: nova.tests.functional.test_cold_migrate.ColdMigrationDisallowSameHost.test_cold_migrate_same_host_old_compute_allow
|
||||||
test_cold_migrate_same_host_old_compute_disallow |
pass
pt466.3: nova.tests.functional.test_cold_migrate.ColdMigrationDisallowSameHost.test_cold_migrate_same_host_old_compute_disallow
|
||||||
| nova.tests.functional.test_compute_mgr.ComputeManagerTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_fault_message_no_traceback_with_retry |
pass
pt467.1: nova.tests.functional.test_compute_mgr.ComputeManagerTestCase.test_instance_fault_message_no_traceback_with_retry
|
||||||
| nova.tests.functional.test_conf_max_attach_disk_devices.ConfigurableMaxDiskDevicesTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_boot_from_volume |
pass
pt468.1: nova.tests.functional.test_conf_max_attach_disk_devices.ConfigurableMaxDiskDevicesTest.test_boot_from_volume
|
||||||
test_attach |
pass
pt468.2: nova.tests.functional.test_conf_max_attach_disk_devices.ConfigurableMaxDiskDevicesTest.test_attach
|
||||||
test_boot_from_volume_plus_attach_max_exceeded |
pass
pt468.3: nova.tests.functional.test_conf_max_attach_disk_devices.ConfigurableMaxDiskDevicesTest.test_boot_from_volume_plus_attach_max_exceeded
|
||||||
| nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_cross_az_attach_false_boot_from_volume_default_zone_match |
pass
pt469.1: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_boot_from_volume_default_zone_match
|
||||||
test_cross_az_attach_false_boot_from_volume_no_az_specified |
pass
pt469.2: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_boot_from_volume_no_az_specified
|
||||||
test_cross_az_attach_false_bfv_az_specified_mismatch |
pass
pt469.3: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_bfv_az_specified_mismatch
|
||||||
test_cross_az_attach_false_data_volume_no_az_specified |
pass
pt469.4: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_data_volume_no_az_specified
|
||||||
test_cross_az_attach_false_migrate_continues_to_pin_an_az |
pass
pt469.5: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_migrate_continues_to_pin_an_az
|
||||||
test_cross_az_attach_false_no_volumes |
pass
pt469.6: nova.tests.functional.test_cross_az_attach.CrossAZAttachTestCase.test_cross_az_attach_false_no_volumes
|
||||||
| nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate | 14 | 14 | 0 | 0 | 0 | Detail | |
test_resize_cross_cell_weigher_filtered_to_target_cell_by_spec |
pass
pt470.1: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_cross_cell_weigher_filtered_to_target_cell_by_spec
|
||||||
test_anti_affinity_group |
pass
pt470.2: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_anti_affinity_group
|
||||||
test_cold_migrate_cross_cell_weigher_stays_in_source_cell |
pass
pt470.3: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_cold_migrate_cross_cell_weigher_stays_in_source_cell
|
||||||
test_delete_while_in_verify_resize_status |
pass
pt470.4: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_delete_while_in_verify_resize_status
|
||||||
test_poll_unconfirmed_resizes_with_upcall |
pass
pt470.5: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_poll_unconfirmed_resizes_with_upcall
|
||||||
test_resize_confirm_from_stopped |
pass
pt470.6: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_confirm_from_stopped
|
||||||
test_resize_confirm_image_backed |
pass
pt470.7: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_confirm_image_backed
|
||||||
test_resize_revert_from_stopped |
pass
pt470.8: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_revert_from_stopped
|
||||||
test_resize_revert_volume_backed |
pass
pt470.9: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_revert_volume_backed
|
||||||
test_cold_migrate_target_host_in_other_cell |
pass
pt470.10: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_cold_migrate_target_host_in_other_cell
|
||||||
test_finish_snapshot_based_resize_at_dest_spawn_fails |
pass
pt470.11: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_finish_snapshot_based_resize_at_dest_spawn_fails
|
||||||
test_resize_revert_detach_volume_while_resized |
pass
pt470.12: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_resize_revert_detach_volume_while_resized
|
||||||
test_poll_unconfirmed_resizes_with_no_upcall |
pass
pt470.13: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_poll_unconfirmed_resizes_with_no_upcall
|
||||||
test_prep_snapshot_based_resize_at_source_destroy_fails |
pass
pt470.14: nova.tests.functional.test_cross_cell_migrate.TestMultiCellMigrate.test_prep_snapshot_based_resize_at_source_destroy_fails
|
||||||
| nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable | 8 | 8 | 0 | 0 | 0 | Detail | |
test_flavor_and_image_disabled |
pass
pt471.1: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_and_image_disabled
|
||||||
test_flavor_disabled |
pass
pt471.2: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_disabled
|
||||||
test_flavor_requested |
pass
pt471.3: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_requested
|
||||||
test_flavor_disabled_and_image_requested |
pass
pt471.4: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_disabled_and_image_requested
|
||||||
test_flavor_requested_and_image_disabled |
pass
pt471.5: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_requested_and_image_disabled
|
||||||
test_flavor_and_image_requested |
pass
pt471.6: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_flavor_and_image_requested
|
||||||
test_image_requested |
pass
pt471.7: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_image_requested
|
||||||
test_image_disabled |
pass
pt471.8: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionAvailable.test_image_disabled
|
||||||
| nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS | 15 | 15 | 0 | 0 | 0 | Detail | |
test_flavor_requested_plain |
pass
pt472.1: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_requested_plain
|
||||||
test_image_requested_luks |
pass
pt472.2: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_requested_luks
|
||||||
test_flavor_requested_luks |
pass
pt472.3: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_requested_luks
|
||||||
test_image_requested_plain |
pass
pt472.4: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_requested_plain
|
||||||
test_image_requested_plain_flavor_requested_luks |
pass
pt472.5: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_requested_plain_flavor_requested_luks
|
||||||
test_flavor_and_image_disabled |
pass
pt472.6: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_and_image_disabled
|
||||||
test_flavor_requested_and_image_disabled |
pass
pt472.7: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_requested_and_image_disabled
|
||||||
test_image_requested |
pass
pt472.8: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_requested
|
||||||
test_flavor_and_image_requested_luks |
pass
pt472.9: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_and_image_requested_luks
|
||||||
test_flavor_disabled |
pass
pt472.10: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_disabled
|
||||||
test_flavor_disabled_and_image_requested |
pass
pt472.11: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_disabled_and_image_requested
|
||||||
test_flavor_requested |
pass
pt472.12: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_requested
|
||||||
test_image_disabled |
pass
pt472.13: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_disabled
|
||||||
test_image_requested_luks_flavor_requested_plain |
pass
pt472.14: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_image_requested_luks_flavor_requested_plain
|
||||||
test_flavor_and_image_requested |
pass
pt472.15: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionLUKS.test_flavor_and_image_requested
|
||||||
| nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN | 7 | 7 | 0 | 0 | 0 | Detail | |
test_image_requested_plain |
pass
pt473.1: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_image_requested_plain
|
||||||
test_flavor_requested_luks |
pass
pt473.2: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_flavor_requested_luks
|
||||||
test_image_requested_luks_flavor_requested_plain |
pass
pt473.3: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_image_requested_luks_flavor_requested_plain
|
||||||
test_flavor_requested_plain |
pass
pt473.4: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_flavor_requested_plain
|
||||||
test_image_requested_luks |
pass
pt473.5: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_image_requested_luks
|
||||||
test_image_requested_plain_flavor_requested_luks |
pass
pt473.6: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_image_requested_plain_flavor_requested_luks
|
||||||
test_flavor_and_image_requested_plain |
pass
pt473.7: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionPLAIN.test_flavor_and_image_requested_plain
|
||||||
| nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionUnavailable | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_disabled |
pass
pt474.1: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionUnavailable.test_flavor_disabled
|
||||||
test_requested_but_unavailable |
pass
pt474.2: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionUnavailable.test_requested_but_unavailable
|
||||||
test_image_disabled |
pass
pt474.3: nova.tests.functional.test_ephemeral_encryption.TestEphemeralEncryptionUnavailable.test_image_disabled
|
||||||
| nova.tests.functional.test_external_networks.TestNeutronExternalNetworks | 1 | 1 | 0 | 0 | 0 | Detail | |
test_non_admin_create_server_on_external_network |
pass
pt475.1: nova.tests.functional.test_external_networks.TestNeutronExternalNetworks.test_non_admin_create_server_on_external_network
|
||||||
| nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_update |
pass
pt476.1: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsTest.test_update
|
||||||
test_update_invalid_spec |
pass
pt476.2: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsTest.test_update_invalid_spec
|
||||||
test_create_invalid_spec |
pass
pt476.3: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsTest.test_create_invalid_spec
|
||||||
test_create |
pass
pt476.4: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsTest.test_create
|
||||||
| nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_update_invalid_spec |
pass
pt477.1: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_update_invalid_spec
|
||||||
test_create |
pass
pt477.2: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_create
|
||||||
test_create_unknown_spec |
pass
pt477.3: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_create_unknown_spec
|
||||||
test_create_invalid_spec |
pass
pt477.4: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_create_invalid_spec
|
||||||
test_update |
pass
pt477.5: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_update
|
||||||
test_update_unknown_spec |
pass
pt477.6: nova.tests.functional.test_flavor_extraspecs.FlavorExtraSpecsV286Test.test_update_unknown_spec
|
||||||
| nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown | 14 | 14 | 0 | 0 | 0 | Detail | |
test_build_instance_track_wait_during_shutdown |
pass
pt478.1: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_build_instance_track_wait_during_shutdown
|
||||||
test_cold_migration_dest_shutdown_before_resize_instance_completes |
pass
pt478.2: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_cold_migration_dest_shutdown_before_resize_instance_completes
|
||||||
test_different_concurrent_operations_and_shutdown_wait_for_all |
pass
pt478.3: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_different_concurrent_operations_and_shutdown_wait_for_all
|
||||||
test_snapshot_instance_track_and_wait_during_shutdown |
pass
pt478.4: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_snapshot_instance_track_and_wait_during_shutdown
|
||||||
test_cold_migration_dest_compute_graceful_shutdown |
pass
pt478.5: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_cold_migration_dest_compute_graceful_shutdown
|
||||||
test_live_migration_dest_shutdown_before_post_live_migration |
pass
pt478.6: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_live_migration_dest_shutdown_before_post_live_migration
|
||||||
test_cold_migration_source_compute_graceful_shutdown |
pass
pt478.7: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_cold_migration_source_compute_graceful_shutdown
|
||||||
test_instance_build_graceful_shutdown |
pass
pt478.8: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_instance_build_graceful_shutdown
|
||||||
test_periodic_tasks_skipped_once_shutdown_starts |
pass
pt478.9: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_periodic_tasks_skipped_once_shutdown_starts
|
||||||
test_rpc_call_are_tracked |
pass
pt478.10: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_rpc_call_are_tracked
|
||||||
test_live_migration_source_compute_graceful_shutdown |
pass
pt478.11: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_live_migration_source_compute_graceful_shutdown
|
||||||
test_live_migration_dest_compute_graceful_shutdown |
pass
pt478.12: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_live_migration_dest_compute_graceful_shutdown
|
||||||
test_multiple_build_instance_tracked_and_shutdown_wait_for_all |
pass
pt478.13: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_multiple_build_instance_tracked_and_shutdown_wait_for_all
|
||||||
test_revert_resize_dest_compute_graceful_shutdown |
pass
pt478.14: nova.tests.functional.test_graceful_shutdown.TestComputeGracefulShutdown.test_revert_resize_dest_compute_graceful_shutdown
|
||||||
| nova.tests.functional.test_graceful_shutdown.TestConductorGracefulShutdown | 1 | 1 | 0 | 0 | 0 | Detail | |
test_graceful_shutdown_completes_instantly_when_no_tasks |
pass
pt479.1: nova.tests.functional.test_graceful_shutdown.TestConductorGracefulShutdown.test_graceful_shutdown_completes_instantly_when_no_tasks
|
||||||
| nova.tests.functional.test_graceful_shutdown.TestSchedulerGracefulShutdown | 2 | 2 | 0 | 0 | 0 | Detail | |
test_graceful_shutdown_completes_instantly_when_no_tasks |
pass
pt480.1: nova.tests.functional.test_graceful_shutdown.TestSchedulerGracefulShutdown.test_graceful_shutdown_completes_instantly_when_no_tasks
|
||||||
test_periodic_tasks_skipped_once_shutdown_starts |
pass
pt480.2: nova.tests.functional.test_graceful_shutdown.TestSchedulerGracefulShutdown.test_periodic_tasks_skipped_once_shutdown_starts
|
||||||
| nova.tests.functional.test_images.ImagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_snapshot_user_image_access_member |
pass
pt481.1: nova.tests.functional.test_images.ImagesTest.test_admin_snapshot_user_image_access_member
|
||||||
test_create_images_negative_invalid_state |
pass
pt481.2: nova.tests.functional.test_images.ImagesTest.test_create_images_negative_invalid_state
|
||||||
| nova.tests.functional.test_instance_actions.InstanceActionEventFaultsTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_instance_action_event_details_non_nova_exception |
pass
pt482.1: nova.tests.functional.test_instance_actions.InstanceActionEventFaultsTestCase.test_instance_action_event_details_non_nova_exception
|
||||||
test_instance_action_event_details_with_nova_exception |
pass
pt482.2: nova.tests.functional.test_instance_actions.InstanceActionEventFaultsTestCase.test_instance_action_event_details_with_nova_exception
|
||||||
| nova.tests.functional.test_instance_actions.InstanceActionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_actions |
pass
pt483.1: nova.tests.functional.test_instance_actions.InstanceActionsTest.test_get_instance_actions
|
||||||
test_get_instance_actions_deleted |
pass
pt483.2: nova.tests.functional.test_instance_actions.InstanceActionsTest.test_get_instance_actions_deleted
|
||||||
| nova.tests.functional.test_instance_actions.InstanceActionsTestV221 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_instance_actions |
pass
pt484.1: nova.tests.functional.test_instance_actions.InstanceActionsTestV221.test_get_instance_actions
|
||||||
test_get_instance_actions_deleted |
pass
pt484.2: nova.tests.functional.test_instance_actions.InstanceActionsTestV221.test_get_instance_actions_deleted
|
||||||
test_get_instance_actions_shelve_deleted |
pass
pt484.3: nova.tests.functional.test_instance_actions.InstanceActionsTestV221.test_get_instance_actions_shelve_deleted
|
||||||
| nova.tests.functional.test_ip_allocation.IPAllocationTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_none_policy |
pass
pt485.1: nova.tests.functional.test_ip_allocation.IPAllocationTests.test_boot_with_none_policy
|
||||||
| nova.tests.functional.test_json_filter.JsonFilterTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_filter_on_hypervisor_hostname |
pass
pt486.1: nova.tests.functional.test_json_filter.JsonFilterTestCase.test_filter_on_hypervisor_hostname
|
||||||
| nova.tests.functional.test_legacy_v2_compatible_wrapper.LegacyV2CompatibleTestBase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_request_without_additional_properties_check |
pass
pt487.1: nova.tests.functional.test_legacy_v2_compatible_wrapper.LegacyV2CompatibleTestBase.test_request_without_additional_properties_check
|
||||||
test_request_with_microversion_headers |
pass
pt487.2: nova.tests.functional.test_legacy_v2_compatible_wrapper.LegacyV2CompatibleTestBase.test_request_with_microversion_headers
|
||||||
test_request_with_pattern_properties_check |
pass
pt487.3: nova.tests.functional.test_legacy_v2_compatible_wrapper.LegacyV2CompatibleTestBase.test_request_with_pattern_properties_check
|
||||||
test_request_with_pattern_properties_with_avoid_metadata |
pass
pt487.4: nova.tests.functional.test_legacy_v2_compatible_wrapper.LegacyV2CompatibleTestBase.test_request_with_pattern_properties_with_avoid_metadata
|
||||||
| nova.tests.functional.test_list_servers_ip_filter.TestListServersIpFilter | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_servers_with_ip_filters_regex |
pass
pt488.1: nova.tests.functional.test_list_servers_ip_filter.TestListServersIpFilter.test_list_servers_with_ip_filters_regex
|
||||||
| nova.tests.functional.test_metadata.MetadataTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_lookup_external_service |
pass
pt489.1: nova.tests.functional.test_metadata.MetadataTest.test_lookup_external_service
|
||||||
test_lookup_metadata_data_url |
pass
pt489.2: nova.tests.functional.test_metadata.MetadataTest.test_lookup_metadata_data_url
|
||||||
test_lookup_external_service_passes_data |
pass
pt489.3: nova.tests.functional.test_metadata.MetadataTest.test_lookup_external_service_passes_data
|
||||||
test_lookup_external_service_no_overwrite |
pass
pt489.4: nova.tests.functional.test_metadata.MetadataTest.test_lookup_external_service_no_overwrite
|
||||||
test_lookup_metadata_openstack_url |
pass
pt489.5: nova.tests.functional.test_metadata.MetadataTest.test_lookup_metadata_openstack_url
|
||||||
test_lookup_metadata_root_url |
pass
pt489.6: nova.tests.functional.test_metadata.MetadataTest.test_lookup_metadata_root_url
|
||||||
test_network_data_matches_schema |
pass
pt489.7: nova.tests.functional.test_metadata.MetadataTest.test_network_data_matches_schema
|
||||||
| nova.tests.functional.test_middleware.TestCORSMiddleware | 21 | 21 | 0 | 0 | 0 | Detail | |
test_valid_cors_get_versions_request(v2) |
pass
pt490.1: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_versions_request(v2)
|
||||||
test_valid_cors_get_versions_request(v2_1) |
pass
pt490.2: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_versions_request(v2_1)
|
||||||
test_valid_cors_get_versions_request(v2_1_noproject_id) |
pass
pt490.3: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_versions_request(v2_1_noproject_id)
|
||||||
test_api_version_request_headers(v2) |
pass
pt490.4: nova.tests.functional.test_middleware.TestCORSMiddleware.test_api_version_request_headers(v2)
|
||||||
test_valid_cors_options_request(v2) |
pass
pt490.5: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_options_request(v2)
|
||||||
test_valid_cors_options_request(v2_1) |
pass
pt490.6: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_options_request(v2_1)
|
||||||
test_api_version_request_headers(v2_1) |
pass
pt490.7: nova.tests.functional.test_middleware.TestCORSMiddleware.test_api_version_request_headers(v2_1)
|
||||||
test_valid_cors_options_request(v2_1_noproject_id) |
pass
pt490.8: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_options_request(v2_1_noproject_id)
|
||||||
test_api_version_request_headers(v2_1_noproject_id) |
pass
pt490.9: nova.tests.functional.test_middleware.TestCORSMiddleware.test_api_version_request_headers(v2_1_noproject_id)
|
||||||
test_invalid_cors_get_request(v2) |
pass
pt490.10: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_request(v2)
|
||||||
test_invalid_cors_get_request(v2_1) |
pass
pt490.11: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_request(v2_1)
|
||||||
test_invalid_cors_get_request(v2_1_noproject_id) |
pass
pt490.12: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_request(v2_1_noproject_id)
|
||||||
test_valid_cors_get_request(v2) |
pass
pt490.13: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_request(v2)
|
||||||
test_valid_cors_get_request(v2_1) |
pass
pt490.14: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_request(v2_1)
|
||||||
test_valid_cors_get_request(v2_1_noproject_id) |
pass
pt490.15: nova.tests.functional.test_middleware.TestCORSMiddleware.test_valid_cors_get_request(v2_1_noproject_id)
|
||||||
test_invalid_cors_options_request(v2) |
pass
pt490.16: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_options_request(v2)
|
||||||
test_invalid_cors_options_request(v2_1) |
pass
pt490.17: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_options_request(v2_1)
|
||||||
test_invalid_cors_options_request(v2_1_noproject_id) |
pass
pt490.18: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_options_request(v2_1_noproject_id)
|
||||||
test_invalid_cors_get_versions_request(v2) |
pass
pt490.19: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_versions_request(v2)
|
||||||
test_invalid_cors_get_versions_request(v2_1) |
pass
pt490.20: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_versions_request(v2_1)
|
||||||
test_invalid_cors_get_versions_request(v2_1_noproject_id) |
pass
pt490.21: nova.tests.functional.test_middleware.TestCORSMiddleware.test_invalid_cors_get_versions_request(v2_1_noproject_id)
|
||||||
| nova.tests.functional.test_multiattach.TestMultiattachVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_from_volume_and_attach_to_second_server |
pass
pt491.1: nova.tests.functional.test_multiattach.TestMultiattachVolumes.test_boot_from_volume_and_attach_to_second_server
|
||||||
| nova.tests.functional.test_nova_manage.NovaManageCellV2Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_cell_force_unmaps_computes |
pass
pt492.1: nova.tests.functional.test_nova_manage.NovaManageCellV2Test.test_delete_cell_force_unmaps_computes
|
||||||
test_delete_host |
pass
pt492.2: nova.tests.functional.test_nova_manage.NovaManageCellV2Test.test_delete_host
|
||||||
| nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRows | 1 | 1 | 0 | 0 | 0 | Detail | |
test_archive_instance_group_members |
pass
pt493.1: nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRows.test_archive_instance_group_members
|
||||||
| nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsMultiCell | 1 | 1 | 0 | 0 | 0 | Detail | |
test_archive_deleted_rows |
pass
pt494.1: nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsMultiCell.test_archive_deleted_rows
|
||||||
| nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsMultiCellTaskLog | 1 | 1 | 0 | 0 | 0 | Detail | |
test_archive_task_logs |
pass
pt495.1: nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsMultiCellTaskLog.test_archive_task_logs
|
||||||
| nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsTaskLog | 2 | 2 | 0 | 0 | 0 | Detail | |
test_archive_task_logs |
pass
pt496.1: nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsTaskLog.test_archive_task_logs
|
||||||
test_archive_before |
pass
pt496.2: nova.tests.functional.test_nova_manage.TestDBArchiveDeletedRowsTaskLog.test_archive_before
|
||||||
| nova.tests.functional.test_nova_manage.TestIronicComputeNodeMove | 3 | 3 | 0 | 0 | 0 | Detail | |
test_ironic_compute_node_move_raise_forced_down |
pass
pt497.1: nova.tests.functional.test_nova_manage.TestIronicComputeNodeMove.test_ironic_compute_node_move_raise_forced_down
|
||||||
test_ironic_compute_node_move_success |
pass
pt497.2: nova.tests.functional.test_nova_manage.TestIronicComputeNodeMove.test_ironic_compute_node_move_success
|
||||||
test_ironic_compute_node_move_raise_not_forced_down |
pass
pt497.3: nova.tests.functional.test_nova_manage.TestIronicComputeNodeMove.test_ironic_compute_node_move_raise_not_forced_down
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManageLimits | 9 | 9 | 0 | 0 | 0 | Detail | |
test_migrate_to_unified_limits_no_embedded_flavor_scan |
pass
pt498.1: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_no_embedded_flavor_scan
|
||||||
test_migrate_to_unified_limits_unexpected_error |
pass
pt498.2: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_unexpected_error
|
||||||
test_migrate_to_unified_limits_flavor_scanning |
pass
pt498.3: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_flavor_scanning
|
||||||
test_migrate_to_unified_limits_already_exists |
pass
pt498.4: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_already_exists
|
||||||
test_migrate_to_unified_limits_flavor_scanning_resource_request |
pass
pt498.5: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_flavor_scanning_resource_request
|
||||||
test_migrate_to_unified_limits |
pass
pt498.6: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits
|
||||||
test_migrate_to_unified_limits_flavor_scanning_project |
pass
pt498.7: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_flavor_scanning_project
|
||||||
test_migrate_to_unified_limits_flavor_scanning_down_cell |
pass
pt498.8: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_flavor_scanning_down_cell
|
||||||
test_migrate_to_unified_limits_no_db_access |
pass
pt498.9: nova.tests.functional.test_nova_manage.TestNovaManageLimits.test_migrate_to_unified_limits_no_db_access
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementAudit | 2 | 2 | 0 | 0 | 0 | Detail | |
test_audit_orphaned_allocation_from_instance_delete |
pass
pt499.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementAudit.test_audit_orphaned_allocation_from_instance_delete
|
||||||
test_audit_orphaned_allocations_from_confirmed_resize |
pass
pt499.2: nova.tests.functional.test_nova_manage.TestNovaManagePlacementAudit.test_audit_orphaned_allocations_from_confirmed_resize
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations | 14 | 14 | 0 | 0 | 0 | Detail | |
test_heal_allocations_paging_max_count_more_than_num_instances |
pass
pt500.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_paging_max_count_more_than_num_instances
|
||||||
test_heal_allocations_paging |
pass
pt500.2: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_paging
|
||||||
test_heal_allocations_paging_more_instances_remain |
pass
pt500.3: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_paging_more_instances_remain
|
||||||
test_heal_allocations_specific_instance |
pass
pt500.4: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_specific_instance
|
||||||
test_instance_with_cyborg_dev_profile_is_blocked |
pass
pt500.5: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_instance_with_cyborg_dev_profile_is_blocked
|
||||||
test_heal_allocations_shelved |
pass
pt500.6: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_shelved
|
||||||
test_heal_allocations_specific_cell |
pass
pt500.7: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_specific_cell
|
||||||
test_heal_allocations_force_allocation |
pass
pt500.8: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_force_allocation
|
||||||
test_heal_allocations_task_in_progress |
pass
pt500.9: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_task_in_progress
|
||||||
test_heal_allocations_unlimited |
pass
pt500.10: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_unlimited
|
||||||
test_instance_with_vgpu_is_blocked |
pass
pt500.11: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_instance_with_vgpu_is_blocked
|
||||||
test_heal_allocations_dry_run |
pass
pt500.12: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_dry_run
|
||||||
test_heal_allocations_update_sentinel_consumer |
pass
pt500.13: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_update_sentinel_consumer
|
||||||
test_heal_allocations_ignore_deleted_server |
pass
pt500.14: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealAllocations.test_heal_allocations_ignore_deleted_server
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations | 15 | 15 | 0 | 0 | 0 | Detail | |
test_heal_port_allocation_neutron_unavailable_during_port_query |
pass
pt501.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_neutron_unavailable_during_port_query
|
||||||
test_skip_heal_port_allocation |
pass
pt501.2: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_skip_heal_port_allocation
|
||||||
test_heal_multiple_port_allocations_rollback_success |
pass
pt501.3: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_multiple_port_allocations_rollback_success
|
||||||
test_skip_heal_port_allocation_but_heal_the_rest |
pass
pt501.4: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_skip_heal_port_allocation_but_heal_the_rest
|
||||||
test_heal_port_allocation_dry_run |
pass
pt501.5: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_dry_run
|
||||||
test_heal_port_allocation_placement_unavailable_during_a_c |
pass
pt501.6: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_placement_unavailable_during_a_c
|
||||||
test_heal_allocation_create_allocation_with_port_allocation |
pass
pt501.7: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_allocation_create_allocation_with_port_allocation
|
||||||
test_heal_multiple_port_allocations_rollback_fails |
pass
pt501.8: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_multiple_port_allocations_rollback_fails
|
||||||
test_heal_port_allocation_ambiguous_candidates |
pass
pt501.9: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_ambiguous_candidates
|
||||||
test_heal_port_allocation_and_project_id |
pass
pt501.10: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_and_project_id
|
||||||
test_heal_port_allocation_only |
pass
pt501.11: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_only
|
||||||
test_heal_port_allocation_neutron_unavailable |
pass
pt501.12: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_neutron_unavailable
|
||||||
test_heal_port_allocation_not_enough_resources_for_port |
pass
pt501.13: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_not_enough_resources_for_port
|
||||||
test_heal_port_allocation_placement_unavailable_during_update |
pass
pt501.14: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_heal_port_allocation_placement_unavailable_during_update
|
||||||
test_no_healing_is_needed |
pass
pt501.15: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocations.test_no_healing_is_needed
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended | 15 | 15 | 0 | 0 | 0 | Detail | |
test_heal_port_allocation_dry_run |
pass
pt502.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_dry_run
|
||||||
test_skip_heal_port_allocation |
pass
pt502.2: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_skip_heal_port_allocation
|
||||||
test_heal_allocation_create_allocation_with_port_allocation |
pass
pt502.3: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_allocation_create_allocation_with_port_allocation
|
||||||
test_heal_multiple_port_allocations_rollback_fails |
pass
pt502.4: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_multiple_port_allocations_rollback_fails
|
||||||
test_heal_port_allocation_neutron_unavailable |
pass
pt502.5: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_neutron_unavailable
|
||||||
test_heal_port_allocation_neutron_unavailable_during_port_query |
pass
pt502.6: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_neutron_unavailable_during_port_query
|
||||||
test_heal_port_allocation_placement_unavailable_during_a_c |
pass
pt502.7: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_placement_unavailable_during_a_c
|
||||||
test_heal_port_allocation_not_enough_resources_for_port |
pass
pt502.8: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_not_enough_resources_for_port
|
||||||
test_no_healing_is_needed |
pass
pt502.9: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_no_healing_is_needed
|
||||||
test_heal_port_allocation_only |
pass
pt502.10: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_only
|
||||||
test_skip_heal_port_allocation_but_heal_the_rest |
pass
pt502.11: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_skip_heal_port_allocation_but_heal_the_rest
|
||||||
test_heal_port_allocation_placement_unavailable_during_update |
pass
pt502.12: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_placement_unavailable_during_update
|
||||||
test_heal_port_allocation_ambiguous_candidates |
pass
pt502.13: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_ambiguous_candidates
|
||||||
test_heal_multiple_port_allocations_rollback_success |
pass
pt502.14: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_multiple_port_allocations_rollback_success
|
||||||
test_heal_port_allocation_and_project_id |
pass
pt502.15: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsExtended.test_heal_port_allocation_and_project_id
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup | 15 | 15 | 0 | 0 | 0 | Detail | |
test_heal_port_allocation_placement_unavailable_during_a_c |
pass
pt503.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_placement_unavailable_during_a_c
|
||||||
test_heal_multiple_port_allocations_rollback_fails |
pass
pt503.2: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_multiple_port_allocations_rollback_fails
|
||||||
test_heal_multiple_port_allocations_rollback_success |
pass
pt503.3: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_multiple_port_allocations_rollback_success
|
||||||
test_heal_port_allocation_and_project_id |
pass
pt503.4: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_and_project_id
|
||||||
test_heal_allocation_create_allocation_with_port_allocation |
pass
pt503.5: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_allocation_create_allocation_with_port_allocation
|
||||||
test_heal_port_allocation_placement_unavailable_during_update |
pass
pt503.6: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_placement_unavailable_during_update
|
||||||
test_heal_port_allocation_ambiguous_candidates |
pass
pt503.7: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_ambiguous_candidates
|
||||||
test_heal_port_allocation_neutron_unavailable_during_port_query |
pass
pt503.8: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_neutron_unavailable_during_port_query
|
||||||
test_no_healing_is_needed |
pass
pt503.9: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_no_healing_is_needed
|
||||||
test_skip_heal_port_allocation |
pass
pt503.10: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_skip_heal_port_allocation
|
||||||
test_skip_heal_port_allocation_but_heal_the_rest |
pass
pt503.11: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_skip_heal_port_allocation_but_heal_the_rest
|
||||||
test_heal_port_allocation_neutron_unavailable |
pass
pt503.12: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_neutron_unavailable
|
||||||
test_heal_port_allocation_not_enough_resources_for_port |
pass
pt503.13: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_not_enough_resources_for_port
|
||||||
test_heal_port_allocation_only |
pass
pt503.14: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_only
|
||||||
test_heal_port_allocation_dry_run |
pass
pt503.15: nova.tests.functional.test_nova_manage.TestNovaManagePlacementHealPortAllocationsMultiGroup.test_heal_port_allocation_dry_run
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManagePlacementSyncAggregates | 1 | 1 | 0 | 0 | 0 | Detail | |
test_sync_aggregates |
pass
pt504.1: nova.tests.functional.test_nova_manage.TestNovaManagePlacementSyncAggregates.test_sync_aggregates
|
||||||
| nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh | 5 | 5 | 0 | 0 | 0 | Detail | |
test_refresh |
pass
pt505.1: nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh.test_refresh
|
||||||
test_refresh_pre_cinderv3_without_attachment_id |
pass
pt505.2: nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh.test_refresh_pre_cinderv3_without_attachment_id
|
||||||
test_show_multiattach_volume |
pass
pt505.3: nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh.test_show_multiattach_volume
|
||||||
test_refresh_rpcapi_remove_volume_connection_rollback |
pass
pt505.4: nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh.test_refresh_rpcapi_remove_volume_connection_rollback
|
||||||
test_refresh_cinder_attachment_update_rollback |
pass
pt505.5: nova.tests.functional.test_nova_manage.TestNovaManageVolumeAttachmentRefresh.test_refresh_cinder_attachment_update_rollback
|
||||||
| nova.tests.functional.test_policy.HostStatusPolicyTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_put_server_host_status_unknown_only |
pass
pt506.1: nova.tests.functional.test_policy.HostStatusPolicyTestCase.test_put_server_host_status_unknown_only
|
||||||
test_get_servers_detail_host_status_unknown_only |
pass
pt506.2: nova.tests.functional.test_policy.HostStatusPolicyTestCase.test_get_servers_detail_host_status_unknown_only
|
||||||
test_post_server_rebuild_host_status_unknown_only |
pass
pt506.3: nova.tests.functional.test_policy.HostStatusPolicyTestCase.test_post_server_rebuild_host_status_unknown_only
|
||||||
test_get_server_host_status_unknown_only |
pass
pt506.4: nova.tests.functional.test_policy.HostStatusPolicyTestCase.test_get_server_host_status_unknown_only
|
||||||
| nova.tests.functional.test_report_client.SchedulerReportClientTests | 18 | 18 | 0 | 0 | 0 | Detail | |
test__set_inventory_reserved_eq_total |
pass
pt507.1: nova.tests.functional.test_report_client.SchedulerReportClientTests.test__set_inventory_reserved_eq_total
|
||||||
test_alloc_cands_smoke |
pass
pt507.2: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_alloc_cands_smoke
|
||||||
test_allocation_candidates_root_traits_1 |
pass
pt507.3: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_root_traits_1
|
||||||
test_allocation_candidates_root_traits_2 |
pass
pt507.4: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_root_traits_2
|
||||||
test_global_request_id |
pass
pt507.5: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_global_request_id
|
||||||
test_allocation_candidates_mappings |
pass
pt507.6: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_mappings
|
||||||
test_get_allocations_for_provider_tree |
pass
pt507.7: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_get_allocations_for_provider_tree
|
||||||
test_update_from_provider_tree_reshape_conflict_retry |
pass
pt507.8: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_update_from_provider_tree_reshape_conflict_retry
|
||||||
test_reshape |
pass
pt507.9: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_reshape
|
||||||
test_set_inventory_for_provider |
pass
pt507.10: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_set_inventory_for_provider
|
||||||
test_update_from_provider_tree |
pass
pt507.11: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_update_from_provider_tree
|
||||||
test_update_from_provider_tree_reshape |
pass
pt507.12: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_update_from_provider_tree_reshape
|
||||||
test_allocation_candidates_root_traits_5 |
pass
pt507.13: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_root_traits_5
|
||||||
test_client_report_smoke |
pass
pt507.14: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_client_report_smoke
|
||||||
test_allocation_candidates_root_traits_3 |
pass
pt507.15: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_root_traits_3
|
||||||
test_allocation_candidates_root_traits_4 |
pass
pt507.16: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_allocation_candidates_root_traits_4
|
||||||
test_get_provider_tree_with_nested_and_aggregates |
pass
pt507.17: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_get_provider_tree_with_nested_and_aggregates
|
||||||
test_non_tree_aggregate_membership |
pass
pt507.18: nova.tests.functional.test_report_client.SchedulerReportClientTests.test_non_tree_aggregate_membership
|
||||||
| nova.tests.functional.test_routed_networks.RoutedNetworkTests | 9 | 9 | 0 | 0 | 0 | Detail | |
test_boot_with_network |
pass
pt508.1: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_boot_with_network
|
||||||
test_boot_with_deferred_port |
pass
pt508.2: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_boot_with_deferred_port
|
||||||
test_live_migrate |
pass
pt508.3: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_live_migrate
|
||||||
test_boot_with_immediate_port |
pass
pt508.4: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_boot_with_immediate_port
|
||||||
test_evacuate |
pass
pt508.5: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_evacuate
|
||||||
test_boot_with_immediate_port_fails_due_to_config |
pass
pt508.6: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_boot_with_immediate_port_fails_due_to_config
|
||||||
test_migrate |
pass
pt508.7: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_migrate
|
||||||
test_unshelve_after_shelve |
pass
pt508.8: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_unshelve_after_shelve
|
||||||
test_boot_with_two_nics |
pass
pt508.9: nova.tests.functional.test_routed_networks.RoutedNetworkTests.test_boot_with_two_nics
|
||||||
| nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_filter_passes_with_irrelevant_key |
pass
pt509.1: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_passes_with_irrelevant_key
|
||||||
test_filter_passes_with_prefix |
pass
pt509.2: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_passes_with_prefix
|
||||||
test_filter_rejects |
pass
pt509.3: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_rejects
|
||||||
test_filter_rejects_with_prefix |
pass
pt509.4: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_rejects_with_prefix
|
||||||
test_filter_passes |
pass
pt509.5: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_passes
|
||||||
test_filter_passes_with_invalid_key |
pass
pt509.6: nova.tests.functional.test_scheduler.AggregateImagePropertiesIsolationTestCase.test_filter_passes_with_invalid_key
|
||||||
| nova.tests.functional.test_scheduler.AggregateInstanceExtraSpecsFilterTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_filter_rejects |
pass
pt510.1: nova.tests.functional.test_scheduler.AggregateInstanceExtraSpecsFilterTestCase.test_filter_rejects
|
||||||
test_filter_rejects_with_prefix |
pass
pt510.2: nova.tests.functional.test_scheduler.AggregateInstanceExtraSpecsFilterTestCase.test_filter_rejects_with_prefix
|
||||||
test_filter_passes_with_prefix |
pass
pt510.3: nova.tests.functional.test_scheduler.AggregateInstanceExtraSpecsFilterTestCase.test_filter_passes_with_prefix
|
||||||
test_filter_passes |
pass
pt510.4: nova.tests.functional.test_scheduler.AggregateInstanceExtraSpecsFilterTestCase.test_filter_passes
|
||||||
| nova.tests.functional.test_scheduler.MultiCellSchedulerTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_migrate_between_cells |
pass
pt511.1: nova.tests.functional.test_scheduler.MultiCellSchedulerTestCase.test_migrate_between_cells
|
||||||
test_migrate_within_cell |
pass
pt511.2: nova.tests.functional.test_scheduler.MultiCellSchedulerTestCase.test_migrate_within_cell
|
||||||
| nova.tests.functional.test_server_external_events.ServerExternalEventsTestV276 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_power_update |
pass
pt512.1: nova.tests.functional.test_server_external_events.ServerExternalEventsTestV276.test_server_power_update
|
||||||
| nova.tests.functional.test_server_faults.ServerFaultTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_fault_non_nova_exception |
pass
pt513.1: nova.tests.functional.test_server_faults.ServerFaultTestCase.test_server_fault_non_nova_exception
|
||||||
| nova.tests.functional.test_server_group.ServerGroupAffinityConfTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_affinity_no_filter |
pass
pt514.1: nova.tests.functional.test_server_group.ServerGroupAffinityConfTest.test_affinity_no_filter
|
||||||
| nova.tests.functional.test_server_group.ServerGroupAntiAffinityConfTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_anti_affinity_no_filter |
pass
pt515.1: nova.tests.functional.test_server_group.ServerGroupAntiAffinityConfTest.test_anti_affinity_no_filter
|
||||||
| nova.tests.functional.test_server_group.ServerGroupSoftAffinityConfTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_soft_affinity_no_filter |
pass
pt516.1: nova.tests.functional.test_server_group.ServerGroupSoftAffinityConfTest.test_soft_affinity_no_filter
|
||||||
| nova.tests.functional.test_server_group.ServerGroupSoftAntiAffinityConfTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_soft_anti_affinity_no_filter |
pass
pt517.1: nova.tests.functional.test_server_group.ServerGroupSoftAntiAffinityConfTest.test_soft_anti_affinity_no_filter
|
||||||
| nova.tests.functional.test_server_group.ServerGroupTestMultiCell | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_servers_with_affinity |
pass
pt518.1: nova.tests.functional.test_server_group.ServerGroupTestMultiCell.test_boot_servers_with_affinity
|
||||||
| nova.tests.functional.test_server_group.ServerGroupTestV21 | 23 | 23 | 0 | 0 | 0 | Detail | |
test_create_duplicated_policy |
pass
pt519.1: nova.tests.functional.test_server_group.ServerGroupTestV21.test_create_duplicated_policy
|
||||||
test_failed_count_with_anti_affinity_violation |
pass
pt519.2: nova.tests.functional.test_server_group.ServerGroupTestV21.test_failed_count_with_anti_affinity_violation
|
||||||
test_migrate_with_anti_affinity_confirm_updates_scheduler |
pass
pt519.3: nova.tests.functional.test_server_group.ServerGroupTestV21.test_migrate_with_anti_affinity_confirm_updates_scheduler
|
||||||
test_boot_servers_with_affinity_overquota |
pass
pt519.4: nova.tests.functional.test_server_group.ServerGroupTestV21.test_boot_servers_with_affinity_overquota
|
||||||
test_migrate_with_anti_affinity |
pass
pt519.5: nova.tests.functional.test_server_group.ServerGroupTestV21.test_migrate_with_anti_affinity
|
||||||
test_boot_servers_with_affinity_no_valid_host |
pass
pt519.6: nova.tests.functional.test_server_group.ServerGroupTestV21.test_boot_servers_with_affinity_no_valid_host
|
||||||
test_get_no_groups |
pass
pt519.7: nova.tests.functional.test_server_group.ServerGroupTestV21.test_get_no_groups
|
||||||
test_rebuild_with_affinity |
pass
pt519.8: nova.tests.functional.test_server_group.ServerGroupTestV21.test_rebuild_with_affinity
|
||||||
test_evacuate_with_affinity_no_valid_host |
pass
pt519.9: nova.tests.functional.test_server_group.ServerGroupTestV21.test_evacuate_with_affinity_no_valid_host
|
||||||
test_boot_server_with_anti_affinity_no_valid_host |
pass
pt519.10: nova.tests.functional.test_server_group.ServerGroupTestV21.test_boot_server_with_anti_affinity_no_valid_host
|
||||||
test_rebuild_with_anti_affinity |
pass
pt519.11: nova.tests.functional.test_server_group.ServerGroupTestV21.test_rebuild_with_anti_affinity
|
||||||
test_resize_to_same_host_with_anti_affinity |
pass
pt519.12: nova.tests.functional.test_server_group.ServerGroupTestV21.test_resize_to_same_host_with_anti_affinity
|
||||||
test_create_multiple_policies |
pass
pt519.13: nova.tests.functional.test_server_group.ServerGroupTestV21.test_create_multiple_policies
|
||||||
test_failed_count_with_affinity_violation |
pass
pt519.14: nova.tests.functional.test_server_group.ServerGroupTestV21.test_failed_count_with_affinity_violation
|
||||||
test_get_groups_all_projects |
pass
pt519.15: nova.tests.functional.test_server_group.ServerGroupTestV21.test_get_groups_all_projects
|
||||||
test_soft_affinity_not_supported |
pass
pt519.16: nova.tests.functional.test_server_group.ServerGroupTestV21.test_soft_affinity_not_supported
|
||||||
test_evacuate_with_anti_affinity |
pass
pt519.17: nova.tests.functional.test_server_group.ServerGroupTestV21.test_evacuate_with_anti_affinity
|
||||||
test_evacuate_with_anti_affinity_no_valid_host |
pass
pt519.18: nova.tests.functional.test_server_group.ServerGroupTestV21.test_evacuate_with_anti_affinity_no_valid_host
|
||||||
test_boot_servers_with_affinity |
pass
pt519.19: nova.tests.functional.test_server_group.ServerGroupTestV21.test_boot_servers_with_affinity
|
||||||
test_boot_servers_with_anti_affinity |
pass
pt519.20: nova.tests.functional.test_server_group.ServerGroupTestV21.test_boot_servers_with_anti_affinity
|
||||||
test_create_and_delete_groups |
pass
pt519.21: nova.tests.functional.test_server_group.ServerGroupTestV21.test_create_and_delete_groups
|
||||||
test_create_wrong_policy |
pass
pt519.22: nova.tests.functional.test_server_group.ServerGroupTestV21.test_create_wrong_policy
|
||||||
test_migrate_with_group_no_valid_host |
pass
pt519.23: nova.tests.functional.test_server_group.ServerGroupTestV21.test_migrate_with_group_no_valid_host
|
||||||
| nova.tests.functional.test_server_group.ServerGroupTestV215 | 33 | 33 | 0 | 0 | 0 | Detail | |
test_boot_servers_with_affinity_no_valid_host |
pass
pt520.1: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_affinity_no_valid_host
|
||||||
test_boot_servers_with_soft_anti_affinity_one_available_host |
pass
pt520.2: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_soft_anti_affinity_one_available_host
|
||||||
test_migrate_with_group_no_valid_host |
pass
pt520.3: nova.tests.functional.test_server_group.ServerGroupTestV215.test_migrate_with_group_no_valid_host
|
||||||
test_create_and_delete_groups |
pass
pt520.4: nova.tests.functional.test_server_group.ServerGroupTestV215.test_create_and_delete_groups
|
||||||
test_evacuate_with_anti_affinity_no_valid_host |
pass
pt520.5: nova.tests.functional.test_server_group.ServerGroupTestV215.test_evacuate_with_anti_affinity_no_valid_host
|
||||||
test_evacuate_with_soft_affinity |
pass
pt520.6: nova.tests.functional.test_server_group.ServerGroupTestV215.test_evacuate_with_soft_affinity
|
||||||
test_get_no_groups |
pass
pt520.7: nova.tests.functional.test_server_group.ServerGroupTestV215.test_get_no_groups
|
||||||
test_resize_to_same_host_with_anti_affinity |
pass
pt520.8: nova.tests.functional.test_server_group.ServerGroupTestV215.test_resize_to_same_host_with_anti_affinity
|
||||||
test_boot_server_with_anti_affinity_no_valid_host |
pass
pt520.9: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_server_with_anti_affinity_no_valid_host
|
||||||
test_create_wrong_policy |
pass
pt520.10: nova.tests.functional.test_server_group.ServerGroupTestV215.test_create_wrong_policy
|
||||||
test_create_duplicated_policy |
pass
pt520.11: nova.tests.functional.test_server_group.ServerGroupTestV215.test_create_duplicated_policy
|
||||||
test_get_groups_all_projects |
pass
pt520.12: nova.tests.functional.test_server_group.ServerGroupTestV215.test_get_groups_all_projects
|
||||||
test_boot_servers_with_affinity |
pass
pt520.13: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_affinity
|
||||||
test_failed_count_with_affinity_violation |
pass
pt520.14: nova.tests.functional.test_server_group.ServerGroupTestV215.test_failed_count_with_affinity_violation
|
||||||
test_boot_servers_with_soft_affinity |
pass
pt520.15: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_soft_affinity
|
||||||
test_rebuild_with_anti_affinity |
pass
pt520.16: nova.tests.functional.test_server_group.ServerGroupTestV215.test_rebuild_with_anti_affinity
|
||||||
test_rebuild_with_soft_affinity |
pass
pt520.17: nova.tests.functional.test_server_group.ServerGroupTestV215.test_rebuild_with_soft_affinity
|
||||||
test_rebuild_with_soft_anti_affinity |
pass
pt520.18: nova.tests.functional.test_server_group.ServerGroupTestV215.test_rebuild_with_soft_anti_affinity
|
||||||
test_boot_servers_with_anti_affinity |
pass
pt520.19: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_anti_affinity
|
||||||
test_evacuate_with_anti_affinity |
pass
pt520.20: nova.tests.functional.test_server_group.ServerGroupTestV215.test_evacuate_with_anti_affinity
|
||||||
test_migrate_with_soft_affinity |
pass
pt520.21: nova.tests.functional.test_server_group.ServerGroupTestV215.test_migrate_with_soft_affinity
|
||||||
test_migrate_with_soft_anti_affinity |
pass
pt520.22: nova.tests.functional.test_server_group.ServerGroupTestV215.test_migrate_with_soft_anti_affinity
|
||||||
test_boot_servers_with_affinity_overquota |
pass
pt520.23: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_affinity_overquota
|
||||||
test_evacuate_with_affinity_no_valid_host |
pass
pt520.24: nova.tests.functional.test_server_group.ServerGroupTestV215.test_evacuate_with_affinity_no_valid_host
|
||||||
test_failed_count_with_anti_affinity_violation |
pass
pt520.25: nova.tests.functional.test_server_group.ServerGroupTestV215.test_failed_count_with_anti_affinity_violation
|
||||||
test_migrate_with_anti_affinity |
pass
pt520.26: nova.tests.functional.test_server_group.ServerGroupTestV215.test_migrate_with_anti_affinity
|
||||||
test_soft_affinity_not_supported |
pass
pt520.27: nova.tests.functional.test_server_group.ServerGroupTestV215.test_soft_affinity_not_supported
|
||||||
test_boot_servers_with_soft_affinity_no_resource_on_first_host |
pass
pt520.28: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_soft_affinity_no_resource_on_first_host
|
||||||
test_boot_servers_with_soft_anti_affinity |
pass
pt520.29: nova.tests.functional.test_server_group.ServerGroupTestV215.test_boot_servers_with_soft_anti_affinity
|
||||||
test_create_multiple_policies |
pass
pt520.30: nova.tests.functional.test_server_group.ServerGroupTestV215.test_create_multiple_policies
|
||||||
test_evacuate_with_soft_anti_affinity |
pass
pt520.31: nova.tests.functional.test_server_group.ServerGroupTestV215.test_evacuate_with_soft_anti_affinity
|
||||||
test_migrate_with_anti_affinity_confirm_updates_scheduler |
pass
pt520.32: nova.tests.functional.test_server_group.ServerGroupTestV215.test_migrate_with_anti_affinity_confirm_updates_scheduler
|
||||||
test_rebuild_with_affinity |
pass
pt520.33: nova.tests.functional.test_server_group.ServerGroupTestV215.test_rebuild_with_affinity
|
||||||
| nova.tests.functional.test_server_group.ServerGroupTestV264 | 34 | 34 | 0 | 0 | 0 | Detail | |
test_boot_servers_with_affinity |
pass
pt521.1: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_affinity
|
||||||
test_evacuate_with_soft_anti_affinity |
pass
pt521.2: nova.tests.functional.test_server_group.ServerGroupTestV264.test_evacuate_with_soft_anti_affinity
|
||||||
test_get_groups_all_projects |
pass
pt521.3: nova.tests.functional.test_server_group.ServerGroupTestV264.test_get_groups_all_projects
|
||||||
test_migrate_with_anti_affinity_confirm_updates_scheduler |
pass
pt521.4: nova.tests.functional.test_server_group.ServerGroupTestV264.test_migrate_with_anti_affinity_confirm_updates_scheduler
|
||||||
test_boot_servers_with_affinity_no_valid_host |
pass
pt521.5: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_affinity_no_valid_host
|
||||||
test_boot_servers_with_affinity_overquota |
pass
pt521.6: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_affinity_overquota
|
||||||
test_create_multiple_policies |
pass
pt521.7: nova.tests.functional.test_server_group.ServerGroupTestV264.test_create_multiple_policies
|
||||||
test_evacuate_with_anti_affinity |
pass
pt521.8: nova.tests.functional.test_server_group.ServerGroupTestV264.test_evacuate_with_anti_affinity
|
||||||
test_evacuate_with_anti_affinity_no_valid_host |
pass
pt521.9: nova.tests.functional.test_server_group.ServerGroupTestV264.test_evacuate_with_anti_affinity_no_valid_host
|
||||||
test_failed_count_with_anti_affinity_violation |
pass
pt521.10: nova.tests.functional.test_server_group.ServerGroupTestV264.test_failed_count_with_anti_affinity_violation
|
||||||
test_boot_servers_with_soft_anti_affinity |
pass
pt521.11: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_soft_anti_affinity
|
||||||
test_boot_servers_with_soft_anti_affinity_one_available_host |
pass
pt521.12: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_soft_anti_affinity_one_available_host
|
||||||
test_boot_servers_with_anti_affinity |
pass
pt521.13: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_anti_affinity
|
||||||
test_get_no_groups |
pass
pt521.14: nova.tests.functional.test_server_group.ServerGroupTestV264.test_get_no_groups
|
||||||
test_rebuild_with_affinity |
pass
pt521.15: nova.tests.functional.test_server_group.ServerGroupTestV264.test_rebuild_with_affinity
|
||||||
test_migrate_with_group_no_valid_host |
pass
pt521.16: nova.tests.functional.test_server_group.ServerGroupTestV264.test_migrate_with_group_no_valid_host
|
||||||
test_rebuild_with_soft_affinity |
pass
pt521.17: nova.tests.functional.test_server_group.ServerGroupTestV264.test_rebuild_with_soft_affinity
|
||||||
test_rebuild_with_soft_anti_affinity |
pass
pt521.18: nova.tests.functional.test_server_group.ServerGroupTestV264.test_rebuild_with_soft_anti_affinity
|
||||||
test_soft_affinity_not_supported |
pass
pt521.19: nova.tests.functional.test_server_group.ServerGroupTestV264.test_soft_affinity_not_supported
|
||||||
test_boot_server_with_anti_affinity_no_valid_host |
pass
pt521.20: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_server_with_anti_affinity_no_valid_host
|
||||||
test_boot_servers_with_soft_affinity |
pass
pt521.21: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_soft_affinity
|
||||||
test_create_duplicated_policy |
pass
pt521.22: nova.tests.functional.test_server_group.ServerGroupTestV264.test_create_duplicated_policy
|
||||||
test_create_wrong_policy |
pass
pt521.23: nova.tests.functional.test_server_group.ServerGroupTestV264.test_create_wrong_policy
|
||||||
test_resize_to_same_host_with_anti_affinity |
pass
pt521.24: nova.tests.functional.test_server_group.ServerGroupTestV264.test_resize_to_same_host_with_anti_affinity
|
||||||
test_boot_server_with_anti_affinity_rules |
pass
pt521.25: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_server_with_anti_affinity_rules
|
||||||
test_evacuate_with_soft_affinity |
pass
pt521.26: nova.tests.functional.test_server_group.ServerGroupTestV264.test_evacuate_with_soft_affinity
|
||||||
test_failed_count_with_affinity_violation |
pass
pt521.27: nova.tests.functional.test_server_group.ServerGroupTestV264.test_failed_count_with_affinity_violation
|
||||||
test_migrate_with_soft_anti_affinity |
pass
pt521.28: nova.tests.functional.test_server_group.ServerGroupTestV264.test_migrate_with_soft_anti_affinity
|
||||||
test_boot_servers_with_soft_affinity_no_resource_on_first_host |
pass
pt521.29: nova.tests.functional.test_server_group.ServerGroupTestV264.test_boot_servers_with_soft_affinity_no_resource_on_first_host
|
||||||
test_create_and_delete_groups |
pass
pt521.30: nova.tests.functional.test_server_group.ServerGroupTestV264.test_create_and_delete_groups
|
||||||
test_evacuate_with_affinity_no_valid_host |
pass
pt521.31: nova.tests.functional.test_server_group.ServerGroupTestV264.test_evacuate_with_affinity_no_valid_host
|
||||||
test_migrate_with_anti_affinity |
pass
pt521.32: nova.tests.functional.test_server_group.ServerGroupTestV264.test_migrate_with_anti_affinity
|
||||||
test_migrate_with_soft_affinity |
pass
pt521.33: nova.tests.functional.test_server_group.ServerGroupTestV264.test_migrate_with_soft_affinity
|
||||||
test_rebuild_with_anti_affinity |
pass
pt521.34: nova.tests.functional.test_server_group.ServerGroupTestV264.test_rebuild_with_anti_affinity
|
||||||
| nova.tests.functional.test_server_group.ServerGroupTestV295 | 34 | 34 | 0 | 0 | 0 | Detail | |
test_boot_servers_with_affinity_overquota |
pass
pt522.1: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_affinity_overquota
|
||||||
test_evacuate_with_anti_affinity_no_valid_host |
pass
pt522.2: nova.tests.functional.test_server_group.ServerGroupTestV295.test_evacuate_with_anti_affinity_no_valid_host
|
||||||
test_migrate_with_anti_affinity |
pass
pt522.3: nova.tests.functional.test_server_group.ServerGroupTestV295.test_migrate_with_anti_affinity
|
||||||
test_boot_server_with_anti_affinity_rules |
pass
pt522.4: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_server_with_anti_affinity_rules
|
||||||
test_migrate_with_group_no_valid_host |
pass
pt522.5: nova.tests.functional.test_server_group.ServerGroupTestV295.test_migrate_with_group_no_valid_host
|
||||||
test_boot_servers_with_affinity_no_valid_host |
pass
pt522.6: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_affinity_no_valid_host
|
||||||
test_rebuild_with_anti_affinity |
pass
pt522.7: nova.tests.functional.test_server_group.ServerGroupTestV295.test_rebuild_with_anti_affinity
|
||||||
test_boot_servers_with_soft_affinity_no_resource_on_first_host |
pass
pt522.8: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_soft_affinity_no_resource_on_first_host
|
||||||
test_boot_servers_with_soft_anti_affinity |
pass
pt522.9: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_soft_anti_affinity
|
||||||
test_create_and_delete_groups |
pass
pt522.10: nova.tests.functional.test_server_group.ServerGroupTestV295.test_create_and_delete_groups
|
||||||
test_failed_count_with_anti_affinity_violation |
pass
pt522.11: nova.tests.functional.test_server_group.ServerGroupTestV295.test_failed_count_with_anti_affinity_violation
|
||||||
test_get_groups_all_projects |
pass
pt522.12: nova.tests.functional.test_server_group.ServerGroupTestV295.test_get_groups_all_projects
|
||||||
test_get_no_groups |
pass
pt522.13: nova.tests.functional.test_server_group.ServerGroupTestV295.test_get_no_groups
|
||||||
test_rebuild_with_soft_anti_affinity |
pass
pt522.14: nova.tests.functional.test_server_group.ServerGroupTestV295.test_rebuild_with_soft_anti_affinity
|
||||||
test_boot_server_with_anti_affinity_no_valid_host |
pass
pt522.15: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_server_with_anti_affinity_no_valid_host
|
||||||
test_migrate_with_anti_affinity_confirm_updates_scheduler |
pass
pt522.16: nova.tests.functional.test_server_group.ServerGroupTestV295.test_migrate_with_anti_affinity_confirm_updates_scheduler
|
||||||
test_boot_servers_with_soft_affinity |
pass
pt522.17: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_soft_affinity
|
||||||
test_create_multiple_policies |
pass
pt522.18: nova.tests.functional.test_server_group.ServerGroupTestV295.test_create_multiple_policies
|
||||||
test_migrate_with_soft_anti_affinity |
pass
pt522.19: nova.tests.functional.test_server_group.ServerGroupTestV295.test_migrate_with_soft_anti_affinity
|
||||||
test_resize_to_same_host_with_anti_affinity |
pass
pt522.20: nova.tests.functional.test_server_group.ServerGroupTestV295.test_resize_to_same_host_with_anti_affinity
|
||||||
test_evacuate_with_anti_affinity |
pass
pt522.21: nova.tests.functional.test_server_group.ServerGroupTestV295.test_evacuate_with_anti_affinity
|
||||||
test_evacuate_with_soft_affinity |
pass
pt522.22: nova.tests.functional.test_server_group.ServerGroupTestV295.test_evacuate_with_soft_affinity
|
||||||
test_boot_servers_with_affinity |
pass
pt522.23: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_affinity
|
||||||
test_boot_servers_with_anti_affinity |
pass
pt522.24: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_anti_affinity
|
||||||
test_create_duplicated_policy |
pass
pt522.25: nova.tests.functional.test_server_group.ServerGroupTestV295.test_create_duplicated_policy
|
||||||
test_create_wrong_policy |
pass
pt522.26: nova.tests.functional.test_server_group.ServerGroupTestV295.test_create_wrong_policy
|
||||||
test_evacuate_with_affinity_no_valid_host |
pass
pt522.27: nova.tests.functional.test_server_group.ServerGroupTestV295.test_evacuate_with_affinity_no_valid_host
|
||||||
test_evacuate_with_soft_anti_affinity |
pass
pt522.28: nova.tests.functional.test_server_group.ServerGroupTestV295.test_evacuate_with_soft_anti_affinity
|
||||||
test_rebuild_with_soft_affinity |
pass
pt522.29: nova.tests.functional.test_server_group.ServerGroupTestV295.test_rebuild_with_soft_affinity
|
||||||
test_soft_affinity_not_supported |
pass
pt522.30: nova.tests.functional.test_server_group.ServerGroupTestV295.test_soft_affinity_not_supported
|
||||||
test_boot_servers_with_soft_anti_affinity_one_available_host |
pass
pt522.31: nova.tests.functional.test_server_group.ServerGroupTestV295.test_boot_servers_with_soft_anti_affinity_one_available_host
|
||||||
test_failed_count_with_affinity_violation |
pass
pt522.32: nova.tests.functional.test_server_group.ServerGroupTestV295.test_failed_count_with_affinity_violation
|
||||||
test_migrate_with_soft_affinity |
pass
pt522.33: nova.tests.functional.test_server_group.ServerGroupTestV295.test_migrate_with_soft_affinity
|
||||||
test_rebuild_with_affinity |
pass
pt522.34: nova.tests.functional.test_server_group.ServerGroupTestV295.test_rebuild_with_affinity
|
||||||
| nova.tests.functional.test_server_group.TestAntiAffinityLiveMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_serial_no_valid_host_then_pass_with_third_host |
pass
pt523.1: nova.tests.functional.test_server_group.TestAntiAffinityLiveMigration.test_serial_no_valid_host_then_pass_with_third_host
|
||||||
| nova.tests.functional.test_server_rescue.AllowBFVRescuev287WithRescueImageProperties | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_done |
pass
pt524.1: nova.tests.functional.test_server_rescue.AllowBFVRescuev287WithRescueImageProperties.test_bfv_rescue_done
|
||||||
| nova.tests.functional.test_server_rescue.AllowBFVRescuev287WithTrait | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_supported |
pass
pt525.1: nova.tests.functional.test_server_rescue.AllowBFVRescuev287WithTrait.test_bfv_rescue_supported
|
||||||
| nova.tests.functional.test_server_rescue.DisallowBFVRescuev286 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_not_supported |
pass
pt526.1: nova.tests.functional.test_server_rescue.DisallowBFVRescuev286.test_bfv_rescue_not_supported
|
||||||
| nova.tests.functional.test_server_rescue.DisallowBFVRescuev286WithTrait | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_not_supported |
pass
pt527.1: nova.tests.functional.test_server_rescue.DisallowBFVRescuev286WithTrait.test_bfv_rescue_not_supported
|
||||||
| nova.tests.functional.test_server_rescue.DisallowBFVRescuev287WithoutRescueImageProperties | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_failed |
pass
pt528.1: nova.tests.functional.test_server_rescue.DisallowBFVRescuev287WithoutRescueImageProperties.test_bfv_rescue_failed
|
||||||
| nova.tests.functional.test_server_rescue.DisallowBFVRescuev287WithoutTrait | 1 | 1 | 0 | 0 | 0 | Detail | |
test_bfv_rescue_not_supported |
pass
pt529.1: nova.tests.functional.test_server_rescue.DisallowBFVRescuev287WithoutTrait.test_bfv_rescue_not_supported
|
||||||
| nova.tests.functional.test_servers.AcceleratorServerOpsTest | 26 | 26 | 0 | 0 | 0 | Detail | |
test_pause_unpause_ok |
pass
pt530.1: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_pause_unpause_ok
|
||||||
test_shelve_offload_instance_5_13 |
pass
pt530.2: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_offload_instance_5_13
|
||||||
test_shelve_old_compute |
pass
pt530.3: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_old_compute
|
||||||
test_soft_reboot_ok |
pass
pt530.4: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_soft_reboot_ok
|
||||||
test_create_image_ok |
pass
pt530.5: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_create_image_ok
|
||||||
test_shelve_and_unshelve_ok |
pass
pt530.6: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_and_unshelve_ok
|
||||||
test_shelve_offload_and_unshelve_ok |
pass
pt530.7: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_offload_and_unshelve_ok
|
||||||
test_evacuate_ok |
pass
pt530.8: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_evacuate_ok
|
||||||
test_evacuate_old_compute |
pass
pt530.9: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_evacuate_old_compute
|
||||||
test_hard_reboot_ok |
pass
pt530.10: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_hard_reboot_ok
|
||||||
test_rebuild_old_compute |
pass
pt530.11: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_rebuild_old_compute
|
||||||
test_lock_unlock_ok |
pass
pt530.12: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_lock_unlock_ok
|
||||||
test_shelve_instance_5_13 |
pass
pt530.13: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_instance_5_13
|
||||||
test_resize_fails |
pass
pt530.14: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_resize_fails
|
||||||
test_unshelve_instance_5_13 |
pass
pt530.15: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_unshelve_instance_5_13
|
||||||
test_unshelve_instance_5_2 |
pass
pt530.16: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_unshelve_instance_5_2
|
||||||
test_migrate_fails |
pass
pt530.17: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_migrate_fails
|
||||||
test_shelve_with_compute_rpc_pin_5_0 |
pass
pt530.18: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_with_compute_rpc_pin_5_0
|
||||||
test_suspend_fails |
pass
pt530.19: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_suspend_fails
|
||||||
test_unshelve_instance_5_0 |
pass
pt530.20: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_unshelve_instance_5_0
|
||||||
test_rebuild_ok |
pass
pt530.21: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_rebuild_ok
|
||||||
test_rescue_unrescue_ok |
pass
pt530.22: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_rescue_unrescue_ok
|
||||||
test_stop_start_ok |
pass
pt530.23: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_stop_start_ok
|
||||||
test_backup_ok |
pass
pt530.24: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_backup_ok
|
||||||
test_live_migrate_fails |
pass
pt530.25: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_live_migrate_fails
|
||||||
test_shelve_offload_instance_5_0 |
pass
pt530.26: nova.tests.functional.test_servers.AcceleratorServerOpsTest.test_shelve_offload_instance_5_0
|
||||||
| nova.tests.functional.test_servers.AcceleratorServerReschedTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resched_fails |
pass
pt531.1: nova.tests.functional.test_servers.AcceleratorServerReschedTest.test_resched_fails
|
||||||
test_resched |
pass
pt531.2: nova.tests.functional.test_servers.AcceleratorServerReschedTest.test_resched
|
||||||
| nova.tests.functional.test_servers.AcceleratorServerTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_server_with_local_delete |
pass
pt532.1: nova.tests.functional.test_servers.AcceleratorServerTest.test_create_server_with_local_delete
|
||||||
test_create_delete_server_ok |
pass
pt532.2: nova.tests.functional.test_servers.AcceleratorServerTest.test_create_delete_server_ok
|
||||||
test_create_server_with_error |
pass
pt532.3: nova.tests.functional.test_servers.AcceleratorServerTest.test_create_server_with_error
|
||||||
| nova.tests.functional.test_servers.ConsumerGenerationConflictTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_server_fails_as_placement_reports_consumer_conflict |
pass
pt533.1: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_create_server_fails_as_placement_reports_consumer_conflict
|
||||||
test_force_evacuate_fails_allocating_on_dest_host |
pass
pt533.2: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_force_evacuate_fails_allocating_on_dest_host
|
||||||
test_confirm_migrate_delete_alloc_on_source_fails |
pass
pt533.3: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_confirm_migrate_delete_alloc_on_source_fails
|
||||||
test_evacuate_fails_allocating_on_dest_host |
pass
pt533.4: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_evacuate_fails_allocating_on_dest_host
|
||||||
test_migrate_move_allocation_fails_due_to_conflict |
pass
pt533.5: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_migrate_move_allocation_fails_due_to_conflict
|
||||||
test_migrate_claim_on_dest_fails |
pass
pt533.6: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_migrate_claim_on_dest_fails
|
||||||
test_live_migrate_drop_allocation_on_source_fails |
pass
pt533.7: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_live_migrate_drop_allocation_on_source_fails
|
||||||
test_revert_resize_same_host_delete_dest_fails_due_to_conflict |
pass
pt533.8: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_revert_resize_same_host_delete_dest_fails_due_to_conflict
|
||||||
test_force_live_migrate_claim_on_dest_fails |
pass
pt533.9: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_force_live_migrate_claim_on_dest_fails
|
||||||
test_revert_migrate_delete_dest_allocation_fails_due_to_conflict |
pass
pt533.10: nova.tests.functional.test_servers.ConsumerGenerationConflictTest.test_revert_migrate_delete_dest_allocation_fails_due_to_conflict
|
||||||
| nova.tests.functional.test_servers.CreateServerConstraintsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_server_amd_sev_snp_non_stateless_firmware |
pass
pt534.1: nova.tests.functional.test_servers.CreateServerConstraintsTest.test_create_server_amd_sev_snp_non_stateless_firmware
|
||||||
test_create_server_locked_memory_conflict |
pass
pt534.2: nova.tests.functional.test_servers.CreateServerConstraintsTest.test_create_server_locked_memory_conflict
|
||||||
test_create_server_locked_memory_without_mem_page_size |
pass
pt534.3: nova.tests.functional.test_servers.CreateServerConstraintsTest.test_create_server_locked_memory_without_mem_page_size
|
||||||
| nova.tests.functional.test_servers.PollUnconfirmedResizesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_source_host_down_during_confirm |
pass
pt535.1: nova.tests.functional.test_servers.PollUnconfirmedResizesTest.test_source_host_down_during_confirm
|
||||||
| nova.tests.functional.test_servers.PortAcceleratorServerCreateRejectTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_reject_multi_device_port |
pass
pt536.1: nova.tests.functional.test_servers.PortAcceleratorServerCreateRejectTest.test_reject_multi_device_port
|
||||||
test_reject_if_have_old_version_service |
pass
pt536.2: nova.tests.functional.test_servers.PortAcceleratorServerCreateRejectTest.test_reject_if_have_old_version_service
|
||||||
| nova.tests.functional.test_servers.PortAcceleratorServerOpsTest | 19 | 19 | 0 | 0 | 0 | Detail | |
test_suspend_reject |
pass
pt537.1: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_suspend_reject
|
||||||
test_shelve_offload_reject |
pass
pt537.2: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_shelve_offload_reject
|
||||||
test_stop_start_ok |
pass
pt537.3: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_stop_start_ok
|
||||||
test_evacuate_reject |
pass
pt537.4: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_evacuate_reject
|
||||||
test_resize_reject |
pass
pt537.5: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_resize_reject
|
||||||
test_rescue_unrescue_ok |
pass
pt537.6: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_rescue_unrescue_ok
|
||||||
test_create_image_ok |
pass
pt537.7: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_create_image_ok
|
||||||
test_pause_unpause_ok |
pass
pt537.8: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_pause_unpause_ok
|
||||||
test_soft_reboot_ok |
pass
pt537.9: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_soft_reboot_ok
|
||||||
test_live_migrate_reject |
pass
pt537.10: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_live_migrate_reject
|
||||||
test_port_attach_interface_reject |
pass
pt537.11: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_port_attach_interface_reject
|
||||||
test_backup_ok |
pass
pt537.12: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_backup_ok
|
||||||
test_delete_server |
pass
pt537.13: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_delete_server
|
||||||
test_hard_reboot_ok |
pass
pt537.14: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_hard_reboot_ok
|
||||||
test_lock_unlock_ok |
pass
pt537.15: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_lock_unlock_ok
|
||||||
test_migrate_reject |
pass
pt537.16: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_migrate_reject
|
||||||
test_shelve_reject |
pass
pt537.17: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_shelve_reject
|
||||||
test_port_detach_interface_reject |
pass
pt537.18: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_port_detach_interface_reject
|
||||||
test_rebuild_ok |
pass
pt537.19: nova.tests.functional.test_servers.PortAcceleratorServerOpsTest.test_rebuild_ok
|
||||||
| nova.tests.functional.test_servers.PortAndFlavorAccelsServerCreateTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_accels_from_both_port_and_flavor |
pass
pt538.1: nova.tests.functional.test_servers.PortAndFlavorAccelsServerCreateTest.test_accels_from_both_port_and_flavor
|
||||||
| nova.tests.functional.test_servers.PortBindingShelvedServerTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_shelve_offload_with_port |
pass
pt539.1: nova.tests.functional.test_servers.PortBindingShelvedServerTest.test_shelve_offload_with_port
|
||||||
test_shelve_offload_with_port_preserve_dns |
pass
pt539.2: nova.tests.functional.test_servers.PortBindingShelvedServerTest.test_shelve_offload_with_port_preserve_dns
|
||||||
| nova.tests.functional.test_servers.ServerBuildAbortTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_abort_when_booting_instance |
pass
pt540.1: nova.tests.functional.test_servers.ServerBuildAbortTests.test_abort_when_booting_instance
|
||||||
| nova.tests.functional.test_servers.ServerBuildAbortTestsWithNestedResourceRequest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_abort_when_booting_instance |
pass
pt541.1: nova.tests.functional.test_servers.ServerBuildAbortTestsWithNestedResourceRequest.test_abort_when_booting_instance
|
||||||
| nova.tests.functional.test_servers.ServerDeleteBuildTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_stuck_build_instance_after_claim |
pass
pt542.1: nova.tests.functional.test_servers.ServerDeleteBuildTests.test_delete_stuck_build_instance_after_claim
|
||||||
| nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbort | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migrate_delete |
pass
pt543.1: nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbort.test_live_migrate_delete
|
||||||
test_live_migrate_force_complete |
pass
pt543.2: nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbort.test_live_migrate_force_complete
|
||||||
| nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbortWithNestedResourcesRequest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_live_migrate_force_complete |
pass
pt544.1: nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbortWithNestedResourcesRequest.test_live_migrate_force_complete
|
||||||
test_live_migrate_delete |
pass
pt544.2: nova.tests.functional.test_servers.ServerLiveMigrateForceAndAbortWithNestedResourcesRequest.test_live_migrate_delete
|
||||||
| nova.tests.functional.test_servers.ServerMovingTests | 59 | 59 | 0 | 0 | 0 | Detail | |
test_evacuate_claim_on_dest_fails_clean_hypervisor |
pass
pt545.1: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_claim_on_dest_fails_clean_hypervisor
|
||||||
test_evacuate_forced_host_v268 |
pass
pt545.2: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_forced_host_v268
|
||||||
test_evacuate_instance_kept_on_the_hypervisor |
pass
pt545.3: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_instance_kept_on_the_hypervisor
|
||||||
test_evacuate_rebuild_on_dest_fails_clean_hypervisor |
pass
pt545.4: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_rebuild_on_dest_fails_clean_hypervisor
|
||||||
test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt545.5: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_finish_resize_fails_allocation_cleanup |
pass
pt545.6: nova.tests.functional.test_servers.ServerMovingTests.test_finish_resize_fails_allocation_cleanup
|
||||||
test_live_migrate_pre_check_fails |
pass
pt545.7: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate_pre_check_fails
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations_forced |
pass
pt545.8: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate_rollback_cleans_dest_node_allocations_forced
|
||||||
test_migrate_no_valid_host |
pass
pt545.9: nova.tests.functional.test_servers.ServerMovingTests.test_migrate_no_valid_host
|
||||||
test_rebuild_server_conflict |
pass
pt545.10: nova.tests.functional.test_servers.ServerMovingTests.test_rebuild_server_conflict
|
||||||
test_evacuate_forced_host_instance_kept_on_the_hypervisor |
pass
pt545.11: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_forced_host_instance_kept_on_the_hypervisor
|
||||||
test_resize_delete_while_verify |
pass
pt545.12: nova.tests.functional.test_servers.ServerMovingTests.test_resize_delete_while_verify
|
||||||
test_live_migrate_force |
pass
pt545.13: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate_force
|
||||||
test_resize_reschedule_uses_host_lists_not_enough_alts |
pass
pt545.14: nova.tests.functional.test_servers.ServerMovingTests.test_resize_reschedule_uses_host_lists_not_enough_alts
|
||||||
test_resize_confirm_reverse |
pass
pt545.15: nova.tests.functional.test_servers.ServerMovingTests.test_resize_confirm_reverse
|
||||||
test_resize_to_same_host_prep_resize_fails |
pass
pt545.16: nova.tests.functional.test_servers.ServerMovingTests.test_resize_to_same_host_prep_resize_fails
|
||||||
test_live_migrate_forced_v268 |
pass
pt545.17: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate_forced_v268
|
||||||
test_evacuate_clean_hypervisor |
pass
pt545.18: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_clean_hypervisor
|
||||||
test_shelve_unshelve_after_server_created_with_host |
pass
pt545.19: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_unshelve_after_server_created_with_host
|
||||||
test_resize_instance_fails_allocation_cleanup |
pass
pt545.20: nova.tests.functional.test_servers.ServerMovingTests.test_resize_instance_fails_allocation_cleanup
|
||||||
test_resize_reschedule_uses_host_lists_1_fail |
pass
pt545.21: nova.tests.functional.test_servers.ServerMovingTests.test_resize_reschedule_uses_host_lists_1_fail
|
||||||
test_migrate_confirm |
pass
pt545.22: nova.tests.functional.test_servers.ServerMovingTests.test_migrate_confirm
|
||||||
test_resize_reschedule_uses_host_lists_3_fails |
pass
pt545.23: nova.tests.functional.test_servers.ServerMovingTests.test_resize_reschedule_uses_host_lists_3_fails
|
||||||
test_swap_expand_0_to_0_confirm |
pass
pt545.24: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_0_to_0_confirm
|
||||||
test_rescheduling_when_migrating_instance |
pass
pt545.25: nova.tests.functional.test_servers.ServerMovingTests.test_rescheduling_when_migrating_instance
|
||||||
test_shelve_unshelve_to_host_instance_not_offloaded |
pass
pt545.26: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_unshelve_to_host_instance_not_offloaded
|
||||||
test_resize_revert_reverse |
pass
pt545.27: nova.tests.functional.test_servers.ServerMovingTests.test_resize_revert_reverse
|
||||||
test_swap_shrink_1024_to_0_revert |
pass
pt545.28: nova.tests.functional.test_servers.ServerMovingTests.test_swap_shrink_1024_to_0_revert
|
||||||
test_swap_shrink_2048_to_1024_revert |
pass
pt545.29: nova.tests.functional.test_servers.ServerMovingTests.test_swap_shrink_2048_to_1024_revert
|
||||||
test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt545.30: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_evacuate_forced_host_clean_hypervisor |
pass
pt545.31: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_forced_host_clean_hypervisor
|
||||||
test_live_migrate |
pass
pt545.32: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate
|
||||||
test_evacuate_host_specified_but_not_forced |
pass
pt545.33: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_host_specified_but_not_forced
|
||||||
test_migrate_revert |
pass
pt545.34: nova.tests.functional.test_servers.ServerMovingTests.test_migrate_revert
|
||||||
test_evacuate_with_no_compute |
pass
pt545.35: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_with_no_compute
|
||||||
test_resize_confirm_assert_hypervisor_usage_no_periodics |
pass
pt545.36: nova.tests.functional.test_servers.ServerMovingTests.test_resize_confirm_assert_hypervisor_usage_no_periodics
|
||||||
test_resize_and_confirm_after_server_created_with_host |
pass
pt545.37: nova.tests.functional.test_servers.ServerMovingTests.test_resize_and_confirm_after_server_created_with_host
|
||||||
test_resize_server_conflict |
pass
pt545.38: nova.tests.functional.test_servers.ServerMovingTests.test_resize_server_conflict
|
||||||
test_swap_expand_0_to_1024_revert |
pass
pt545.39: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_0_to_1024_revert
|
||||||
test_resize_revert |
pass
pt545.40: nova.tests.functional.test_servers.ServerMovingTests.test_resize_revert
|
||||||
test_resize_revert_same_host |
pass
pt545.41: nova.tests.functional.test_servers.ServerMovingTests.test_resize_revert_same_host
|
||||||
test_shelve_offload_unshelve_same_host |
pass
pt545.42: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_offload_unshelve_same_host
|
||||||
test_shelve_unshelve |
pass
pt545.43: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_unshelve
|
||||||
test_swap_expand_0_to_1024_confirm |
pass
pt545.44: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_0_to_1024_confirm
|
||||||
test_swap_expand_1024_to_2048_confirm |
pass
pt545.45: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_1024_to_2048_confirm
|
||||||
test_swap_expand_2048_to_2048_confirm |
pass
pt545.46: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_2048_to_2048_confirm
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations |
pass
pt545.47: nova.tests.functional.test_servers.ServerMovingTests.test_live_migrate_rollback_cleans_dest_node_allocations
|
||||||
test_evacuate_after_server_created_with_host |
pass
pt545.48: nova.tests.functional.test_servers.ServerMovingTests.test_evacuate_after_server_created_with_host
|
||||||
test_resize_confirm_same_host |
pass
pt545.49: nova.tests.functional.test_servers.ServerMovingTests.test_resize_confirm_same_host
|
||||||
test_live_migration_after_server_created_with_host |
pass
pt545.50: nova.tests.functional.test_servers.ServerMovingTests.test_live_migration_after_server_created_with_host
|
||||||
test_resize_not_enough_resource |
pass
pt545.51: nova.tests.functional.test_servers.ServerMovingTests.test_resize_not_enough_resource
|
||||||
test_migration_confirm_resize_error |
pass
pt545.52: nova.tests.functional.test_servers.ServerMovingTests.test_migration_confirm_resize_error
|
||||||
test_resize_with_private_flavor |
pass
pt545.53: nova.tests.functional.test_servers.ServerMovingTests.test_resize_with_private_flavor
|
||||||
test_resize_confirm |
pass
pt545.54: nova.tests.functional.test_servers.ServerMovingTests.test_resize_confirm
|
||||||
test_shelve_offload_unshelve_diff_host |
pass
pt545.55: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_offload_unshelve_diff_host
|
||||||
test_swap_shrink_2048_to_1024_confirm |
pass
pt545.56: nova.tests.functional.test_servers.ServerMovingTests.test_swap_shrink_2048_to_1024_confirm
|
||||||
test_shelve_unshelve_to_host |
pass
pt545.57: nova.tests.functional.test_servers.ServerMovingTests.test_shelve_unshelve_to_host
|
||||||
test_swap_expand_1024_to_2048_revert |
pass
pt545.58: nova.tests.functional.test_servers.ServerMovingTests.test_swap_expand_1024_to_2048_revert
|
||||||
test_swap_shrink_1024_to_0_confirm |
pass
pt545.59: nova.tests.functional.test_servers.ServerMovingTests.test_swap_shrink_1024_to_0_confirm
|
||||||
| nova.tests.functional.test_servers.ServerMovingTestsFromFlatToNested | 2 | 2 | 0 | 0 | 0 | Detail | |
test_force_evacuate_from_flat_to_nested |
pass
pt546.1: nova.tests.functional.test_servers.ServerMovingTestsFromFlatToNested.test_force_evacuate_from_flat_to_nested
|
||||||
test_force_live_migrate_from_flat_to_nested |
pass
pt546.2: nova.tests.functional.test_servers.ServerMovingTestsFromFlatToNested.test_force_live_migrate_from_flat_to_nested
|
||||||
| nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes | 59 | 59 | 0 | 0 | 0 | Detail | |
test_evacuate_after_server_created_with_host |
pass
pt547.1: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_after_server_created_with_host
|
||||||
test_evacuate_forced_host_v268 |
pass
pt547.2: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_forced_host_v268
|
||||||
test_evacuate_instance_kept_on_the_hypervisor |
pass
pt547.3: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_instance_kept_on_the_hypervisor
|
||||||
test_finish_resize_fails_allocation_cleanup |
pass
pt547.4: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_finish_resize_fails_allocation_cleanup
|
||||||
test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt547.5: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_migrate_no_valid_host |
pass
pt547.6: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_migrate_no_valid_host
|
||||||
test_live_migrate_forced_v268 |
pass
pt547.7: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate_forced_v268
|
||||||
test_rebuild_server_conflict |
pass
pt547.8: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_rebuild_server_conflict
|
||||||
test_evacuate_claim_on_dest_fails_clean_hypervisor |
pass
pt547.9: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_claim_on_dest_fails_clean_hypervisor
|
||||||
test_migrate_revert |
pass
pt547.10: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_migrate_revert
|
||||||
test_live_migration_after_server_created_with_host |
pass
pt547.11: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migration_after_server_created_with_host
|
||||||
test_resize_confirm_reverse |
pass
pt547.12: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_confirm_reverse
|
||||||
test_evacuate_forced_host_instance_kept_on_the_hypervisor |
pass
pt547.13: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_forced_host_instance_kept_on_the_hypervisor
|
||||||
test_rescheduling_when_migrating_instance |
pass
pt547.14: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_rescheduling_when_migrating_instance
|
||||||
test_migrate_confirm |
pass
pt547.15: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_migrate_confirm
|
||||||
test_resize_delete_while_verify |
pass
pt547.16: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_delete_while_verify
|
||||||
test_evacuate_host_specified_but_not_forced |
pass
pt547.17: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_host_specified_but_not_forced
|
||||||
test_resize_confirm |
pass
pt547.18: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_confirm
|
||||||
test_resize_confirm_assert_hypervisor_usage_no_periodics |
pass
pt547.19: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_confirm_assert_hypervisor_usage_no_periodics
|
||||||
test_resize_reschedule_uses_host_lists_3_fails |
pass
pt547.20: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_reschedule_uses_host_lists_3_fails
|
||||||
test_resize_instance_fails_allocation_cleanup |
pass
pt547.21: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_instance_fails_allocation_cleanup
|
||||||
test_live_migrate_pre_check_fails |
pass
pt547.22: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate_pre_check_fails
|
||||||
test_resize_with_private_flavor |
pass
pt547.23: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_with_private_flavor
|
||||||
test_resize_server_conflict |
pass
pt547.24: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_server_conflict
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations |
pass
pt547.25: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate_rollback_cleans_dest_node_allocations
|
||||||
test_shelve_offload_unshelve_same_host |
pass
pt547.26: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_offload_unshelve_same_host
|
||||||
test_resize_revert |
pass
pt547.27: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_revert
|
||||||
test_swap_expand_0_to_1024_revert |
pass
pt547.28: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_0_to_1024_revert
|
||||||
test_resize_not_enough_resource |
pass
pt547.29: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_not_enough_resource
|
||||||
test_swap_expand_1024_to_2048_revert |
pass
pt547.30: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_1024_to_2048_revert
|
||||||
test_shelve_unshelve_to_host |
pass
pt547.31: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_unshelve_to_host
|
||||||
test_swap_shrink_1024_to_0_revert |
pass
pt547.32: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_shrink_1024_to_0_revert
|
||||||
test_resize_reschedule_uses_host_lists_1_fail |
pass
pt547.33: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_reschedule_uses_host_lists_1_fail
|
||||||
test_resize_revert_same_host |
pass
pt547.34: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_revert_same_host
|
||||||
test_evacuate_clean_hypervisor |
pass
pt547.35: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_clean_hypervisor
|
||||||
test_shelve_unshelve |
pass
pt547.36: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_unshelve
|
||||||
test_live_migrate_force |
pass
pt547.37: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate_force
|
||||||
test_shelve_unshelve_after_server_created_with_host |
pass
pt547.38: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_unshelve_after_server_created_with_host
|
||||||
test_swap_shrink_1024_to_0_confirm |
pass
pt547.39: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_shrink_1024_to_0_confirm
|
||||||
test_resize_confirm_same_host |
pass
pt547.40: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_confirm_same_host
|
||||||
test_resize_revert_reverse |
pass
pt547.41: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_revert_reverse
|
||||||
test_shelve_offload_unshelve_diff_host |
pass
pt547.42: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_offload_unshelve_diff_host
|
||||||
test_swap_shrink_2048_to_1024_revert |
pass
pt547.43: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_shrink_2048_to_1024_revert
|
||||||
test_evacuate_rebuild_on_dest_fails_clean_hypervisor |
pass
pt547.44: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_rebuild_on_dest_fails_clean_hypervisor
|
||||||
test_evacuate_with_no_compute |
pass
pt547.45: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_with_no_compute
|
||||||
test_swap_expand_0_to_0_confirm |
pass
pt547.46: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_0_to_0_confirm
|
||||||
test_swap_expand_1024_to_2048_confirm |
pass
pt547.47: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_1024_to_2048_confirm
|
||||||
test_swap_expand_2048_to_2048_confirm |
pass
pt547.48: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_2048_to_2048_confirm
|
||||||
test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt547.49: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_live_migrate |
pass
pt547.50: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations_forced |
pass
pt547.51: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_live_migrate_rollback_cleans_dest_node_allocations_forced
|
||||||
test_evacuate_forced_host_clean_hypervisor |
pass
pt547.52: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_evacuate_forced_host_clean_hypervisor
|
||||||
test_resize_and_confirm_after_server_created_with_host |
pass
pt547.53: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_and_confirm_after_server_created_with_host
|
||||||
test_resize_to_same_host_prep_resize_fails |
pass
pt547.54: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_to_same_host_prep_resize_fails
|
||||||
test_migration_confirm_resize_error |
pass
pt547.55: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_migration_confirm_resize_error
|
||||||
test_shelve_unshelve_to_host_instance_not_offloaded |
pass
pt547.56: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_shelve_unshelve_to_host_instance_not_offloaded
|
||||||
test_resize_reschedule_uses_host_lists_not_enough_alts |
pass
pt547.57: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_resize_reschedule_uses_host_lists_not_enough_alts
|
||||||
test_swap_shrink_2048_to_1024_confirm |
pass
pt547.58: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_shrink_2048_to_1024_confirm
|
||||||
test_swap_expand_0_to_1024_confirm |
pass
pt547.59: nova.tests.functional.test_servers.ServerMovingTestsWithNestedComputes.test_swap_expand_0_to_1024_confirm
|
||||||
| nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests | 59 | 59 | 0 | 0 | 0 | Detail | |
test_evacuate_after_server_created_with_host |
pass
pt548.1: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_after_server_created_with_host
|
||||||
test_finish_resize_fails_allocation_cleanup |
pass
pt548.2: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_finish_resize_fails_allocation_cleanup
|
||||||
test_evacuate_forced_host_clean_hypervisor |
pass
pt548.3: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_forced_host_clean_hypervisor
|
||||||
test_evacuate_instance_kept_on_the_hypervisor |
pass
pt548.4: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_instance_kept_on_the_hypervisor
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations_forced |
pass
pt548.5: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate_rollback_cleans_dest_node_allocations_forced
|
||||||
test_evacuate_rebuild_on_dest_fails_clean_hypervisor |
pass
pt548.6: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_rebuild_on_dest_fails_clean_hypervisor
|
||||||
test_live_migrate_force |
pass
pt548.7: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate_force
|
||||||
test_evacuate_with_no_compute |
pass
pt548.8: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_with_no_compute
|
||||||
test_migrate_confirm |
pass
pt548.9: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_migrate_confirm
|
||||||
test_live_migrate_pre_check_fails |
pass
pt548.10: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate_pre_check_fails
|
||||||
test_resize_reschedule_uses_host_lists_not_enough_alts |
pass
pt548.11: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_reschedule_uses_host_lists_not_enough_alts
|
||||||
test_migration_confirm_resize_error |
pass
pt548.12: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_migration_confirm_resize_error
|
||||||
test_resize_server_conflict |
pass
pt548.13: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_server_conflict
|
||||||
test_resize_confirm_same_host |
pass
pt548.14: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_confirm_same_host
|
||||||
test_resize_confirm_reverse |
pass
pt548.15: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_confirm_reverse
|
||||||
test_live_migrate_forced_v268 |
pass
pt548.16: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate_forced_v268
|
||||||
test_swap_expand_1024_to_2048_confirm |
pass
pt548.17: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_1024_to_2048_confirm
|
||||||
test_resize_reschedule_uses_host_lists_3_fails |
pass
pt548.18: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_reschedule_uses_host_lists_3_fails
|
||||||
test_live_migration_after_server_created_with_host |
pass
pt548.19: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migration_after_server_created_with_host
|
||||||
test_swap_shrink_1024_to_0_revert |
pass
pt548.20: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_shrink_1024_to_0_revert
|
||||||
test_resize_reschedule_uses_host_lists_1_fail |
pass
pt548.21: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_reschedule_uses_host_lists_1_fail
|
||||||
test_shelve_offload_unshelve_same_host |
pass
pt548.22: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_offload_unshelve_same_host
|
||||||
test_evacuate_forced_host_instance_kept_on_the_hypervisor |
pass
pt548.23: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_forced_host_instance_kept_on_the_hypervisor
|
||||||
test_swap_expand_0_to_1024_revert |
pass
pt548.24: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_0_to_1024_revert
|
||||||
test_live_migrate |
pass
pt548.25: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate
|
||||||
test_migrate_no_valid_host |
pass
pt548.26: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_migrate_no_valid_host
|
||||||
test_migrate_revert |
pass
pt548.27: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_migrate_revert
|
||||||
test_rescheduling_when_migrating_instance |
pass
pt548.28: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_rescheduling_when_migrating_instance
|
||||||
test_rebuild_server_conflict |
pass
pt548.29: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_rebuild_server_conflict
|
||||||
test_resize_confirm_assert_hypervisor_usage_no_periodics |
pass
pt548.30: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_confirm_assert_hypervisor_usage_no_periodics
|
||||||
test_resize_revert_reverse |
pass
pt548.31: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_revert_reverse
|
||||||
test_shelve_offload_unshelve_diff_host |
pass
pt548.32: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_offload_unshelve_diff_host
|
||||||
test_shelve_unshelve_to_host_instance_not_offloaded |
pass
pt548.33: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_unshelve_to_host_instance_not_offloaded
|
||||||
test_swap_expand_2048_to_2048_confirm |
pass
pt548.34: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_2048_to_2048_confirm
|
||||||
test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt548.35: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_claim_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_evacuate_claim_on_dest_fails_clean_hypervisor |
pass
pt548.36: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_claim_on_dest_fails_clean_hypervisor
|
||||||
test_evacuate_clean_hypervisor |
pass
pt548.37: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_clean_hypervisor
|
||||||
test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor |
pass
pt548.38: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_rebuild_on_dest_fails_instance_kept_on_the_hypervisor
|
||||||
test_evacuate_forced_host_v268 |
pass
pt548.39: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_forced_host_v268
|
||||||
test_resize_and_confirm_after_server_created_with_host |
pass
pt548.40: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_and_confirm_after_server_created_with_host
|
||||||
test_evacuate_host_specified_but_not_forced |
pass
pt548.41: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_evacuate_host_specified_but_not_forced
|
||||||
test_resize_revert |
pass
pt548.42: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_revert
|
||||||
test_live_migrate_rollback_cleans_dest_node_allocations |
pass
pt548.43: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_live_migrate_rollback_cleans_dest_node_allocations
|
||||||
test_resize_revert_same_host |
pass
pt548.44: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_revert_same_host
|
||||||
test_resize_confirm |
pass
pt548.45: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_confirm
|
||||||
test_resize_with_private_flavor |
pass
pt548.46: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_with_private_flavor
|
||||||
test_resize_delete_while_verify |
pass
pt548.47: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_delete_while_verify
|
||||||
test_shelve_unshelve |
pass
pt548.48: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_unshelve
|
||||||
test_resize_instance_fails_allocation_cleanup |
pass
pt548.49: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_instance_fails_allocation_cleanup
|
||||||
test_shelve_unshelve_to_host |
pass
pt548.50: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_unshelve_to_host
|
||||||
test_resize_not_enough_resource |
pass
pt548.51: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_not_enough_resource
|
||||||
test_swap_expand_0_to_0_confirm |
pass
pt548.52: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_0_to_0_confirm
|
||||||
test_resize_to_same_host_prep_resize_fails |
pass
pt548.53: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_resize_to_same_host_prep_resize_fails
|
||||||
test_swap_expand_0_to_1024_confirm |
pass
pt548.54: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_0_to_1024_confirm
|
||||||
test_shelve_unshelve_after_server_created_with_host |
pass
pt548.55: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_shelve_unshelve_after_server_created_with_host
|
||||||
test_swap_expand_1024_to_2048_revert |
pass
pt548.56: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_expand_1024_to_2048_revert
|
||||||
test_swap_shrink_2048_to_1024_revert |
pass
pt548.57: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_shrink_2048_to_1024_revert
|
||||||
test_swap_shrink_1024_to_0_confirm |
pass
pt548.58: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_shrink_1024_to_0_confirm
|
||||||
test_swap_shrink_2048_to_1024_confirm |
pass
pt548.59: nova.tests.functional.test_servers.ServerMovingTestsWithNestedResourceRequests.test_swap_shrink_2048_to_1024_confirm
|
||||||
| nova.tests.functional.test_servers.ServerRebuildTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_rebuild_with_new_image |
pass
pt549.1: nova.tests.functional.test_servers.ServerRebuildTestCase.test_rebuild_with_new_image
|
||||||
test_volume_backed_rebuild_different_image |
pass
pt549.2: nova.tests.functional.test_servers.ServerRebuildTestCase.test_volume_backed_rebuild_different_image
|
||||||
test_rebuild_with_image_novalidhost |
pass
pt549.3: nova.tests.functional.test_servers.ServerRebuildTestCase.test_rebuild_with_image_novalidhost
|
||||||
| nova.tests.functional.test_servers.ServerRebuildTestCaseV293 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_backed_rebuild_root_v293 |
pass
pt550.1: nova.tests.functional.test_servers.ServerRebuildTestCaseV293.test_volume_backed_rebuild_root_v293
|
||||||
test_volume_backed_rebuild_root_create_failed |
pass
pt550.2: nova.tests.functional.test_servers.ServerRebuildTestCaseV293.test_volume_backed_rebuild_root_create_failed
|
||||||
test_volume_backed_rebuild_root_instance_deleted |
pass
pt550.3: nova.tests.functional.test_servers.ServerRebuildTestCaseV293.test_volume_backed_rebuild_root_instance_deleted
|
||||||
test_volume_backed_rebuild_root_delete_old_failed |
pass
pt550.4: nova.tests.functional.test_servers.ServerRebuildTestCaseV293.test_volume_backed_rebuild_root_delete_old_failed
|
||||||
| nova.tests.functional.test_servers.ServerRescheduleTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocation_fails_during_reschedule |
pass
pt551.1: nova.tests.functional.test_servers.ServerRescheduleTests.test_allocation_fails_during_reschedule
|
||||||
test_rescheduling_when_booting_instance |
pass
pt551.2: nova.tests.functional.test_servers.ServerRescheduleTests.test_rescheduling_when_booting_instance
|
||||||
| nova.tests.functional.test_servers.ServerRescheduleTestsWithNestedResourcesRequest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescheduling_when_booting_instance |
pass
pt552.1: nova.tests.functional.test_servers.ServerRescheduleTestsWithNestedResourcesRequest.test_rescheduling_when_booting_instance
|
||||||
test_allocation_fails_during_reschedule |
pass
pt552.2: nova.tests.functional.test_servers.ServerRescheduleTestsWithNestedResourcesRequest.test_allocation_fails_during_reschedule
|
||||||
| nova.tests.functional.test_servers.ServerSoftDeleteTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_soft_delete_then_reclaim |
pass
pt553.1: nova.tests.functional.test_servers.ServerSoftDeleteTests.test_soft_delete_then_reclaim
|
||||||
test_soft_delete_then_restore |
pass
pt553.2: nova.tests.functional.test_servers.ServerSoftDeleteTests.test_soft_delete_then_restore
|
||||||
| nova.tests.functional.test_servers.ServerSoftDeleteTestsWithNestedResourceRequest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_soft_delete_then_restore |
pass
pt554.1: nova.tests.functional.test_servers.ServerSoftDeleteTestsWithNestedResourceRequest.test_soft_delete_then_restore
|
||||||
test_soft_delete_then_reclaim |
pass
pt554.2: nova.tests.functional.test_servers.ServerSoftDeleteTestsWithNestedResourceRequest.test_soft_delete_then_reclaim
|
||||||
| nova.tests.functional.test_servers.ServerTestV220 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_detach_vol_to_shelved_offloaded_server_new_flow |
pass
pt555.1: nova.tests.functional.test_servers.ServerTestV220.test_attach_detach_vol_to_shelved_offloaded_server_new_flow
|
||||||
| nova.tests.functional.test_servers.ServerTestV256MultiCellTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_migrate_server_to_host_in_different_cell |
pass
pt556.1: nova.tests.functional.test_servers.ServerTestV256MultiCellTestCase.test_migrate_server_to_host_in_different_cell
|
||||||
| nova.tests.functional.test_servers.ServerTestV256RescheduleTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_migrate_server_not_reschedule |
pass
pt557.1: nova.tests.functional.test_servers.ServerTestV256RescheduleTestCase.test_migrate_server_not_reschedule
|
||||||
| nova.tests.functional.test_servers.ServerTestV256SingleCellMultiHostTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_migrate_server_to_host_in_same_cell |
pass
pt558.1: nova.tests.functional.test_servers.ServerTestV256SingleCellMultiHostTestCase.test_migrate_server_to_host_in_same_cell
|
||||||
| nova.tests.functional.test_servers.ServerTestV269 | 9 | 9 | 0 | 0 | 0 | Detail | |
test_get_servers_detail_limits_with_down_cells |
pass
pt559.1: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_limits_with_down_cells
|
||||||
test_get_servers_detail_marker_in_down_cells |
pass
pt559.2: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_marker_in_down_cells
|
||||||
test_get_servers_with_down_cells |
pass
pt559.3: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_with_down_cells
|
||||||
test_get_servers_detail_all_tenants_with_down_cells |
pass
pt559.4: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_all_tenants_with_down_cells
|
||||||
test_get_servers_detail_non_admin_with_deleted_flag |
pass
pt559.5: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_non_admin_with_deleted_flag
|
||||||
test_get_servers_detail_filters |
pass
pt559.6: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_filters
|
||||||
test_get_servers_detail_with_down_cells |
pass
pt559.7: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_with_down_cells
|
||||||
test_get_servers_detail_limits_with_down_cells_the_500_gift |
pass
pt559.8: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_limits_with_down_cells_the_500_gift
|
||||||
test_get_servers_detail_marker_sorting |
pass
pt559.9: nova.tests.functional.test_servers.ServerTestV269.test_get_servers_detail_marker_sorting
|
||||||
| nova.tests.functional.test_servers.ServerUnshelveSpawnFailTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_driver_spawn_fail_when_unshelving_instance |
pass
pt560.1: nova.tests.functional.test_servers.ServerUnshelveSpawnFailTests.test_driver_spawn_fail_when_unshelving_instance
|
||||||
| nova.tests.functional.test_servers.ServerUnshelveSpawnFailTestsWithNestedResourceRequest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_driver_spawn_fail_when_unshelving_instance |
pass
pt561.1: nova.tests.functional.test_servers.ServerUnshelveSpawnFailTestsWithNestedResourceRequest.test_driver_spawn_fail_when_unshelving_instance
|
||||||
| nova.tests.functional.test_servers.ServersTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_create_server_with_error |
pass
pt562.1: nova.tests.functional.test_servers.ServersTest.test_create_server_with_error
|
||||||
test_deferred_delete_restore |
pass
pt562.2: nova.tests.functional.test_servers.ServersTest.test_deferred_delete_restore
|
||||||
test_resize_server_overquota_multiple_users |
pass
pt562.3: nova.tests.functional.test_servers.ServersTest.test_resize_server_overquota_multiple_users
|
||||||
test_create_multiple_servers |
pass
pt562.4: nova.tests.functional.test_servers.ServersTest.test_create_multiple_servers
|
||||||
test_deferred_delete |
pass
pt562.5: nova.tests.functional.test_servers.ServersTest.test_deferred_delete
|
||||||
test_revert_resized_server_negative_invalid_state |
pass
pt562.6: nova.tests.functional.test_servers.ServersTest.test_revert_resized_server_negative_invalid_state
|
||||||
test_update_quota_user_exceeds_project |
pass
pt562.7: nova.tests.functional.test_servers.ServersTest.test_update_quota_user_exceeds_project
|
||||||
test_create_and_delete_server |
pass
pt562.8: nova.tests.functional.test_servers.ServersTest.test_create_and_delete_server
|
||||||
test_create_and_rebuild_server |
pass
pt562.9: nova.tests.functional.test_servers.ServersTest.test_create_and_rebuild_server
|
||||||
test_get_servers |
pass
pt562.10: nova.tests.functional.test_servers.ServersTest.test_get_servers
|
||||||
test_create_server_with_error_with_no_retries |
pass
pt562.11: nova.tests.functional.test_servers.ServersTest.test_create_server_with_error_with_no_retries
|
||||||
test_create_server_with_injected_files |
pass
pt562.12: nova.tests.functional.test_servers.ServersTest.test_create_server_with_injected_files
|
||||||
test_server_metadata_actions_negative_invalid_state |
pass
pt562.13: nova.tests.functional.test_servers.ServersTest.test_server_metadata_actions_negative_invalid_state
|
||||||
test_create_server_with_error_with_retries |
pass
pt562.14: nova.tests.functional.test_servers.ServersTest.test_create_server_with_error_with_retries
|
||||||
test_deferred_delete_force |
pass
pt562.15: nova.tests.functional.test_servers.ServersTest.test_deferred_delete_force
|
||||||
test_rename_server |
pass
pt562.16: nova.tests.functional.test_servers.ServersTest.test_rename_server
|
||||||
test_resize_server_negative_invalid_state |
pass
pt562.17: nova.tests.functional.test_servers.ServersTest.test_resize_server_negative_invalid_state
|
||||||
test_resize_server_overquota |
pass
pt562.18: nova.tests.functional.test_servers.ServersTest.test_resize_server_overquota
|
||||||
test_unshelve_offloaded_overquota |
pass
pt562.19: nova.tests.functional.test_servers.ServersTest.test_unshelve_offloaded_overquota
|
||||||
test_confirm_resized_server_negative_invalid_state |
pass
pt562.20: nova.tests.functional.test_servers.ServersTest.test_confirm_resized_server_negative_invalid_state
|
||||||
test_create_server_with_image_type_filter |
pass
pt562.21: nova.tests.functional.test_servers.ServersTest.test_create_server_with_image_type_filter
|
||||||
test_unshelve_offloaded_overquota_placement |
pass
pt562.22: nova.tests.functional.test_servers.ServersTest.test_unshelve_offloaded_overquota_placement
|
||||||
test_resize_server_overquota_user_quota |
pass
pt562.23: nova.tests.functional.test_servers.ServersTest.test_resize_server_overquota_user_quota
|
||||||
test_unshelve_overquota_ul |
pass
pt562.24: nova.tests.functional.test_servers.ServersTest.test_unshelve_overquota_ul
|
||||||
test_update_quota_project_below_user |
pass
pt562.25: nova.tests.functional.test_servers.ServersTest.test_update_quota_project_below_user
|
||||||
test_stop_start_servers_negative_invalid_state |
pass
pt562.26: nova.tests.functional.test_servers.ServersTest.test_stop_start_servers_negative_invalid_state
|
||||||
test_create_server_with_metadata |
pass
pt562.27: nova.tests.functional.test_servers.ServersTest.test_create_server_with_metadata
|
||||||
test_unshelve_offloaded_overquota_ul |
pass
pt562.28: nova.tests.functional.test_servers.ServersTest.test_unshelve_offloaded_overquota_ul
|
||||||
test_attach_vol_maximum_disk_devices_exceeded |
pass
pt562.29: nova.tests.functional.test_servers.ServersTest.test_attach_vol_maximum_disk_devices_exceeded
|
||||||
test_deferred_delete_restore_overquota |
pass
pt562.30: nova.tests.functional.test_servers.ServersTest.test_deferred_delete_restore_overquota
|
||||||
test_unshelve_overquota |
pass
pt562.31: nova.tests.functional.test_servers.ServersTest.test_unshelve_overquota
|
||||||
test_unshelve_overquota_placement |
pass
pt562.32: nova.tests.functional.test_servers.ServersTest.test_unshelve_overquota_placement
|
||||||
| nova.tests.functional.test_servers.ServersTestV21 | 32 | 32 | 0 | 0 | 0 | Detail | |
test_resize_server_overquota_multiple_users |
pass
pt563.1: nova.tests.functional.test_servers.ServersTestV21.test_resize_server_overquota_multiple_users
|
||||||
test_unshelve_overquota |
pass
pt563.2: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_overquota
|
||||||
test_update_quota_user_exceeds_project |
pass
pt563.3: nova.tests.functional.test_servers.ServersTestV21.test_update_quota_user_exceeds_project
|
||||||
test_create_and_delete_server |
pass
pt563.4: nova.tests.functional.test_servers.ServersTestV21.test_create_and_delete_server
|
||||||
test_create_server_with_injected_files |
pass
pt563.5: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_injected_files
|
||||||
test_resize_server_overquota_user_quota |
pass
pt563.6: nova.tests.functional.test_servers.ServersTestV21.test_resize_server_overquota_user_quota
|
||||||
test_create_server_with_error |
pass
pt563.7: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_error
|
||||||
test_resize_server_negative_invalid_state |
pass
pt563.8: nova.tests.functional.test_servers.ServersTestV21.test_resize_server_negative_invalid_state
|
||||||
test_revert_resized_server_negative_invalid_state |
pass
pt563.9: nova.tests.functional.test_servers.ServersTestV21.test_revert_resized_server_negative_invalid_state
|
||||||
test_confirm_resized_server_negative_invalid_state |
pass
pt563.10: nova.tests.functional.test_servers.ServersTestV21.test_confirm_resized_server_negative_invalid_state
|
||||||
test_unshelve_offloaded_overquota |
pass
pt563.11: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_offloaded_overquota
|
||||||
test_create_server_with_error_with_retries |
pass
pt563.12: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_error_with_retries
|
||||||
test_deferred_delete |
pass
pt563.13: nova.tests.functional.test_servers.ServersTestV21.test_deferred_delete
|
||||||
test_deferred_delete_restore |
pass
pt563.14: nova.tests.functional.test_servers.ServersTestV21.test_deferred_delete_restore
|
||||||
test_unshelve_overquota_placement |
pass
pt563.15: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_overquota_placement
|
||||||
test_attach_vol_maximum_disk_devices_exceeded |
pass
pt563.16: nova.tests.functional.test_servers.ServersTestV21.test_attach_vol_maximum_disk_devices_exceeded
|
||||||
test_create_multiple_servers |
pass
pt563.17: nova.tests.functional.test_servers.ServersTestV21.test_create_multiple_servers
|
||||||
test_create_server_with_error_with_no_retries |
pass
pt563.18: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_error_with_no_retries
|
||||||
test_resize_server_overquota |
pass
pt563.19: nova.tests.functional.test_servers.ServersTestV21.test_resize_server_overquota
|
||||||
test_deferred_delete_restore_overquota |
pass
pt563.20: nova.tests.functional.test_servers.ServersTestV21.test_deferred_delete_restore_overquota
|
||||||
test_stop_start_servers_negative_invalid_state |
pass
pt563.21: nova.tests.functional.test_servers.ServersTestV21.test_stop_start_servers_negative_invalid_state
|
||||||
test_unshelve_offloaded_overquota_placement |
pass
pt563.22: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_offloaded_overquota_placement
|
||||||
test_update_quota_project_below_user |
pass
pt563.23: nova.tests.functional.test_servers.ServersTestV21.test_update_quota_project_below_user
|
||||||
test_create_server_with_image_type_filter |
pass
pt563.24: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_image_type_filter
|
||||||
test_create_server_with_metadata |
pass
pt563.25: nova.tests.functional.test_servers.ServersTestV21.test_create_server_with_metadata
|
||||||
test_deferred_delete_force |
pass
pt563.26: nova.tests.functional.test_servers.ServersTestV21.test_deferred_delete_force
|
||||||
test_get_servers |
pass
pt563.27: nova.tests.functional.test_servers.ServersTestV21.test_get_servers
|
||||||
test_rename_server |
pass
pt563.28: nova.tests.functional.test_servers.ServersTestV21.test_rename_server
|
||||||
test_unshelve_offloaded_overquota_ul |
pass
pt563.29: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_offloaded_overquota_ul
|
||||||
test_create_and_rebuild_server |
pass
pt563.30: nova.tests.functional.test_servers.ServersTestV21.test_create_and_rebuild_server
|
||||||
test_server_metadata_actions_negative_invalid_state |
pass
pt563.31: nova.tests.functional.test_servers.ServersTestV21.test_server_metadata_actions_negative_invalid_state
|
||||||
test_unshelve_overquota_ul |
pass
pt563.32: nova.tests.functional.test_servers.ServersTestV21.test_unshelve_overquota_ul
|
||||||
| nova.tests.functional.test_servers.ServersTestV219 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_description_errors |
pass
pt564.1: nova.tests.functional.test_servers.ServersTestV219.test_description_errors
|
||||||
test_rebuild_server_with_description |
pass
pt564.2: nova.tests.functional.test_servers.ServersTestV219.test_rebuild_server_with_description
|
||||||
test_version_compatibility |
pass
pt564.3: nova.tests.functional.test_servers.ServersTestV219.test_version_compatibility
|
||||||
test_update_server_with_description |
pass
pt564.4: nova.tests.functional.test_servers.ServersTestV219.test_update_server_with_description
|
||||||
test_create_server_with_description |
pass
pt564.5: nova.tests.functional.test_servers.ServersTestV219.test_create_server_with_description
|
||||||
| nova.tests.functional.test_servers.ServersTestV280 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_migrations_after_cold_migrate_server_in_same_project |
pass
pt565.1: nova.tests.functional.test_servers.ServersTestV280.test_get_migrations_after_cold_migrate_server_in_same_project
|
||||||
test_get_migrations_after_live_migrate_server_in_different_project |
pass
pt565.2: nova.tests.functional.test_servers.ServersTestV280.test_get_migrations_after_live_migrate_server_in_different_project
|
||||||
| nova.tests.functional.test_servers.TraitsBasedSchedulingTest | 14 | 14 | 0 | 0 | 0 | Detail | |
test_flavor_image_trait_on_volume_backed_instance |
pass
pt566.1: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_image_trait_on_volume_backed_instance
|
||||||
test_rebuild_instance_with_image_traits_and_forbidden_flavor_traits |
pass
pt566.2: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_rebuild_instance_with_image_traits_and_forbidden_flavor_traits
|
||||||
test_image_trait_on_volume_backed_instance_no_valid_host |
pass
pt566.3: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_image_trait_on_volume_backed_instance_no_valid_host
|
||||||
test_image_traits_based_scheduling |
pass
pt566.4: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_image_traits_based_scheduling
|
||||||
test_rebuild_instance_with_image_traits |
pass
pt566.5: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_rebuild_instance_with_image_traits
|
||||||
test_image_traits_based_scheduling_no_valid_host |
pass
pt566.6: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_image_traits_based_scheduling_no_valid_host
|
||||||
test_flavor_forbidden_traits_based_scheduling |
pass
pt566.7: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_forbidden_traits_based_scheduling
|
||||||
test_rebuild_instance_with_image_traits_no_image_change |
pass
pt566.8: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_rebuild_instance_with_image_traits_no_image_change
|
||||||
test_flavor_image_traits_based_scheduling |
pass
pt566.9: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_image_traits_based_scheduling
|
||||||
test_flavor_image_traits_based_scheduling_no_valid_host |
pass
pt566.10: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_image_traits_based_scheduling_no_valid_host
|
||||||
test_image_trait_on_volume_backed_instance |
pass
pt566.11: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_image_trait_on_volume_backed_instance
|
||||||
test_flavor_traits_based_scheduling |
pass
pt566.12: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_traits_based_scheduling
|
||||||
test_flavor_traits_based_scheduling_no_valid_host |
pass
pt566.13: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_flavor_traits_based_scheduling_no_valid_host
|
||||||
test_rebuild_instance_with_image_traits_no_host |
pass
pt566.14: nova.tests.functional.test_servers.TraitsBasedSchedulingTest.test_rebuild_instance_with_image_traits_no_host
|
||||||
| nova.tests.functional.test_servers.TwoPortsAcceleratorServerOpsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_with_two_accels_all_binding_error |
pass
pt567.1: nova.tests.functional.test_servers.TwoPortsAcceleratorServerOpsTest.test_create_with_two_accels_all_binding_error
|
||||||
test_create_with_two_accels_ok |
pass
pt567.2: nova.tests.functional.test_servers.TwoPortsAcceleratorServerOpsTest.test_create_with_two_accels_ok
|
||||||
| nova.tests.functional.test_servers.VolumeBackedServerTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_backed_no_disk_allocation |
pass
pt568.1: nova.tests.functional.test_servers.VolumeBackedServerTest.test_volume_backed_no_disk_allocation
|
||||||
test_ephemeral_has_disk_allocation |
pass
pt568.2: nova.tests.functional.test_servers.VolumeBackedServerTest.test_ephemeral_has_disk_allocation
|
||||||
test_volume_backed_image_type_filter |
pass
pt568.3: nova.tests.functional.test_servers.VolumeBackedServerTest.test_volume_backed_image_type_filter
|
||||||
| nova.tests.functional.test_servers_provider_tree.ProviderTreeTests | 6 | 6 | 0 | 0 | 0 | Detail | |
test_update_provider_tree_bogus_trait |
pass
pt569.1: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_update_provider_tree_bogus_trait
|
||||||
test_update_provider_tree_multiple_providers |
pass
pt569.2: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_update_provider_tree_multiple_providers
|
||||||
test_update_provider_tree_bogus_resource_class |
pass
pt569.3: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_update_provider_tree_bogus_resource_class
|
||||||
test_reshape |
pass
pt569.4: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_reshape
|
||||||
test_update_provider_tree_associated_info |
pass
pt569.5: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_update_provider_tree_associated_info
|
||||||
test_update_provider_tree_multiple_providers_startup |
pass
pt569.6: nova.tests.functional.test_servers_provider_tree.ProviderTreeTests.test_update_provider_tree_multiple_providers_startup
|
||||||
| nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests | 5 | 5 | 0 | 0 | 0 | Detail | |
test_resource_provider_traits |
pass
pt570.1: nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests.test_resource_provider_traits
|
||||||
test_driver_removes_unsupported_trait_from_admin |
pass
pt570.2: nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests.test_driver_removes_unsupported_trait_from_admin
|
||||||
test_driver_removing_support_for_trait_via_capability |
pass
pt570.3: nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests.test_driver_removing_support_for_trait_via_capability
|
||||||
test_driver_removing_trait_via_upt |
pass
pt570.4: nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests.test_driver_removing_trait_via_upt
|
||||||
test_admin_traits_preserved |
pass
pt570.5: nova.tests.functional.test_servers_provider_tree.TraitsTrackingTests.test_admin_traits_preserved
|
||||||
| nova.tests.functional.test_servers_resource_request.CrossCellResizeWithQoSPort | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cross_cell_migrate_server_with_qos_ports |
pass
pt571.1: nova.tests.functional.test_servers_resource_request.CrossCellResizeWithQoSPort.test_cross_cell_migrate_server_with_qos_ports
|
||||||
| nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute | 7 | 7 | 0 | 0 | 0 | Detail | |
test_live_migrate |
pass
pt572.1: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_live_migrate
|
||||||
test_evacuate |
pass
pt572.2: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_evacuate
|
||||||
test_migrate |
pass
pt572.3: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_migrate
|
||||||
test_resize |
pass
pt572.4: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_resize
|
||||||
test_boot |
pass
pt572.5: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_boot
|
||||||
test_unshelve_after_shelve_offload |
pass
pt572.6: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_unshelve_after_shelve_offload
|
||||||
test_interface_attach |
pass
pt572.7: nova.tests.functional.test_servers_resource_request.ExtendedResourceRequestOldCompute.test_interface_attach
|
||||||
| nova.tests.functional.test_servers_resource_request.LiveMigrateAbortWithPortResourceRequestTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_live_migrate_with_qos_port_abort_migration |
pass
pt573.1: nova.tests.functional.test_servers_resource_request.LiveMigrateAbortWithPortResourceRequestTest.test_live_migrate_with_qos_port_abort_migration
|
||||||
| nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_interface_attach_sriov_with_qos_pci_update_fails |
pass
pt574.1: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_attach_sriov_with_qos_pci_update_fails
|
||||||
test_one_ovs_one_sriov_port |
pass
pt574.2: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_one_ovs_one_sriov_port
|
||||||
test_interface_attach_with_resource_request_pci_claim_fails |
pass
pt574.3: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_pci_claim_fails
|
||||||
test_delete_bound_port_in_neutron_with_resource_request |
pass
pt574.4: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_delete_bound_port_in_neutron_with_resource_request
|
||||||
test_interface_attach_with_resource_request_no_candidates |
pass
pt574.5: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_no_candidates
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails |
pass
pt574.6: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails
|
||||||
test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf |
pass
pt574.7: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf
|
||||||
test_sriov_macvtap_port_with_resource_request |
pass
pt574.8: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_sriov_macvtap_port_with_resource_request
|
||||||
test_two_sriov_ports_one_with_request_two_available_pfs |
pass
pt574.9: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_two_sriov_ports_one_with_request_two_available_pfs
|
||||||
test_boot_server_with_two_ports_one_having_resource_request |
pass
pt574.10: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_boot_server_with_two_ports_one_having_resource_request
|
||||||
test_interface_attach_with_resource_request |
pass
pt574.11: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request
|
||||||
test_interface_detach_with_port_with_bandwidth_request |
pass
pt574.12: nova.tests.functional.test_servers_resource_request.MultiGroupResourceRequestBasedSchedulingTest.test_interface_detach_with_port_with_bandwidth_request
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute | 7 | 7 | 0 | 0 | 0 | Detail | |
test_interface_attach |
pass
pt575.1: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_interface_attach
|
||||||
test_unshelve_after_shelve_offload |
pass
pt575.2: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_unshelve_after_shelve_offload
|
||||||
test_live_migrate |
pass
pt575.3: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_live_migrate
|
||||||
test_migrate |
pass
pt575.4: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_migrate
|
||||||
test_resize |
pass
pt575.5: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_resize
|
||||||
test_boot |
pass
pt575.6: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_boot
|
||||||
test_evacuate |
pass
pt575.7: nova.tests.functional.test_servers_resource_request.NonAdminExtendedResourceRequestOldCompute.test_evacuate
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests | 12 | 12 | 0 | 0 | 0 | Detail | |
test_boot_server_with_two_ports_one_having_resource_request |
pass
pt576.1: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_boot_server_with_two_ports_one_having_resource_request
|
||||||
test_delete_bound_port_in_neutron_with_resource_request |
pass
pt576.2: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_delete_bound_port_in_neutron_with_resource_request
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails |
pass
pt576.3: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails
|
||||||
test_interface_attach_with_resource_request |
pass
pt576.4: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_attach_with_resource_request
|
||||||
test_one_ovs_one_sriov_port |
pass
pt576.5: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_one_ovs_one_sriov_port
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails |
pass
pt576.6: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_attach_sriov_with_qos_pci_update_fails
|
||||||
test_two_sriov_ports_one_with_request_two_available_pfs |
pass
pt576.7: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_two_sriov_ports_one_with_request_two_available_pfs
|
||||||
test_sriov_macvtap_port_with_resource_request |
pass
pt576.8: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_sriov_macvtap_port_with_resource_request
|
||||||
test_interface_attach_with_resource_request_no_candidates |
pass
pt576.9: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_attach_with_resource_request_no_candidates
|
||||||
test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf |
pass
pt576.10: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf
|
||||||
test_interface_attach_with_resource_request_pci_claim_fails |
pass
pt576.11: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_attach_with_resource_request_pci_claim_fails
|
||||||
test_interface_detach_with_port_with_bandwidth_request |
pass
pt576.12: nova.tests.functional.test_servers_resource_request.NonAdminMultiGroupResReqTests.test_interface_detach_with_port_with_bandwidth_request
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests | 12 | 12 | 0 | 0 | 0 | Detail | |
test_boot_server_with_two_ports_one_having_resource_request |
pass
pt577.1: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_boot_server_with_two_ports_one_having_resource_request
|
||||||
test_interface_attach_with_resource_request_pci_claim_fails |
pass
pt577.2: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_attach_with_resource_request_pci_claim_fails
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails |
pass
pt577.3: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails
|
||||||
test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf |
pass
pt577.4: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf
|
||||||
test_interface_detach_with_port_with_bandwidth_request |
pass
pt577.5: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_detach_with_port_with_bandwidth_request
|
||||||
test_delete_bound_port_in_neutron_with_resource_request |
pass
pt577.6: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_delete_bound_port_in_neutron_with_resource_request
|
||||||
test_sriov_macvtap_port_with_resource_request |
pass
pt577.7: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_sriov_macvtap_port_with_resource_request
|
||||||
test_interface_attach_with_resource_request_no_candidates |
pass
pt577.8: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_attach_with_resource_request_no_candidates
|
||||||
test_one_ovs_one_sriov_port |
pass
pt577.9: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_one_ovs_one_sriov_port
|
||||||
test_interface_attach_with_resource_request |
pass
pt577.10: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_attach_with_resource_request
|
||||||
test_two_sriov_ports_one_with_request_two_available_pfs |
pass
pt577.11: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_two_sriov_ports_one_with_request_two_available_pfs
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails |
pass
pt577.12: nova.tests.functional.test_servers_resource_request.NonAdminPortResourceRequestTests.test_interface_attach_sriov_with_qos_pci_update_fails
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests | 22 | 22 | 0 | 0 | 0 | Detail | |
test_evacuate_with_qos_port_fails_recover_source_compute |
pass
pt578.1: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_evacuate_with_qos_port_fails_recover_source_compute
|
||||||
test_live_migrate_with_qos_port |
pass
pt578.2: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_live_migrate_with_qos_port
|
||||||
test_migrate_server_with_qos_port_reschedule_failure |
pass
pt578.3: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_migrate_server_with_qos_port_reschedule_failure
|
||||||
test_evacuate_with_qos_port |
pass
pt578.4: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_evacuate_with_qos_port
|
||||||
test_resize_server_with_qos_port_reschedule_failure |
pass
pt578.5: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_resize_server_with_qos_port_reschedule_failure
|
||||||
test_migrate_revert_with_qos_ports |
pass
pt578.6: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_migrate_revert_with_qos_ports
|
||||||
test_migrate_server_with_qos_port_pci_update_fail_not_reschedule |
pass
pt578.7: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_migrate_server_with_qos_port_pci_update_fail_not_reschedule
|
||||||
test_unshelve_not_offloaded_server_with_port_resource_request |
pass
pt578.8: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_unshelve_not_offloaded_server_with_port_resource_request
|
||||||
test_migrate_server_with_qos_ports |
pass
pt578.9: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_migrate_server_with_qos_ports
|
||||||
test_evacuate_with_target_host_with_qos_port |
pass
pt578.10: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_evacuate_with_target_host_with_qos_port
|
||||||
test_unshelve_offloaded_server_with_qos_port_pci_update_fails |
pass
pt578.11: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_unshelve_offloaded_server_with_qos_port_pci_update_fails
|
||||||
test_unshelve_offloaded_server_with_qos_port |
pass
pt578.12: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_unshelve_offloaded_server_with_qos_port
|
||||||
test_resize_server_with_qos_ports |
pass
pt578.13: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_resize_server_with_qos_ports
|
||||||
test_live_migrate_with_qos_port_pci_update_fails |
pass
pt578.14: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_live_migrate_with_qos_port_pci_update_fails
|
||||||
test_migrate_server_with_qos_port_reschedule_success |
pass
pt578.15: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_migrate_server_with_qos_port_reschedule_success
|
||||||
test_live_migrate_with_qos_port_reschedule_success |
pass
pt578.16: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_live_migrate_with_qos_port_reschedule_success
|
||||||
test_resize_revert_with_qos_ports |
pass
pt578.17: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_resize_revert_with_qos_ports
|
||||||
test_live_migrate_with_qos_port_with_target_host |
pass
pt578.18: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_live_migrate_with_qos_port_with_target_host
|
||||||
test_resize_server_with_qos_port_reschedule_success |
pass
pt578.19: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_resize_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron |
pass
pt578.20: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron
|
||||||
test_evacuate_with_qos_port_pci_update_fail |
pass
pt578.21: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_evacuate_with_qos_port_pci_update_fail
|
||||||
test_live_migrate_with_qos_port_reschedule_fails |
pass
pt578.22: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithMultiGroupResReqTests.test_live_migrate_with_qos_port_reschedule_fails
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests | 22 | 22 | 0 | 0 | 0 | Detail | |
test_live_migrate_with_qos_port_reschedule_success |
pass
pt579.1: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_live_migrate_with_qos_port_reschedule_success
|
||||||
test_migrate_server_with_qos_port_pci_update_fail_not_reschedule |
pass
pt579.2: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_migrate_server_with_qos_port_pci_update_fail_not_reschedule
|
||||||
test_resize_revert_with_qos_ports |
pass
pt579.3: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_resize_revert_with_qos_ports
|
||||||
test_resize_server_with_qos_port_reschedule_failure |
pass
pt579.4: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_resize_server_with_qos_port_reschedule_failure
|
||||||
test_evacuate_with_qos_port_fails_recover_source_compute |
pass
pt579.5: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_evacuate_with_qos_port_fails_recover_source_compute
|
||||||
test_evacuate_with_qos_port |
pass
pt579.6: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_evacuate_with_qos_port
|
||||||
test_evacuate_with_target_host_with_qos_port |
pass
pt579.7: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_evacuate_with_target_host_with_qos_port
|
||||||
test_evacuate_with_qos_port_pci_update_fail |
pass
pt579.8: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_evacuate_with_qos_port_pci_update_fail
|
||||||
test_live_migrate_with_qos_port_reschedule_fails |
pass
pt579.9: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_live_migrate_with_qos_port_reschedule_fails
|
||||||
test_live_migrate_with_qos_port_pci_update_fails |
pass
pt579.10: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_live_migrate_with_qos_port_pci_update_fails
|
||||||
test_migrate_server_with_qos_ports |
pass
pt579.11: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_migrate_server_with_qos_ports
|
||||||
test_migrate_server_with_qos_port_reschedule_failure |
pass
pt579.12: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_migrate_server_with_qos_port_reschedule_failure
|
||||||
test_unshelve_offloaded_server_with_qos_port |
pass
pt579.13: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_unshelve_offloaded_server_with_qos_port
|
||||||
test_resize_server_with_qos_ports |
pass
pt579.14: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_resize_server_with_qos_ports
|
||||||
test_live_migrate_with_qos_port |
pass
pt579.15: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_live_migrate_with_qos_port
|
||||||
test_migrate_server_with_qos_port_reschedule_success |
pass
pt579.16: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_migrate_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_not_offloaded_server_with_port_resource_request |
pass
pt579.17: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_unshelve_not_offloaded_server_with_port_resource_request
|
||||||
test_resize_server_with_qos_port_reschedule_success |
pass
pt579.18: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_resize_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_offloaded_server_with_qos_port_pci_update_fails |
pass
pt579.19: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_unshelve_offloaded_server_with_qos_port_pci_update_fails
|
||||||
test_live_migrate_with_qos_port_with_target_host |
pass
pt579.20: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_live_migrate_with_qos_port_with_target_host
|
||||||
test_migrate_revert_with_qos_ports |
pass
pt579.21: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_migrate_revert_with_qos_ports
|
||||||
test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron |
pass
pt579.22: nova.tests.functional.test_servers_resource_request.NonAdminServerMoveWithPortResourceRequestTests.test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron
|
||||||
| nova.tests.functional.test_servers_resource_request.NonAdminUnsupportedPortResourceRequestBasedSchedulingTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_interface_attach_with_network_create_port_has_resource_request |
pass
pt580.1: nova.tests.functional.test_servers_resource_request.NonAdminUnsupportedPortResourceRequestBasedSchedulingTest.test_interface_attach_with_network_create_port_has_resource_request
|
||||||
test_create_server_with_network_create_port_has_resource_request |
pass
pt580.2: nova.tests.functional.test_servers_resource_request.NonAdminUnsupportedPortResourceRequestBasedSchedulingTest.test_create_server_with_network_create_port_has_resource_request
|
||||||
test_create_server_with_port_resource_request_old_microversion |
pass
pt580.3: nova.tests.functional.test_servers_resource_request.NonAdminUnsupportedPortResourceRequestBasedSchedulingTest.test_create_server_with_port_resource_request_old_microversion
|
||||||
test_interface_attach_with_resource_request_old_compute |
pass
pt580.4: nova.tests.functional.test_servers_resource_request.NonAdminUnsupportedPortResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_old_compute
|
||||||
| nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_interface_attach_with_resource_request |
pass
pt581.1: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request
|
||||||
test_interface_detach_with_port_with_bandwidth_request |
pass
pt581.2: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_detach_with_port_with_bandwidth_request
|
||||||
test_boot_server_with_two_ports_one_having_resource_request |
pass
pt581.3: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_boot_server_with_two_ports_one_having_resource_request
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails |
pass
pt581.4: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_attach_sriov_with_qos_pci_update_fails_cleanup_fails
|
||||||
test_two_sriov_ports_one_with_request_two_available_pfs |
pass
pt581.5: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_two_sriov_ports_one_with_request_two_available_pfs
|
||||||
test_delete_bound_port_in_neutron_with_resource_request |
pass
pt581.6: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_delete_bound_port_in_neutron_with_resource_request
|
||||||
test_interface_attach_sriov_with_qos_pci_update_fails |
pass
pt581.7: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_attach_sriov_with_qos_pci_update_fails
|
||||||
test_interface_attach_with_resource_request_pci_claim_fails |
pass
pt581.8: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_pci_claim_fails
|
||||||
test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf |
pass
pt581.9: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_one_sriov_port_no_vf_and_bandwidth_available_on_the_same_pf
|
||||||
test_interface_attach_with_resource_request_no_candidates |
pass
pt581.10: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_no_candidates
|
||||||
test_one_ovs_one_sriov_port |
pass
pt581.11: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_one_ovs_one_sriov_port
|
||||||
test_sriov_macvtap_port_with_resource_request |
pass
pt581.12: nova.tests.functional.test_servers_resource_request.PortResourceRequestBasedSchedulingTest.test_sriov_macvtap_port_with_resource_request
|
||||||
| nova.tests.functional.test_servers_resource_request.PortResourceRequestReSchedulingTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_boot_reschedule_fill_provider_mapping_raises |
pass
pt582.1: nova.tests.functional.test_servers_resource_request.PortResourceRequestReSchedulingTest.test_boot_reschedule_fill_provider_mapping_raises
|
||||||
test_boot_reschedule_success |
pass
pt582.2: nova.tests.functional.test_servers_resource_request.PortResourceRequestReSchedulingTest.test_boot_reschedule_success
|
||||||
| nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest | 22 | 22 | 0 | 0 | 0 | Detail | |
test_evacuate_with_qos_port |
pass
pt583.1: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_evacuate_with_qos_port
|
||||||
test_migrate_revert_with_qos_ports |
pass
pt583.2: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_migrate_revert_with_qos_ports
|
||||||
test_migrate_server_with_qos_port_reschedule_failure |
pass
pt583.3: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_migrate_server_with_qos_port_reschedule_failure
|
||||||
test_resize_server_with_qos_ports |
pass
pt583.4: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_resize_server_with_qos_ports
|
||||||
test_unshelve_not_offloaded_server_with_port_resource_request |
pass
pt583.5: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_unshelve_not_offloaded_server_with_port_resource_request
|
||||||
test_evacuate_with_qos_port_fails_recover_source_compute |
pass
pt583.6: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_evacuate_with_qos_port_fails_recover_source_compute
|
||||||
test_resize_server_with_qos_port_reschedule_success |
pass
pt583.7: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_resize_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_offloaded_server_with_qos_port_pci_update_fails |
pass
pt583.8: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_unshelve_offloaded_server_with_qos_port_pci_update_fails
|
||||||
test_migrate_server_with_qos_port_reschedule_success |
pass
pt583.9: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_migrate_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron |
pass
pt583.10: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron
|
||||||
test_live_migrate_with_qos_port |
pass
pt583.11: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_live_migrate_with_qos_port
|
||||||
test_live_migrate_with_qos_port_reschedule_fails |
pass
pt583.12: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_live_migrate_with_qos_port_reschedule_fails
|
||||||
test_migrate_server_with_qos_port_pci_update_fail_not_reschedule |
pass
pt583.13: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_migrate_server_with_qos_port_pci_update_fail_not_reschedule
|
||||||
test_resize_revert_with_qos_ports |
pass
pt583.14: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_resize_revert_with_qos_ports
|
||||||
test_resize_server_with_qos_port_reschedule_failure |
pass
pt583.15: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_resize_server_with_qos_port_reschedule_failure
|
||||||
test_evacuate_with_qos_port_pci_update_fail |
pass
pt583.16: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_evacuate_with_qos_port_pci_update_fail
|
||||||
test_evacuate_with_target_host_with_qos_port |
pass
pt583.17: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_evacuate_with_target_host_with_qos_port
|
||||||
test_live_migrate_with_qos_port_pci_update_fails |
pass
pt583.18: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_live_migrate_with_qos_port_pci_update_fails
|
||||||
test_live_migrate_with_qos_port_reschedule_success |
pass
pt583.19: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_live_migrate_with_qos_port_reschedule_success
|
||||||
test_live_migrate_with_qos_port_with_target_host |
pass
pt583.20: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_live_migrate_with_qos_port_with_target_host
|
||||||
test_migrate_server_with_qos_ports |
pass
pt583.21: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_migrate_server_with_qos_ports
|
||||||
test_unshelve_offloaded_server_with_qos_port |
pass
pt583.22: nova.tests.functional.test_servers_resource_request.ServerMoveWithMultiGroupResourceRequestBasedSchedulingTest.test_unshelve_offloaded_server_with_qos_port
|
||||||
| nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest | 22 | 22 | 0 | 0 | 0 | Detail | |
test_migrate_server_with_qos_port_pci_update_fail_not_reschedule |
pass
pt584.1: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_migrate_server_with_qos_port_pci_update_fail_not_reschedule
|
||||||
test_live_migrate_with_qos_port_pci_update_fails |
pass
pt584.2: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_live_migrate_with_qos_port_pci_update_fails
|
||||||
test_live_migrate_with_qos_port_reschedule_fails |
pass
pt584.3: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_live_migrate_with_qos_port_reschedule_fails
|
||||||
test_evacuate_with_target_host_with_qos_port |
pass
pt584.4: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_evacuate_with_target_host_with_qos_port
|
||||||
test_evacuate_with_qos_port |
pass
pt584.5: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_evacuate_with_qos_port
|
||||||
test_live_migrate_with_qos_port_reschedule_success |
pass
pt584.6: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_live_migrate_with_qos_port_reschedule_success
|
||||||
test_evacuate_with_qos_port_fails_recover_source_compute |
pass
pt584.7: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_evacuate_with_qos_port_fails_recover_source_compute
|
||||||
test_live_migrate_with_qos_port_with_target_host |
pass
pt584.8: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_live_migrate_with_qos_port_with_target_host
|
||||||
test_live_migrate_with_qos_port |
pass
pt584.9: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_live_migrate_with_qos_port
|
||||||
test_migrate_server_with_qos_ports |
pass
pt584.10: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_migrate_server_with_qos_ports
|
||||||
test_migrate_revert_with_qos_ports |
pass
pt584.11: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_migrate_revert_with_qos_ports
|
||||||
test_resize_revert_with_qos_ports |
pass
pt584.12: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_resize_revert_with_qos_ports
|
||||||
test_unshelve_not_offloaded_server_with_port_resource_request |
pass
pt584.13: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_unshelve_not_offloaded_server_with_port_resource_request
|
||||||
test_resize_server_with_qos_ports |
pass
pt584.14: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_resize_server_with_qos_ports
|
||||||
test_resize_server_with_qos_port_reschedule_success |
pass
pt584.15: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_resize_server_with_qos_port_reschedule_success
|
||||||
test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron |
pass
pt584.16: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_unshelve_offloaded_server_with_qos_port_fails_due_to_neutron
|
||||||
test_unshelve_offloaded_server_with_qos_port |
pass
pt584.17: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_unshelve_offloaded_server_with_qos_port
|
||||||
test_unshelve_offloaded_server_with_qos_port_pci_update_fails |
pass
pt584.18: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_unshelve_offloaded_server_with_qos_port_pci_update_fails
|
||||||
test_migrate_server_with_qos_port_reschedule_success |
pass
pt584.19: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_migrate_server_with_qos_port_reschedule_success
|
||||||
test_resize_server_with_qos_port_reschedule_failure |
pass
pt584.20: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_resize_server_with_qos_port_reschedule_failure
|
||||||
test_evacuate_with_qos_port_pci_update_fail |
pass
pt584.21: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_evacuate_with_qos_port_pci_update_fail
|
||||||
test_migrate_server_with_qos_port_reschedule_failure |
pass
pt584.22: nova.tests.functional.test_servers_resource_request.ServerMoveWithPortResourceRequestTest.test_migrate_server_with_qos_port_reschedule_failure
|
||||||
| nova.tests.functional.test_servers_resource_request.UnsupportedPortResourceRequestBasedSchedulingTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_with_network_create_port_has_resource_request |
pass
pt585.1: nova.tests.functional.test_servers_resource_request.UnsupportedPortResourceRequestBasedSchedulingTest.test_create_server_with_network_create_port_has_resource_request
|
||||||
test_interface_attach_with_resource_request_old_compute |
pass
pt585.2: nova.tests.functional.test_servers_resource_request.UnsupportedPortResourceRequestBasedSchedulingTest.test_interface_attach_with_resource_request_old_compute
|
||||||
test_interface_attach_with_network_create_port_has_resource_request |
pass
pt585.3: nova.tests.functional.test_servers_resource_request.UnsupportedPortResourceRequestBasedSchedulingTest.test_interface_attach_with_network_create_port_has_resource_request
|
||||||
test_create_server_with_port_resource_request_old_microversion |
pass
pt585.4: nova.tests.functional.test_servers_resource_request.UnsupportedPortResourceRequestBasedSchedulingTest.test_create_server_with_port_resource_request_old_microversion
|
||||||
| nova.tests.functional.test_service.ServiceTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_service_reset_resets_cell_cache |
pass
pt586.1: nova.tests.functional.test_service.ServiceTestCase.test_service_reset_resets_cell_cache
|
||||||
test_service_start_resets_cell_cache |
pass
pt586.2: nova.tests.functional.test_service.ServiceTestCase.test_service_start_resets_cell_cache
|
||||||
| nova.tests.functional.test_service.TestComputeStartupChecks | 4 | 4 | 0 | 0 | 0 | Detail | |
test_compute_node_hostname_changed |
pass
pt587.1: nova.tests.functional.test_service.TestComputeStartupChecks.test_compute_node_hostname_changed
|
||||||
test_compute_node_uuid_changed |
pass
pt587.2: nova.tests.functional.test_service.TestComputeStartupChecks.test_compute_node_uuid_changed
|
||||||
test_compute_node_identity_greenfield |
pass
pt587.3: nova.tests.functional.test_service.TestComputeStartupChecks.test_compute_node_identity_greenfield
|
||||||
test_compute_node_identity_deleted |
pass
pt587.4: nova.tests.functional.test_service.TestComputeStartupChecks.test_compute_node_identity_deleted
|
||||||
| nova.tests.functional.test_service.TestOldComputeCheck | 3 | 3 | 0 | 0 | 0 | Detail | |
test_api_fails_to_start_with_old_compute |
pass
pt588.1: nova.tests.functional.test_service.TestOldComputeCheck.test_api_fails_to_start_with_old_compute
|
||||||
test_conductor_fails_to_start_with_old_compute |
pass
pt588.2: nova.tests.functional.test_service.TestOldComputeCheck.test_conductor_fails_to_start_with_old_compute
|
||||||
test_compute_fails_to_start_with_old_compute |
pass
pt588.3: nova.tests.functional.test_service.TestOldComputeCheck.test_compute_fails_to_start_with_old_compute
|
||||||
| nova.tests.functional.test_unified_limits.EndpointDiscoveryTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_endpoint_service_type_and_name_not_set |
pass
pt589.1: nova.tests.functional.test_unified_limits.EndpointDiscoveryTest.test_endpoint_service_type_and_name_not_set
|
||||||
test_endpoint_region_name_set |
pass
pt589.2: nova.tests.functional.test_unified_limits.EndpointDiscoveryTest.test_endpoint_region_name_set
|
||||||
test_endpoint_service_type_set |
pass
pt589.3: nova.tests.functional.test_unified_limits.EndpointDiscoveryTest.test_endpoint_service_type_set
|
||||||
test_endpoint_service_name_set |
pass
pt589.4: nova.tests.functional.test_unified_limits.EndpointDiscoveryTest.test_endpoint_service_name_set
|
||||||
test_endpoint_service_type_and_name_set |
pass
pt589.5: nova.tests.functional.test_unified_limits.EndpointDiscoveryTest.test_endpoint_service_type_and_name_set
|
||||||
| nova.tests.functional.test_unified_limits.ResourceStrategyTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_default_limited_but_project_unlimited |
pass
pt590.1: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_default_limited_but_project_unlimited
|
||||||
test_default_unlimited_but_project_limited |
pass
pt590.2: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_default_unlimited_but_project_limited
|
||||||
test_no_required_limits |
pass
pt590.3: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_no_required_limits
|
||||||
test_some_ignored_limits_not_set |
pass
pt590.4: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_some_ignored_limits_not_set
|
||||||
test_ignored_limits_set |
pass
pt590.5: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_ignored_limits_set
|
||||||
test_valid_custom_resource_classes |
pass
pt590.6: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_valid_custom_resource_classes
|
||||||
test_all_unlimited |
pass
pt590.7: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_all_unlimited
|
||||||
test_invalid_strategy_configuration |
pass
pt590.8: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_invalid_strategy_configuration
|
||||||
test_no_ignored_limits |
pass
pt590.9: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_no_ignored_limits
|
||||||
test_some_required_limits_not_set |
pass
pt590.10: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_some_required_limits_not_set
|
||||||
test_required_limits_set |
pass
pt590.11: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_required_limits_set
|
||||||
test_invalid_value_in_resource_list |
pass
pt590.12: nova.tests.functional.test_unified_limits.ResourceStrategyTest.test_invalid_value_in_resource_list
|
||||||
| nova.tests.functional.test_unified_limits.UnifiedLimitsTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_max_injected_file_content_bytes |
pass
pt591.1: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_max_injected_file_content_bytes
|
||||||
test_max_injected_files |
pass
pt591.2: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_max_injected_files
|
||||||
test_disk_gb |
pass
pt591.3: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_disk_gb
|
||||||
test_memory_mb |
pass
pt591.4: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_memory_mb
|
||||||
test_no_injected_files |
pass
pt591.5: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_no_injected_files
|
||||||
test_max_injected_file_path_bytes |
pass
pt591.6: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_max_injected_file_path_bytes
|
||||||
test_server_group_members |
pass
pt591.7: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_server_group_members
|
||||||
test_vcpu |
pass
pt591.8: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_vcpu
|
||||||
test_servers |
pass
pt591.9: nova.tests.functional.test_unified_limits.UnifiedLimitsTest.test_servers
|
||||||
| nova.tests.functional.wsgi.test_flavor_manage.FlavorManageFullstack | 4 | 4 | 0 | 0 | 0 | Detail | |
test_flavor_manage_func(v2_1) |
pass
pt592.1: nova.tests.functional.wsgi.test_flavor_manage.FlavorManageFullstack.test_flavor_manage_func(v2_1)
|
||||||
test_flavor_manage_permissions(v2_1) |
pass
pt592.2: nova.tests.functional.wsgi.test_flavor_manage.FlavorManageFullstack.test_flavor_manage_permissions(v2_1)
|
||||||
test_flavor_manage_func_negative(v2_1) |
pass
pt592.3: nova.tests.functional.wsgi.test_flavor_manage.FlavorManageFullstack.test_flavor_manage_func_negative(v2_1)
|
||||||
test_flavor_manage_deleted(v2_1) |
pass
pt592.4: nova.tests.functional.wsgi.test_flavor_manage.FlavorManageFullstack.test_flavor_manage_deleted(v2_1)
|
||||||
| nova.tests.functional.wsgi.test_interfaces.InterfaceFullstack | 1 | 1 | 0 | 0 | 0 | Detail | |
test_detach_interface_negative_invalid_state |
pass
pt593.1: nova.tests.functional.wsgi.test_interfaces.InterfaceFullstack.test_detach_interface_negative_invalid_state
|
||||||
| nova.tests.functional.wsgi.test_secgroup.SecgroupsFullstack | 2 | 2 | 0 | 0 | 0 | Detail | |
test_security_group_fuzz(v2) |
pass
pt594.1: nova.tests.functional.wsgi.test_secgroup.SecgroupsFullstack.test_security_group_fuzz(v2)
|
||||||
test_security_group_fuzz(v2_1) |
pass
pt594.2: nova.tests.functional.wsgi.test_secgroup.SecgroupsFullstack.test_security_group_fuzz(v2_1)
|
||||||
| nova.tests.functional.wsgi.test_servers.EnforceVolumeBackedForZeroDiskFlavorTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_image_backed_server_with_zero_disk_fails |
pass
pt595.1: nova.tests.functional.wsgi.test_servers.EnforceVolumeBackedForZeroDiskFlavorTestCase.test_create_image_backed_server_with_zero_disk_fails
|
||||||
test_create_volume_backed_server_with_zero_disk_allowed |
pass
pt595.2: nova.tests.functional.wsgi.test_servers.EnforceVolumeBackedForZeroDiskFlavorTestCase.test_create_volume_backed_server_with_zero_disk_allowed
|
||||||
| nova.tests.functional.wsgi.test_servers.ResizeCheckInstanceHostTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resize_source_compute_validation |
pass
pt596.1: nova.tests.functional.wsgi.test_servers.ResizeCheckInstanceHostTestCase.test_resize_source_compute_validation
|
||||||
test_cold_migrate_source_compute_validation |
pass
pt596.2: nova.tests.functional.wsgi.test_servers.ResizeCheckInstanceHostTestCase.test_cold_migrate_source_compute_validation
|
||||||
| nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase | 9 | 9 | 0 | 0 | 0 | Detail | |
test_bfv_delete_build_request_pre_scheduling |
pass
pt597.1: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_bfv_delete_build_request_pre_scheduling
|
||||||
test_delete_instance_from_buildrequest_old_service |
pass
pt597.2: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_delete_instance_from_buildrequest_old_service
|
||||||
test_instance_from_buildrequest_old_service |
pass
pt597.3: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_from_buildrequest_old_service
|
||||||
test_instance_list_from_buildrequests |
pass
pt597.4: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_list_from_buildrequests
|
||||||
test_instance_list_from_buildrequests_old_service |
pass
pt597.5: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_list_from_buildrequests_old_service
|
||||||
test_delete_instance_from_buildrequest |
pass
pt597.6: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_delete_instance_from_buildrequest
|
||||||
test_instance_list_from_buildrequests_with_tags |
pass
pt597.7: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_list_from_buildrequests_with_tags
|
||||||
test_instance_from_buildrequest |
pass
pt597.8: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_from_buildrequest
|
||||||
test_instance_list_build_request_marker_ip_filter |
pass
pt597.9: nova.tests.functional.wsgi.test_servers.ServersPreSchedulingTestCase.test_instance_list_build_request_marker_ip_filter
|
||||||
| nova.tests.functional.wsgi.test_services.ComputeStatusFilterTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_compute_status_filter |
pass
pt598.1: nova.tests.functional.wsgi.test_services.ComputeStatusFilterTest.test_compute_status_filter
|
||||||
| nova.tests.functional.wsgi.test_services.ComputeStatusFilterTest211 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_compute_status_filter |
pass
pt599.1: nova.tests.functional.wsgi.test_services.ComputeStatusFilterTest211.test_compute_status_filter
|
||||||
| nova.tests.functional.wsgi.test_services.TestServicesAPI | 4 | 4 | 0 | 0 | 0 | Detail | |
test_migrate_confirm_after_deleted_source_compute |
pass
pt600.1: nova.tests.functional.wsgi.test_services.TestServicesAPI.test_migrate_confirm_after_deleted_source_compute
|
||||||
test_compute_service_delete_ensure_related_cleanup |
pass
pt600.2: nova.tests.functional.wsgi.test_services.TestServicesAPI.test_compute_service_delete_ensure_related_cleanup
|
||||||
test_resize_revert_after_deleted_source_compute |
pass
pt600.3: nova.tests.functional.wsgi.test_services.TestServicesAPI.test_resize_revert_after_deleted_source_compute
|
||||||
test_evacuate_then_delete_compute_service |
pass
pt600.4: nova.tests.functional.wsgi.test_services.TestServicesAPI.test_evacuate_then_delete_compute_service
|
||||||
| Total | 3311 | 3306 | 1 | 0 | 4 | ||