Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created May 21, 2014 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/c21cc148465ff3099602 to your computer and use it in GitHub Desktop.
Save mriedem/c21cc148465ff3099602 to your computer and use it in GitHub Desktop.
9. ZHU ZHU May 21, 2014 4:52 AM
Today I found a VM from CI node. After cherry pick the WIP db2 patch and the nic patch. And set the migration.conf with ibm_db_sa. Kick off the test. All tests passed.
root@ubuntu1204-final-v6:/opt/stack/nova# NOVA_LOCK_PATH=/var/lib/nova/tmp nosetests -sv nova/tests/db/test_db_api.py
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_create_and_get_all ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_destroy ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_destroy_destroyed ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_exists ... /opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py:379: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
match = pattern.match(integrity_error.message)
ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_get_all_by_hypervisor ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_get_by_triple ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_update ... ok
nova.tests.db.test_db_api.AgentBuildTestCase.test_agent_build_update_destroyed ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_create_avoid_name_conflict ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_create_delete_create_with_metadata ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_create_no_metadata ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_create_raise_exist_exc ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_create_with_metadata ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_delete ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_delete_raise_not_found ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_all ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_all_non_deleted ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_by_host ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_by_host_not_found ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_by_host_with_key ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_get_raise_not_found ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_host_add ... ok
nova.tests.db.test_db_api.AggregateDBApiTestCase.test_aggregate_host_add_duplicate_raise_exist_exc ... /opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py:379: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
match = pattern.match(integrity_error.message)
ok
...
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_create_with_extra_specs ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_create_with_projects ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_destroy ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_destroy_not_found ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_all ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_all_limit ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_all_limit_sort ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_all_list_marker ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_all_marker_not_found ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_flavor_id ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_flavor_id_deleted ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_flavor_id_deleted_and_recreat ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_flavor_id_non_public ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_flavor_not_found ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_name ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_name_non_public ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_by_name_not_found ... ok
nova.tests.db.test_db_api.InstanceTypeTestCase.test_flavor_get_non_public ... ok
nova.tests.db.test_db_api.KeyPairTestCase.test_key_pair_count_by_user ... ok
nova.tests.db.test_db_api.KeyPairTestCase.test_key_pair_create ... ok
nova.tests.db.test_db_api.KeyPairTestCase.test_key_pair_create_with_duplicate_name ... /opt/stack/nova/nova/openstack/common/db/sqlalchemy/session.py:379: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
match = pattern.match(integrity_error.message)
ok
nova.tests.db.test_db_api.KeyPairTestCase.test_key_pair_destroy ... ok
........
ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_delete_by_instance ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_all ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_address ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_address_data_error_exception ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_address_not_found ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_instance ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_instance_and_network ... ok
nova.tests.db.test_db_api.VirtualInterfaceTestCase.test_virtual_interface_get_by_uuid ... ok
nova.tests.db.test_db_api.VolumeUsageDBApiTestCase.test_vol_usage_update_no_totals_update ... ok
nova.tests.db.test_db_api.VolumeUsageDBApiTestCase.test_vol_usage_update_totals_update ... ok
nova.tests.db.test_db_api.VolumeUsageDBApiTestCase.test_vol_usage_update_totals_update_when_blockdevicestats_reset ... ok
nova.tests.db.test_db_api.VolumeUsageDBApiTestCase.test_vol_usage_update_when_blockdevicestats_reset ... ok
----------------------------------------------------------------------
Ran 545 tests in 38.628s
OK (SKIP=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment