Test results

Tests run: 362 Failures: 9, Skipped: 26, Errors: 76 Success: 251
Total time: 3049 minutes
Time Class Test Name State Traceback if available
14.139
c2tests.ec2.accounts.Accounts
test_describe_attributes
Failed
Element counts were not equal: First has 1, Second has 0: 'roles_max_num'
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/accounts.py", line 156, in test_describe_attributes
    self.assertCountEqual(AVAILABLE_ATTRIBUTES, self._get_attribute_names(result))
AssertionError: Element counts were not equal:
First has 1, Second has 0:  'roles_max_num'
		
View details
3.230
c2tests.ec2.accounts.Accounts
test_describe_attributes_invalid_attributes
Passed
3.279
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool
Passed
3.308
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool_negative
Passed
3.317
c2tests.ec2.address_pools.AddressPools
test_deprovision_negative
Passed
3.229
c2tests.ec2.address_pools.AddressPools
test_describe_byoip_cidrs
Passed
3.099
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools
Passed
3.744
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools_negative
Passed
3.333
c2tests.ec2.address_pools.AddressPools
test_describe_tags
Passed
3.216
c2tests.ec2.address_pools.AddressPools
test_provision_negative
Passed
3.249
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags
Passed
3.218
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags_negative
Passed
3.516
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel
Passed
4.809
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_custom_pool
Passed
3.344
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_single
Passed
3.206
c2tests.ec2.addresses.Addresses
test_allocate_release
Passed
14.349
c2tests.ec2.addresses.Addresses
test_allocate_release_parallel
Passed
37.209
c2tests.ec2.addresses.Addresses
test_associate_allow_reassociation
Passed
35.606
c2tests.ec2.addresses.Addresses
test_associate_auto
Passed
29.303
c2tests.ec2.addresses.Addresses
test_associate_auto_custom_pool
Passed
22.537
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_disable
Passed
30.001
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_explicit
Passed
27.950
c2tests.ec2.addresses.Addresses
test_associate_auto_negative
Passed
3.309
c2tests.ec2.addresses.Addresses
test_associate_auto_negative_inis_instance_level_addressing
Passed
32.608
c2tests.ec2.addresses.Addresses
test_associate_auto_nis
Passed
38.779
c2tests.ec2.addresses.Addresses
test_associate_auto_parallel
Passed
29.621
c2tests.ec2.addresses.Addresses
test_associate_auto_specified_false
Passed
4.308
c2tests.ec2.addresses.Addresses
test_associate_eni
Passed
32.128
c2tests.ec2.addresses.Addresses
test_associate_instance
Passed
29.664
c2tests.ec2.addresses.Addresses
test_associate_instance_already_associated
Passed
3.574
c2tests.ec2.addresses.Addresses
test_associate_network_interface
Passed
3.618
c2tests.ec2.addresses.Addresses
test_associate_switch_negative
Passed
17.328
c2tests.ec2.addresses.Addresses
test_associate_switch_only_instance
Passed
34.349
c2tests.ec2.addresses.Addresses
test_describe_filters
Passed
3.920
c2tests.ec2.addresses.Addresses
test_describe_tags
Passed
30.643
c2tests.ec2.addresses.Addresses
test_disassociate
Passed
7.153
c2tests.ec2.addresses.Addresses
test_disassociate_parallel
Passed
28.849
c2tests.ec2.addresses.Addresses
test_release
Passed
3.589
c2tests.ec2.addresses.Addresses
test_remove_eni_assigned
Passed
72.291
c2tests.ec2.asyncattach.AsyncAttach
test_fast_attach_standard
Failed
Instance i-FB40CA60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/asyncattach.py", line 29, in test_fast_attach
    self.__mock_instance(volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/asyncattach.py", line 12, in __mock_instance
    key_path, self.instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-FB40CA60 got error state.
		
View details
1.430
c2tests.ec2.billing.Billing
test_get_tariff
Failed
5 != 4
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/billing.py", line 175, in test_get_tariff
    self.assertEqual(len(tariff.volumes), 4)
AssertionError: 5 != 4
		
View details
27.660
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_removable_standard
Failed
Instance i-B74F19A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/blockdevicemappings.py", line 47, in test_block_device_mappings_removable
    instance = self.run_instance(template_id=tmp_template_id, placement=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-B74F19A0 got error state.
		
View details
35.694
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_standard
Failed
Instance i-25B7C260 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/blockdevicemappings.py", line 126, in test_block_device_mappings
    instance = self.run_instance(template_id=tmp_template_id, placement=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-25B7C260 got error state.
		
View details
32.445
c2tests.ec2.complex.Complex
test_complex_standard
Failed
Instance i-29C17400 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/complex.py", line 24, in test_complex
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-29C17400 got error state.
		
View details
330.243
c2tests.ec2.complex.Complex
test_multicomplex_standard
Failed
Instance i-AFEF3B60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/complex.py", line 87, in test_multicomplex
    self.conn, instance_ids, [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-AFEF3B60 got error state.
		
View details
634.824
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_attach_network_interface
Failed
Instance i-77A1F9E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 555, in test_attach_network_interface
    _, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-77A1F9E0 got error state.
		
View details
629.018
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-9D0B0FC0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 684, in test_attach_network_interface_negative
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-9D0B0FC0 got error state.
		
View details
630.233
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_detach_network_interface
Failed
Instance i-FD87A6E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 773, in test_detach_network_interface
    keypath, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-FD87A6E0 got error state.
		
View details
823.215
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_detach_network_interface_negative
Failed
Error code InternalError != ['OperationNotPermitted']
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/src/boto/boto/ec2/connection.py", line 4934, in detach_network_interface
    return self.get_status('DetachNetworkInterface', params, verb='POST')
boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>0def962e-a742-4917-ab6b-10d93cb9a2d3</RequestID><Errors><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message></Error></Errors></Response>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 819, in test_detach_network_interface_negative
    instance.interfaces[0].attachment.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 160, in assert_error
    "Error code {0} != {1}".format(error_code, error_codes)
AssertionError: Error code InternalError != ['OperationNotPermitted']
		
View details
629.432
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_high_available_attr
Passed
629.006
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_instance_not_stopped
Passed
690.357
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_move
Passed
690.229
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_reset
Passed
620.138
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_reset_without_group
Passed
690.394
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_source_dest_check_attr
Passed
703.473
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_standard
Passed
764.892
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_coldplug
Passed
703.638
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_detaching
Passed
628.437
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_hotplug_complex
Failed
Instance i-A68078A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 916, in test_network_hotplug_complex
    keypath, instance = self.run_instance_from_template()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A68078A0 got error state.
		
View details
603.428
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
632.096
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_operations_standard
Failed
Instance i-270832A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 263, in test_operations
    self.__test_operations(zone, volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 279, in __test_operations
    placement=zone, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-270832A0 got error state.
		
View details
693.908
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1027, in test_replace_primary_network_interface
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
632.197
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface_negative
Passed
694.107
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface_parallel
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1250, in test_replace_primary_network_interface_parallel
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
628.213
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_source_dest_check_access
Failed
Instance i-E6980D20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 207, in test_source_dest_check_access
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-E6980D20 got error state.
		
View details
632.929
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_attach_network_interface
Failed
Instance i-4B1DF240 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 555, in test_attach_network_interface
    _, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-4B1DF240 got error state.
		
View details
630.777
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-C13839E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 684, in test_attach_network_interface_negative
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C13839E0 got error state.
		
View details
629.448
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_detach_network_interface
Failed
Instance i-A7579040 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 773, in test_detach_network_interface
    keypath, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A7579040 got error state.
		
View details
823.204
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_detach_network_interface_negative
Failed
Error code InternalError != ['OperationNotPermitted']
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/src/boto/boto/ec2/connection.py", line 4934, in detach_network_interface
    return self.get_status('DetachNetworkInterface', params, verb='POST')
boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>b726cdef-6a77-42d3-a492-59a2269d26a1</RequestID><Errors><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message></Error></Errors></Response>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 819, in test_detach_network_interface_negative
    instance.interfaces[0].attachment.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 160, in assert_error
    "Error code {0} != {1}".format(error_code, error_codes)
AssertionError: Error code InternalError != ['OperationNotPermitted']
		
View details
632.438
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_high_available_attr
Passed
629.028
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_instance_not_stopped
Passed
620.051
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_move
Passed
620.248
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_reset
Passed
620.282
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_reset_without_group
Passed
620.610
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_source_dest_check_attr
Passed
625.171
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_standard
Passed
624.278
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_coldplug
Passed
815.919
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_detaching
Failed
BotoServerError: 500 Internal Server Error <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>077b79e6-2e3a-45a4-9675-00d282cf1ecf</RequestID><Errors><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 971, in test_network_detaching
    interface1.detach()
  File "/root/c2tests/.venv/src/boto/boto/ec2/networkinterface.py", line 279, in detach
    dry_run=dry_run
  File "/root/c2tests/.venv/src/boto/boto/ec2/connection.py", line 4934, in detach_network_interface
    return self.get_status('DetachNetworkInterface', params, verb='POST')
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1216, in get_status
    response = self.make_request(action, params, path, verb)
  File "/root/c2tests/.venv/src/boto/boto/ec2/connection.py", line 132, in make_request
    return AWSQueryConnection.make_request(self, action, params, path, verb)
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1119, in make_request
    return self._mexe(http_request)
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1031, in _mexe
    raise BotoServerError(response.status, response.reason, body)
boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>077b79e6-2e3a-45a4-9675-00d282cf1ecf</RequestID><Errors><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message></Error></Errors></Response>
		
View details
628.283
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_hotplug_complex
Failed
Instance i-F31BE240 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 916, in test_network_hotplug_complex
    keypath, instance = self.run_instance_from_template()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-F31BE240 got error state.
		
View details
603.456
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
633.955
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_operations_standard
Failed
Instance i-3FAA0BA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 263, in test_operations
    self.__test_operations(zone, volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 279, in __test_operations
    placement=zone, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-3FAA0BA0 got error state.
		
View details
694.255
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1027, in test_replace_primary_network_interface
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
633.585
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface_negative
Passed
694.407
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface_parallel
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1250, in test_replace_primary_network_interface_parallel
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
628.338
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_source_dest_check_access
Failed
Instance i-54EB8300 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 207, in test_source_dest_check_access
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-54EB8300 got error state.
		
View details
603.488
c2tests.ec2.extnetworks.ExtNetworks
test_attach_and_detach_extnetworks
Failed
0 != 3
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/extnetworks.py", line 18, in test_attach_and_detach_extnetworks
    self.assertEquals(len(extnetworks), self.__NETWORK_NUM)
AssertionError: 0 != 3
		
View details
603.495
c2tests.ec2.extnetworks.ExtNetworks
test_attach_extnetworks_negative
Failed
0 != 3
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/extnetworks.py", line 50, in test_attach_extnetworks_negative
    self.assertEquals(len(extnetworks), self.__NETWORK_NUM)
AssertionError: 0 != 3
		
View details
603.472
c2tests.ec2.extnetworks.ExtNetworks
test_attach_extnetworks_negative_2az
Skipped
At least 2 AZs required for this test case.
603.985
c2tests.ec2.extnetworks.ExtNetworks
test_describe_filters
Failed
0 != 3
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/extnetworks.py", line 103, in test_describe_filters
    self.assertEquals(len(extnetworks), self.__NETWORK_NUM)
AssertionError: 0 != 3
		
View details
603.617
c2tests.ec2.extnetworks.ExtNetworks
test_describe_filters_negative
Failed
list index out of range
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/extnetworks.py", line 166, in test_describe_filters_negative
    extnetname = extnetworks[0].extnet_name
IndexError: list index out of range
		
View details
603.548
c2tests.ec2.hosts.Hosts
test_describe_hosts
Skipped
No hosts present to try to filter
603.414
c2tests.ec2.hosts.Hosts
test_describe_hosts_with_filters
Skipped
No hosts present to try to filter
603.538
c2tests.ec2.hosts.Hosts
test_modify_hosts
Skipped
No hosts present to try to modify
637.034
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_export_instance
Failed
Instance i-FC34D320 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 289, in test_cancel_task
    task_id = self.create_task_by_type(task_type, self.test_bucket)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 553, in create_task_by_type
    _, instance = self.run_instance_from_template(image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-FC34D320 got error state.
		
View details
606.409
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_export_volume
Failed
Volume vol-1C0DB500 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 289, in test_cancel_task
    task_id = self.create_task_by_type(task_type, self.test_bucket)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 547, in create_task_by_type
    volume = self.create_volume(snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-1C0DB500 got an error state error
		
View details
614.687
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_import_image
Passed
610.094
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_import_snapshot
Passed
0.001
c2tests.ec2.importexportservice.ImportExportService
test_create_instance_export_task_wo_stopping
Skipped
There is no available volume types for this test.
622.833
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_export_instance_invalidbucket
Failed
Instance i-C78BBC60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 324, in test_create_task_wo_bucket_permissions
    self.assert_error(expected_error, self.create_task_by_type, task_type, bucket1, key)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 553, in create_task_by_type
    _, instance = self.run_instance_from_template(image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C78BBC60 got error state.
		
View details
606.576
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_export_volume_invalidbucket
Failed
Volume vol-D34556E0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 324, in test_create_task_wo_bucket_permissions
    self.assert_error(expected_error, self.create_task_by_type, task_type, bucket1, key)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 547, in create_task_by_type
    volume = self.create_volume(snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-D34556E0 got an error state error
		
View details
604.918
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_import_image_s3keyaccessdenied
Passed
604.805
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_import_snapshot_s3keyaccessdenied
Passed
606.564
c2tests.ec2.importexportservice.ImportExportService
test_create_volume_export_task_standard_vmdk_qcow2
Failed
Volume vol-8B640920 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 269, in test_create_volume_export_task
    volume = self.create_volume(volume_type=volume_type, snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-8B640920 got an error state error
		
View details
606.444
c2tests.ec2.importexportservice.ImportExportService
test_create_volume_export_task_standard_vmdk_vhd
Failed
Volume vol-7CCFF780 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 269, in test_create_volume_export_task
    volume = self.create_volume(volume_type=volume_type, snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-7CCFF780 got an error state error
		
View details
619.549
c2tests.ec2.importexportservice.ImportExportService
test_export_instance_task_standard_vmdk
Failed
Instance i-A38E83E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 201, in test_export_instance_task
    image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A38E83E0 got error state.
		
View details
622.640
c2tests.ec2.importexportservice.ImportExportService
test_export_instance_with_ovf_task
Failed
Instance i-59858B00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 237, in test_export_instance_with_ovf_task
    _, instance = self.run_instance_from_template(image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-59858B00 got error state.
		
View details
617.511
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_invalid_ova
Passed
628.325
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_ova
Passed
629.481
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_vmdk
Passed
644.198
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_vmdk_and_raw
Passed
630.834
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_with_legacy_os_support
Passed
629.981
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_with_name
Passed
622.952
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_
Passed
619.733
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_vmdk
Passed
617.255
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_with_mismatched_format
Passed
620.383
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_export_instance
Failed
Instance i-9E8B8B80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 335, in test_remove_s3_bucket_during_task
    task_id = self.create_task_by_type(task_type, self.test_bucket)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 553, in create_task_by_type
    _, instance = self.run_instance_from_template(image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-9E8B8B80 got error state.
		
View details
606.414
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_export_volume
Failed
Volume vol-B56721E0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 335, in test_remove_s3_bucket_during_task
    task_id = self.create_task_by_type(task_type, self.test_bucket)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 547, in create_task_by_type
    volume = self.create_volume(snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-B56721E0 got an error state error
		
View details
625.052
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_import_image
Passed
616.958
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_import_snapshot
Passed
623.009
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_key_during_task_import_image
Passed
617.185
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_key_during_task_import_snapshot
Passed
625.292
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_export_instance
Failed
Instance i-11E1CE60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 369, in test_task_exceptions
    task_type, self.test_bucket, description="s" * 515)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 553, in create_task_by_type
    _, instance = self.run_instance_from_template(image_name=image_name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-11E1CE60 got error state.
		
View details
607.521
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_export_volume
Failed
Volume vol-B9564480 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 369, in test_task_exceptions
    task_type, self.test_bucket, description="s" * 515)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/importexportservice.py", line 547, in create_task_by_type
    volume = self.create_volume(snapshot=snapshot.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-B9564480 got an error state error
		
View details
614.014
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_import_image
Passed
613.346
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_import_snapshot
Passed
631.265
c2tests.ec2.instances.Instances
test_accessing_attached_system_disk_standard_hvm
Failed
Instance i-5CAFBAE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 105, in test_accessing_attached_system_disk
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-5CAFBAE0 got error state.
		
View details
628.216
c2tests.ec2.instances.Instances
test_accessing_attached_system_disk_standard_hvm-legacy
Failed
Instance i-D7E48060 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 105, in test_accessing_attached_system_disk
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-D7E48060 got error state.
		
View details
0.001
c2tests.ec2.instances.Instances
test_snapshotting_running
Skipped
There is no available volume types for this test.
0.001
c2tests.ec2.instances.Instances
test_snapshotting_running_mixed_volume_types
Skipped
There is no available volume types for this test.
0.001
c2tests.ec2.instances.Instances
test_snapshotting_simultaneous_negative
Skipped
There is no available volume types for this test.
631.348
c2tests.ec2.instances.Instances
test_snapshotting_stopped_standard_hvm
Failed
Instance i-47786140 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 110, in test_snapshotting_stopped
    self._instance_snapshotting(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 78, in _instance_snapshotting
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-47786140 got error state.
		
View details
628.522
c2tests.ec2.instances.Instances
test_snapshotting_stopped_standard_hvm-legacy
Failed
Instance i-6305F880 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 110, in test_snapshotting_stopped
    self._instance_snapshotting(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 78, in _instance_snapshotting
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-6305F880 got error state.
		
View details
629.299
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_negative_standard_hvm
Failed
Instance i-2CD63B80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 211, in test_snapshotting_with_tags_negative
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-2CD63B80 got error state.
		
View details
628.685
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_negative_standard_hvm-legacy
Failed
Instance i-20367140 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 211, in test_snapshotting_with_tags_negative
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-20367140 got error state.
		
View details
628.582
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_standard_hvm
Failed
Instance i-6B6D9F60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 146, in test_snapshotting_with_tags
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-6B6D9F60 got error state.
		
View details
628.730
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_standard_hvm-legacy
Failed
Instance i-B1530D60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 146, in test_snapshotting_with_tags
    key_path, instance = self._create_instance(volume_type, virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instances.py", line 70, in _create_instance
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-B1530D60 got error state.
		
View details
631.389
c2tests.ec2.instancesgeneral.InstancesGeneral
test_attributes
Failed
Instance i-28A358E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 38, in test_attributes
    instance = self.run_instance(template_id=template_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-28A358E0 got error state.
		
View details
690.544
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_deallocated
Passed
630.384
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_running
Passed
621.225
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_stopped
Passed
659.262
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe
Passed
638.449
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe_filters
Passed
603.538
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe_invalid_ids
Passed
603.721
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_instance_type
Passed
603.590
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_shutdown_action
Passed
603.573
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_user_data
Passed
603.599
c2tests.ec2.instancesgeneral.InstancesGeneral
test_modify_nonexistent_instance
Passed
632.298
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_private_false
Passed
630.091
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_public_true
Passed
629.898
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_true
Passed
629.418
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_default_subnet
Passed
629.519
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_iface_associated_eip
Passed
683.618
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces
Passed
604.903
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces_and_networks
Passed
631.347
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces_negative
Passed
740.342
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_networks
Passed
604.924
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_networks_negative
Passed
656.814
c2tests.ec2.instancesgeneral.InstancesGeneral
test_tag_on_creation_run_instances
Failed
Instance i-71A6F360 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 1022, in test_tag_on_creation_run_instances
    volume_tags=volume_tags)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-71A6F360 got error state.
		
View details
604.061
c2tests.ec2.instancesgeneral.InstancesGeneral
test_tag_on_creation_run_instances_negative
Passed
634.856
c2tests.ec2.instancesgeneral.InstancesGeneral
test_with_ssh_keys
Passed
629.250
c2tests.ec2.instancesgeneral.InstancesGeneral
test_without_ssh_keys
Passed
604.306
c2tests.ec2.keypairs.Keypairs
test_create_keypair_conflict
Passed
603.948
c2tests.ec2.keypairs.Keypairs
test_create_keypair_with_tags
Passed
604.064
c2tests.ec2.keypairs.Keypairs
test_create_keypair_wrong_name
Passed
605.028
c2tests.ec2.keypairs.Keypairs
test_describe_keypairs_filters
Passed
603.730
c2tests.ec2.keypairs.Keypairs
test_describe_keypairs_non_existing_key_name
Passed
604.266
c2tests.ec2.keypairs.Keypairs
test_describe_tags
Passed
603.776
c2tests.ec2.keypairs.Keypairs
test_import_keypair_conflict
Passed
603.840
c2tests.ec2.keypairs.Keypairs
test_import_keypair_with_tags
Passed
603.724
c2tests.ec2.keypairs.Keypairs
test_import_keypair_wrong_name
Passed
603.839
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template
Passed
603.944
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_negative
Passed
603.868
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_version
Passed
610.448
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_version_parallel
Passed
603.638
c2tests.ec2.launch_templates.LaunchTemplate
test_delete_launch_templates
Passed
605.455
c2tests.ec2.launch_templates.LaunchTemplate
test_delete_launch_templates_versions
Passed
604.235
c2tests.ec2.launch_templates.LaunchTemplate
test_describe_launch_template_versions
Passed
603.977
c2tests.ec2.launch_templates.LaunchTemplate
test_describe_launch_template_versions_negative
Passed
603.629
c2tests.ec2.launch_templates.LaunchTemplate
test_modify_launch_template
Passed
605.954
c2tests.ec2.limits.Limits
test_many_addresses
Passed
628.705
c2tests.ec2.limits.Limits
test_many_keypairs
Passed
603.533
c2tests.ec2.login.Login
test_login
Passed
603.530
c2tests.ec2.network_interfaces.NetworkInterfaces
test_assign_private_ip_addresses
Passed
604.022
c2tests.ec2.network_interfaces.NetworkInterfaces
test_assign_private_ip_addresses_negative
Passed
631.060
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_attachment_attribute
Passed
604.066
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_description
Passed
604.007
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_description_negative
Passed
603.834
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create
Passed
604.196
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_interface_with_tags
Passed
604.096
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_interface_with_tags_negative
Passed
604.559
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_private_ip_combination
Passed
604.219
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_private_ip_combination_negative
Passed
603.811
c2tests.ec2.network_interfaces.NetworkInterfaces
test_delete
Passed
604.753
c2tests.ec2.network_interfaces.NetworkInterfaces
test_delete_negative
Passed
629.427
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_SubnetInterface_attribute
Passed
603.913
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_SwitchInterface_attribute
Passed
617.987
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_filters
Passed
603.717
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_tags
Passed
603.958
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SecurityGroups_from_another_vpc
Passed
633.011
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SubnetInterface_attached
Failed
Instance i-533A2660 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/network_interfaces.py", line 439, in test_modify_SubnetInterface_attached
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-533A2660 got error state.
		
View details
607.836
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SubnetInterface_detached
Passed
604.256
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SwitchInterface
Passed
603.850
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SwitchInterface_negative
Passed
604.854
c2tests.ec2.network_interfaces.NetworkInterfaces
test_parallel_create
Passed
604.215
c2tests.ec2.network_interfaces.NetworkInterfaces
test_reset_network_interface_attribute
Passed
604.525
c2tests.ec2.placementgroups.PlacementGroups
test_create
Passed
604.126
c2tests.ec2.placementgroups.PlacementGroups
test_create_placement_group_with_tags
Passed
603.669
c2tests.ec2.placementgroups.PlacementGroups
test_create_placement_group_with_tags_negative
Passed
630.890
c2tests.ec2.placementgroups.PlacementGroups
test_delete
Passed
603.993
c2tests.ec2.placementgroups.PlacementGroups
test_describe
Passed
603.839
c2tests.ec2.placementgroups.PlacementGroups
test_describe_filters
Passed
603.488
c2tests.ec2.placementgroups.PlacementGroups
test_describe_tags
Passed
941.252
c2tests.ec2.placementgroups.PlacementGroups
test_instances_standard
Passed
629.431
c2tests.ec2.placementgroups.PlacementGroups
test_run_instance_in_placement_group
Passed
638.299
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_attach_network_interface
Failed
Instance i-020DAC80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 555, in test_attach_network_interface
    _, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-020DAC80 got error state.
		
View details
631.269
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-56D8D240 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 684, in test_attach_network_interface_negative
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-56D8D240 got error state.
		
View details
630.383
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_detach_network_interface
Failed
Instance i-E58CF5A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 773, in test_detach_network_interface
    keypath, instance = self.run_instance_from_template(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-E58CF5A0 got error state.
		
View details
826.605
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_detach_network_interface_negative
Failed
Error code InternalError != ['OperationNotPermitted']
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 149, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/src/boto/boto/ec2/connection.py", line 4934, in detach_network_interface
    return self.get_status('DetachNetworkInterface', params, verb='POST')
boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>d7a77336-403d-439b-8ca7-5a9a2010277d</RequestID><Errors><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message></Error></Errors></Response>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 819, in test_detach_network_interface_negative
    instance.interfaces[0].attachment.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 160, in assert_error
    "Error code {0} != {1}".format(error_code, error_codes)
AssertionError: Error code InternalError != ['OperationNotPermitted']
		
View details
634.595
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_high_available_attr
Passed
632.305
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_instance_not_stopped
Passed
620.345
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_move
Passed
625.142
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_reset
Passed
729.042
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_reset_without_group
Failed
Instance i-F069C5A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1418, in test_modify_instance_placement_reset_without_group
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-F069C5A0 got error state.
		
View details
624.964
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_source_dest_check_attr
Passed
630.258
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_standard
Passed
631.218
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_coldplug
Passed
630.674
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_detaching
Passed
628.311
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_hotplug_complex
Failed
Instance i-F0FDF580 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 916, in test_network_hotplug_complex
    keypath, instance = self.run_instance_from_template()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-F0FDF580 got error state.
		
View details
605.308
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
631.545
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_operations_standard
Failed
Instance i-771E6180 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 263, in test_operations
    self.__test_operations(zone, volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 279, in __test_operations
    placement=zone, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-771E6180 got error state.
		
View details
694.808
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1027, in test_replace_primary_network_interface
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
636.520
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface_negative
Passed
694.245
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface_parallel
Failed
ping: Timed out while waiting return code: 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1250, in test_replace_primary_network_interface_parallel
    utils.ping(subnet_instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1370, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
629.810
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_source_dest_check_access
Failed
Instance i-AB9E8E00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 207, in test_source_dest_check_access
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-AB9E8E00 got error state.
		
View details
603.785
c2tests.ec2.securitygroups.SecurityGroups
test_authorize_revoke_ingress_deprecated
Passed
605.423
c2tests.ec2.securitygroups.SecurityGroups
test_create_group
Passed
604.092
c2tests.ec2.securitygroups.SecurityGroups
test_create_group_exceed_limit
Passed
603.828
c2tests.ec2.securitygroups.SecurityGroups
test_create_group_negative
Passed
603.720
c2tests.ec2.securitygroups.SecurityGroups
test_create_security_group_with_tags
Passed
605.868
c2tests.ec2.securitygroups.SecurityGroups
test_create_security_group_with_tags_negative
Passed
603.968
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_creating
Passed
603.923
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_deleting
Passed
634.637
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_via_eip
Failed
Instance i-CAE861E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 655, in test_default_sg_via_eip
    security_group_ids=[group.id])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-CAE861E0 got error state.
		
View details
604.071
c2tests.ec2.securitygroups.SecurityGroups
test_delete_related_groups
Passed
604.651
c2tests.ec2.securitygroups.SecurityGroups
test_describe_filters
Passed
604.125
c2tests.ec2.securitygroups.SecurityGroups
test_describe_negative
Passed
604.171
c2tests.ec2.securitygroups.SecurityGroups
test_describe_tags
Passed
604.934
c2tests.ec2.securitygroups.SecurityGroups
test_modify_sg_description_negative
Passed
603.822
c2tests.ec2.securitygroups.SecurityGroups
test_modify_sg_description_positive
Passed
604.224
c2tests.ec2.securitygroups.SecurityGroups
test_rules_egress
Passed
604.601
c2tests.ec2.securitygroups.SecurityGroups
test_rules_icmp
Passed
606.609
c2tests.ec2.securitygroups.SecurityGroups
test_rules_ingress
Passed
629.751
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_in_default_group
Passed
629.152
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_in_several_groups
Passed
635.050
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_with_one_group
Passed
603.852
c2tests.ec2.securitygroups.SecurityGroups
test_security_group_add_rules_parallel
Passed
604.592
c2tests.ec2.securitygroups.SecurityGroups
test_security_group_describe_preserve_order
Passed
604.256
c2tests.ec2.securitygroups.SecurityGroups
test_set_rule_description_egress
Passed
603.981
c2tests.ec2.securitygroups.SecurityGroups
test_set_rule_description_ingress
Passed
631.840
c2tests.ec2.securitygroups.SecurityGroups
test_working_default_sg_rules
Failed
Instance i-DDF8B400 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 547, in test_working_default_sg_rules
    security_group_ids=[group.id])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-DDF8B400 got error state.
		
View details
628.743
c2tests.ec2.securitygroups.SecurityGroups
test_working_sg_rules
Failed
Instance i-B393CDA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 580, in test_working_sg_rules
    placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-B393CDA0 got error state.
		
View details
633.278
c2tests.ec2.sm.SM
test_allocation
Passed
0.001
c2tests.ec2.snapshots.Snapshots
test_create_from_version
Skipped
There is no available volume types for this test.
309.106
c2tests.ec2.snapshots.Snapshots
test_create_with_tags
Passed
304.714
c2tests.ec2.snapshots.Snapshots
test_create_with_tags_negative
Passed
312.025
c2tests.ec2.snapshots.Snapshots
test_delete_snapshot_in_use
Passed
629.684
c2tests.ec2.snapshots.Snapshots
test_describe_filters
Passed
313.313
c2tests.ec2.snapshots.Snapshots
test_describe_tags
Passed
617.525
c2tests.ec2.snapshots.Snapshots
test_modify_snapshot_attribute
Passed
0.001
c2tests.ec2.snapshots.Snapshots
test_online_snapshot
Skipped
There is no available volume types for this test.
0.001
c2tests.ec2.snapshots.Snapshots
test_online_snapshot_exceeded_limit
Skipped
There is no available volume types for this test.
604.393
c2tests.ec2.switches.VirtualSwitches
test_create
Passed
604.552
c2tests.ec2.switches.VirtualSwitches
test_create_negative
Passed
604.650
c2tests.ec2.switches.VirtualSwitches
test_create_without_az
Passed
604.465
c2tests.ec2.switches.VirtualSwitches
test_delete
Passed
604.772
c2tests.ec2.switches.VirtualSwitches
test_describe
Passed
606.446
c2tests.ec2.switches.VirtualSwitches
test_parallel_create
Passed
304.510
c2tests.ec2.tags.Tags
test_create
Passed
603.559
c2tests.ec2.tags.Tags
test_create_for_missing_resource
Passed
603.614
c2tests.ec2.tags.Tags
test_create_for_nontaggable_resource
Passed
309.989
c2tests.ec2.tags.Tags
test_create_with_spaces_in_key
Passed
304.639
c2tests.ec2.tags.Tags
test_delete
Passed
306.327
c2tests.ec2.tags.Tags
test_delete_multiple_resources
Passed
306.097
c2tests.ec2.tags.Tags
test_describe
Passed
629.244
c2tests.ec2.tags.Tags
test_describe_entities_instance
Passed
310.454
c2tests.ec2.tags.Tags
test_describe_entities_volume
Passed
603.774
c2tests.ec2.tags.Tags
test_describe_entities_vpc
Passed
310.050
c2tests.ec2.templates.Templates
test_create
Passed
309.886
c2tests.ec2.templates.Templates
test_create_block_device_map
Passed
310.162
c2tests.ec2.templates.Templates
test_create_negative
Passed
309.712
c2tests.ec2.templates.Templates
test_create_with_cyrillic_description
Passed
310.713
c2tests.ec2.templates.Templates
test_describe_filters
Passed
309.033
c2tests.ec2.templates.Templates
test_describe_tags
Passed
310.124
c2tests.ec2.templates.Templates
test_permissions
Passed
325.879
c2tests.ec2.templates.Templates
test_permissions_launch_from_shared
Failed
Instance i-E3A042E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 236, in test_permissions_launch_from_shared
    self.run_instance(template_id=template_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-E3A042E0 got error state.
		
View details
632.296
c2tests.ec2.transit_gateways.TransitGateways
test_create_complex_topology
Passed
617.443
c2tests.ec2.transit_gateways.TransitGateways
test_create_delete_tgw
Passed
603.701
c2tests.ec2.transit_gateways.TransitGateways
test_create_tgw_negative
Passed
604.010
c2tests.ec2.transit_gateways.TransitGateways
test_describe_tgw
Passed
604.006
c2tests.ec2.transit_gateways.TransitGateways
test_modify_tgw
Passed
616.791
c2tests.ec2.transit_gateways.TransitGateways
test_modify_tgw_negative
Passed
659.183
c2tests.ec2.transit_gateways.TransitGateways
test_routing_loops
Passed
658.556
c2tests.ec2.transit_gateways.TransitGateways
test_routing_loops_for_two_tgws_two_vpcs
Passed
635.181
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_association
Passed
634.990
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_propagation
Passed
603.792
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb
Passed
622.254
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb_with_association
Passed
619.469
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb_with_propagation
Passed
616.798
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_association
Passed
616.864
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_propagation
Passed
604.081
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_rtb
Passed
619.977
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_negative_create_delete_association
Passed
620.884
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_negative_create_delete_propagation
Passed
617.566
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_route_operations
Passed
638.743
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_vpc_route_propagation
Passed
634.612
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_delete_shared_vpc_attachment
Passed
619.632
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_delete_tgw_vpc_attachment
Passed
622.418
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_tgw_vpc_attachment_negative
Passed
603.825
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_tgw_vpc_attachments_with_mismatching_azs
Skipped
At least 2 AZs required for this test case.
625.842
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_describe_tgw_attachments
Passed
617.103
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_describe_tgw_vpc_attachments
Passed
619.845
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_parallel_create
Passed
629.717
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_tgw_attachment_interface_is_untouchable
Passed
324.374
c2tests.ec2.virtualizationtype.VirtualizationType
test_virtualization_type
Failed
Instance i-14F2A7C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/virtualizationtype.py", line 43, in test_virtualization_type
    virtualization_type=run_virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-14F2A7C0 got error state.
		
View details
328.290
c2tests.ec2.virtualizationtype.VirtualizationType
test_virtualization_type_change
Failed
Instance i-2E44E2C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/virtualizationtype.py", line 125, in test_virtualization_type_change
    virtualization_type=run_virt_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-2E44E2C0 got error state.
		
View details
304.626
c2tests.ec2.volume_versions.VolumeVersions
test_create_file_standard
Passed
0.001
c2tests.ec2.volume_versions.VolumeVersions
test_create_sio
Skipped
There is no available volume types for this test.
0.001
c2tests.ec2.volume_versions.VolumeVersions
test_delete
Skipped
There is no available volume types for this test.
0.002
c2tests.ec2.volume_versions.VolumeVersions
test_describe
Skipped
There is no available volume types for this test.
0.002
c2tests.ec2.volume_versions.VolumeVersions
test_restore
Skipped
There is no available volume types for this test.
603.737
c2tests.ec2.volumes.Volumes
test_create_volume_from_fake_snapshot
Passed
603.575
c2tests.ec2.volumes.Volumes
test_create_volume_invalid_params_standard
Passed
603.478
c2tests.ec2.volumes.Volumes
test_create_volume_non_existend_zone
Passed
308.762
c2tests.ec2.volumes.Volumes
test_create_volume_size_less_then_snapshot_standard
Passed
603.548
c2tests.ec2.volumes.Volumes
test_create_volume_size_none
Passed
603.777
c2tests.ec2.volumes.Volumes
test_create_volume_with_negative_size
Passed
304.593
c2tests.ec2.volumes.Volumes
test_create_with_tags
Passed
603.549
c2tests.ec2.volumes.Volumes
test_create_with_tags_negative
Failed
5 != 0
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 133, in test_create_with_tags_negative
    self.assertEqual(len(volumes), 0)
AssertionError: 5 != 0
		
View details
311.062
c2tests.ec2.volumes.Volumes
test_creating_standard
Failed
Volume vol-97800800 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 80, in test_creating
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-97800800 got an error state error
		
View details
335.617
c2tests.ec2.volumes.Volumes
test_describe_attachment_filters
Failed
Instance i-A04ADE40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 239, in test_describe_attachment_filters
    instance1 = self.run_instance_micro(template_id=single_template_id, placement=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 885, in run_instance_micro
    return self.run_instance(instance_type=constants.INSTANCE_TYPE_MICRO, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A04ADE40 got error state.
		
View details
312.692
c2tests.ec2.volumes.Volumes
test_describe_filters
Failed
Volume vol-84021DA0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 146, in test_describe_filters
    volume2 = self.create_volume(snapshot=snapshot1, zone=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 817, in create_volume
    volume = utils.create_volume(self.conn, size, zone, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 415, in create_volume
    wait_for_volume_creating(conn, [volume])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 762, in wait_for_volume_creating
    constants.VOLUME_STATUS_CREATING,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 751, in wait_for_volumes_status
    wait_long(check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 556, in wait_long
    return wait(5 * constants.MINUTE_SECONDS, func, *args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 741, in check_state
    raise Error("Volume {0} got an error state {1}", volume.id, volume.status)
c2tests.exceptions.Error: Volume vol-84021DA0 got an error state error
		
View details
603.793
c2tests.ec2.volumes.Volumes
test_describe_volumes_modifications_standard
Skipped
Only one volume type is available: standard.
0.001
c2tests.ec2.volumes.Volumes
test_iops_changing
Skipped
There is no available volume types for this test.
0.001
c2tests.ec2.volumes.Volumes
test_iops_changing_instance
Skipped
There is no available volume types for this test.
603.585
c2tests.ec2.volumes.Volumes
test_modify_nonexistent_volume
Passed
607.693
c2tests.ec2.volumes.Volumes
test_negative_simultaneous_type_and_iops_changing_standard
Skipped
Only one volume type is available: standard.
604.306
c2tests.ec2.volumes.Volumes
test_negative_unavailable_volume_type_standard
Skipped
Volume type 'standard' is available in each Availability Zone
628.329
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_deallocated
Failed
Instance i-95BF8D20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-95BF8D20 got error state.
		
View details
634.627
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_deallocated_bigsize
Failed
Instance i-16C906E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-16C906E0 got error state.
		
View details
634.957
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_running
Failed
Instance i-A91BFBA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A91BFBA0 got error state.
		
View details
628.784
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_running_bigsize
Failed
Instance i-BCA5B1C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-BCA5B1C0 got error state.
		
View details
632.150
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_stopped
Failed
Instance i-C0990AE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C0990AE0 got error state.
		
View details
632.948
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_stopped_bigsize
Failed
Instance i-0AA1C740 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-0AA1C740 got error state.
		
View details
628.513
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_deallocated
Failed
Instance i-C96D1480 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C96D1480 got error state.
		
View details
628.436
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_deallocated_bigsize
Failed
Instance i-A5F34940 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-A5F34940 got error state.
		
View details
632.034
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_running
Failed
Instance i-74E64080 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-74E64080 got error state.
		
View details
629.716
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_running_bigsize
Failed
Instance i-C8CD4B20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C8CD4B20 got error state.
		
View details
628.374
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_stopped
Failed
Instance i-16996980 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-16996980 got error state.
		
View details
634.407
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_stopped_bigsize
Failed
Instance i-C477E3E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/parameterized/parameterized.py", line 392, in standalone_func
    return func(*(a + p.args), **p.kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 520, in test_resizing_instance
    self._resizing_instance(volume_type, new_good_size, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 387, in _resizing_instance
    volume_type, system=system, stopped=stopped, deallocated=deallocated)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 357, in _operate_instance
    key_path, instance = self.run_instance_from_template(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 938, in run_instance_from_template
    instance = self.run_instance(**kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 878, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1483, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 861, in run_instances
    instances = utils.run_instances(conn, template_id, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 456, in run_instances
    raise exc
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 443, in run_instances
    [constants.INSTANCE_STATE_RUNNING])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 605, in wait_for_instance_states
    wait(10 * constants.MINUTE_SECONDS, check_state)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 533, in wait
    result = func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 595, in check_state
    instance.id, instance.state)
c2tests.exceptions.Error: Instance i-C477E3E0 got error state.
		
View details
304.632
c2tests.ec2.volumes.Volumes
test_resizing_standard
Passed
603.744
c2tests.ec2.volumes.Volumes
test_type_changing_instance_standard
Skipped
Only one volume type is available: standard.
603.637
c2tests.ec2.volumes.Volumes
test_type_changing_standard
Skipped
Only one volume type is available: standard.