Skip to content

Instantly share code, notes, and snippets.

@cp16net
Created August 6, 2015 15:37
Show Gist options
  • Select an option

  • Save cp16net/4262ace6c096b6991ebd to your computer and use it in GitHub Desktop.

Select an option

Save cp16net/4262ace6c096b6991ebd to your computer and use it in GitHub Desktop.
ubuntu@devstack2:/opt/stack/trove$ redstack int-tests --group=pxc
/opt/stack/trove-integration/scripts /opt/stack/trove
*******************************************************************************
Running Trove Integration Tests...
*******************************************************************************
python -B /opt/stack/trove-integration/scripts/../tests//integration/int_tests.py --verbose --logging-clear-handlers --group=pxc
RUNNING TEST ARGS : ['/opt/stack/trove-integration/scripts/../tests//integration/int_tests.py', '--verbose', '--logging-clear-handlers', '--group=pxc']
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
nose.plugins.manager: DEBUG: Configuring plugins
nose.plugins.manager: DEBUG: Plugins enabled: [<nose.plugins.capture.Capture object at 0x7f5be2613dd0>, <nose.plugins.logcapture.LogCapture object at 0x7f5be2642910>, <nose.plugins.deprecated.Deprecated object at 0x7f5be2642d90>, <nose.plugins.skip.Skip object at 0x7f5be23863d0>]
No handlers could be found for logger "nose.core"
start_glance_registry
Starts the Glance Registry.
Starts the Glance Registry. OK 1.02
start_glance_api
Starts the Glance API.
Starts the Glance API. OK 1.02
start_nova_network
Starts the Nova Network Service.
Starts the Nova Network Service. OK 1.02
start_compute
Starts the Nova Compute Service.
Starts the Nova Compute Service. OK 1.02
start_scheduler
Starts the Scheduler Service.
Starts the Scheduler Service. OK 1.02
start_nova_api
Starts the Nova Compute Service.
Starts the Nova Compute Service. OK 1.02
start_trove_api
Starts the Trove Service.
Starts the Trove Service. OK 1.02
InstanceSetup
Makes sure the client can hit the ReST service.
Sets up the client. OK 0.18
create_instance_name OK 0.00
test_find_flavor OK 0.26
CreateInstance
Test to create a Database Instance
test_create OK 0.17
AfterInstanceCreation
test_database_create_after_create OK 0.13
test_database_delete_after_create OK 0.11
test_database_index_after_create OK 0.03
test_instance_delete_right_after_create OK 0.10
test_resize_instance_after_create OK 0.02
test_resize_volume_after_create OK 0.03
test_root_create_root_user_after_create OK 0.03
test_root_is_root_enabled_after_create OK 0.02
test_users_create_after_create OK 0.03
test_users_delete_after_create OK 0.11
test_users_index_after_create OK 0.02
WaitForGuestInstallationToFinish
test_instance_created OK 556.14
TestInstanceListing
Test the listing of the instance information.
setUp OK 0.11
test_get_instance OK 0.19
test_get_instance_status OK 0.18
test_get_legacy_status OK 0.19
test_get_legacy_status_notfound OK 0.02
test_index_list OK 0.10
test_volume_found OK 0.17
TestInstanceUpdate
Test the updation of the instance information.
setUp OK 0.10
test_update_name OK 0.44
test_update_name_to_invalid_instance OK 0.02
PXCTest
Tests PXC Datastore Features.
setUp OK 0.08
Tests the restart API. OK 61.98
Tests the resize volume API. OK 122.33
Tests the resize instance/flavor API. OK 482.94
Tests the instance delete. OK 62.35
test_create_cluster_with_fewer_instances OK 0.22
test_create_cluster_with_different_flavors OK 0.03
test_create_cluster_with_different_volumes OK 0.16
test_create_cluster_successfuly OK 0.42
test_wait_until_cluster_is_active OK 842.46
test_cluster_communication OK 2.25
test_cluster_delete OK 61.65
----------------------------------------------------------------------
Ran 45 tests in 2202.975s
OK
Slowest 5 tests took 2066.23 secs:
842.46 proboscis.case.MethodTest (test_wait_until_cluster_is_active)
556.14 proboscis.case.MethodTest (test_instance_created)
482.94 proboscis.case.MethodTest (test_instance_resize_flavor)
122.33 proboscis.case.MethodTest (test_instance_resize_volume)
62.35 proboscis.case.MethodTest (test_instance_delete)
/opt/stack/trove
ubuntu@devstack2:/opt/stack/trove$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment