Test results

Tests run: 666 Failures: 7, Skipped: 62, Errors: 185 Success: 412
Total time: 381 minutes
Time Class Test Name State Traceback if available
4.724
c2tests.ec2.accounts.Accounts
test_describe_attributes
Passed
3.691
c2tests.ec2.accounts.Accounts
test_describe_attributes_invalid_attributes
Passed
3.942
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool
Passed
4.192
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool_negative
Passed
4.746
c2tests.ec2.address_pools.AddressPools
test_deprovision_negative
Passed
3.894
c2tests.ec2.address_pools.AddressPools
test_describe_byoip_cidrs
Passed
3.976
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools
Passed
17.154
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools_negative
Passed
3.827
c2tests.ec2.address_pools.AddressPools
test_describe_tags
Passed
3.823
c2tests.ec2.address_pools.AddressPools
test_provision_negative
Passed
4.135
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags
Passed
9.845
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags_negative
Passed
4.215
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel
Passed
5.254
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_custom_pool
Passed
9.051
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_single
Passed
4.573
c2tests.ec2.addresses.Addresses
test_allocate_release
Passed
9.149
c2tests.ec2.addresses.Addresses
test_allocate_release_parallel
Passed
22.245
c2tests.ec2.addresses.Addresses
test_associate_allow_reassociation
Failed
Instance i-4D748FE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 376, in test_associate_allow_reassociation
    instance1 = self.run_instance(public_addressing=False)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-4D748FE0 got error state.
		
View details
20.374
c2tests.ec2.addresses.Addresses
test_associate_auto
Failed
Instance i-F3730A60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 154, in test_associate_auto
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-F3730A60 got error state.
		
View details
19.933
c2tests.ec2.addresses.Addresses
test_associate_auto_custom_pool
Failed
Instance i-56F09A00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 167, in test_associate_auto_custom_pool
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-56F09A00 got error state.
		
View details
21.691
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_disable
Failed
Instance i-13BE8D80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 355, in test_associate_auto_eni_disable
    instance = self.run_instance(network_interfaces=eni_spec_collection)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-13BE8D80 got error state.
		
View details
20.176
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_explicit
Failed
Instance i-0C2543C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 338, in test_associate_auto_eni_explicit
    instance = self.run_instance(network_interfaces=eni_spec_collection)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-0C2543C0 got error state.
		
View details
19.566
c2tests.ec2.addresses.Addresses
test_associate_auto_negative
Failed
Instance i-E9006C60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 190, in test_associate_auto_negative
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-E9006C60 got error state.
		
View details
6.619
c2tests.ec2.addresses.Addresses
test_associate_auto_negative_inis_instance_level_addressing
Passed
22.921
c2tests.ec2.addresses.Addresses
test_associate_auto_nis
Failed
Instance i-399CCA80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 321, in test_associate_auto_nis
    subnet_id=self.default_subnet_id)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-399CCA80 got error state.
		
View details
24.738
c2tests.ec2.addresses.Addresses
test_associate_auto_parallel
Failed
Instance i-4A47C220 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 207, in test_associate_auto_parallel
    min_count=1, max_count=amount, public_addressing=True, wait=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-4A47C220 got error state.
		
View details
22.174
c2tests.ec2.addresses.Addresses
test_associate_auto_specified_false
Failed
Instance i-2E7054A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 180, in test_associate_auto_specified_false
    instance = self.run_instance(public_addressing=False)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-2E7054A0 got error state.
		
View details
5.045
c2tests.ec2.addresses.Addresses
test_associate_eni
Passed
21.158
c2tests.ec2.addresses.Addresses
test_associate_instance
Failed
Instance i-44CE22C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 235, in test_associate_instance
    instance = self.run_instance(public_addressing=False)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-44CE22C0 got error state.
		
View details
22.672
c2tests.ec2.addresses.Addresses
test_associate_instance_already_associated
Failed
Instance i-1FA6C680 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 488, in test_associate_instance_already_associated
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-1FA6C680 got error state.
		
View details
4.948
c2tests.ec2.addresses.Addresses
test_associate_network_interface
Passed
4.313
c2tests.ec2.addresses.Addresses
test_associate_switch_negative
Passed
14.821
c2tests.ec2.addresses.Addresses
test_associate_switch_only_instance
Failed
Instance i-83863680 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 300, in test_associate_switch_only_instance
    device_index=0, subnet_id=switch.id)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-83863680 got error state.
		
View details
20.310
c2tests.ec2.addresses.Addresses
test_describe_filters
Failed
Instance i-DF259180 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 697, in test_describe_filters
    instance1 = self.run_instance(public_addressing=False)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-DF259180 got error state.
		
View details
4.269
c2tests.ec2.addresses.Addresses
test_describe_tags
Passed
24.680
c2tests.ec2.addresses.Addresses
test_disassociate
Failed
Instance i-1F577C60 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 414, in test_disassociate
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-1F577C60 got error state.
		
View details
7.237
c2tests.ec2.addresses.Addresses
test_disassociate_parallel
Passed
20.382
c2tests.ec2.addresses.Addresses
test_release
Failed
Instance i-CCE7FE80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/addresses.py", line 473, in test_release
    instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-CCE7FE80 got error state.
		
View details
4.425
c2tests.ec2.addresses.Addresses
test_remove_eni_assigned
Passed
387.518
c2tests.ec2.asyncattach.AsyncAttach
test_fast_attach_standard
Failed
Timed out.
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 14, in __mock_instance
    lambda: utils.ssh_test(self.instance.ip_address, key_path) ==
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
1.607
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
3.772
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_removable_standard
Failed
Volume vol-5AAD2A00 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/blockdevicemappings.py", line 28, in test_block_device_mappings_removable
    tmp_volume = self.create_volume(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-5AAD2A00 got an error state error
		
View details
3.854
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_standard
Failed
Volume vol-7DAC2C00 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/blockdevicemappings.py", line 90, in test_block_device_mappings
    tmp_volume = self.create_volume(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-7DAC2C00 got an error state error
		
View details
339.475
c2tests.ec2.complex.Complex
test_complex_standard
Failed
Timed out.
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 29, in test_complex
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
93.191
c2tests.ec2.complex.Complex
test_multicomplex_standard
Failed
ping: Timed out while waiting return code: 0
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 95, in test_multicomplex
    threads=len(addresses), check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
110.336
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_attach_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 572, in test_attach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
43.121
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-5FEFA120 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 693, in test_attach_network_interface_negative
    sw_instance = self.run_instances(switch_ids=[switch1.id], placement=self.ec2zone)[0]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-5FEFA120 got error state.
		
View details
100.053
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_detach_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 774, in test_detach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
24.371
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_detach_network_interface_negative
Failed
Instance i-AA325720 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 810, in test_detach_network_interface_negative
    instance = self.run_instance(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-AA325720 got error state.
		
View details
19.914
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_high_available_attr
Failed
Instance i-A9728DA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 127, in test_modify_high_available_attr
    instance = self.run_instance(high_available=True, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-A9728DA0 got error state.
		
View details
19.825
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_instance_not_stopped
Failed
Instance i-D294F9C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1465, in test_modify_instance_placement_instance_not_stopped
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D294F9C0 got error state.
		
View details
20.791
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_move
Failed
Instance i-C4DB0080 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1436, in test_modify_instance_placement_move
    instance = self.run_instance(placement_group=placement_group_1.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-C4DB0080 got error state.
		
View details
20.100
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_reset
Failed
Instance i-CC7413A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1388, in test_modify_instance_placement_reset
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-CC7413A0 got error state.
		
View details
23.990
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_instance_placement_reset_without_group
Failed
Instance i-DAD38EC0 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 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-DAD38EC0 got error state.
		
View details
20.373
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_source_dest_check_attr
Failed
Instance i-80880D00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 159, in test_modify_source_dest_check_attr
    reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-80880D00 got error state.
		
View details
20.231
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_modify_standard
Failed
Instance i-2BF8B6E0 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 39, in test_modify
    instance = self.run_instance(reserved=self._reserved, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-2BF8B6E0 got error state.
		
View details
19.631
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_coldplug
Failed
Instance i-284FAEC0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 881, in test_network_coldplug
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-284FAEC0 got error state.
		
View details
19.998
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_detaching
Failed
Instance i-FE9B3200 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 959, in test_network_detaching
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-FE9B3200 got error state.
		
View details
337.525
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_hotplug_complex
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 923, in test_network_hotplug_complex
    utils.long_ssh_test(keypath, instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.597
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
91.272
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_operations_standard
Failed
Volume vol-5B45BA60 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/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 340, in __test_operations
    self.create_volume(zone=zone, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-5B45BA60 got an error state error
		
View details
19.838
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface
Failed
Instance i-94489220 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1009, in test_replace_primary_network_interface
    subnet_instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-94489220 got error state.
		
View details
9.829
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface_negative
Failed
Instance i-8A076800 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1148, in test_replace_primary_network_interface_negative
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-8A076800 got error state.
		
View details
7.802
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_replace_primary_network_interface_parallel
Failed
Instance i-5AD8C280 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1234, in test_replace_primary_network_interface_parallel
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-5AD8C280 got error state.
		
View details
347.879
c2tests.ec2.deallocatedinstanceoperations.DeallocatedInstanceOperations
test_source_dest_check_access
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 233, in test_source_dest_check_access
    utils.ping_between_instances((key1, instance1), (key2, instance2)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
104.925
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_attach_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 572, in test_attach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
44.012
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-740143A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 693, in test_attach_network_interface_negative
    sw_instance = self.run_instances(switch_ids=[switch1.id], placement=self.ec2zone)[0]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-740143A0 got error state.
		
View details
98.063
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_detach_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 774, in test_detach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
20.437
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_detach_network_interface_negative
Failed
Instance i-7E60AF80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 810, in test_detach_network_interface_negative
    instance = self.run_instance(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-7E60AF80 got error state.
		
View details
22.173
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_high_available_attr
Failed
Instance i-D3A547C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 127, in test_modify_high_available_attr
    instance = self.run_instance(high_available=True, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D3A547C0 got error state.
		
View details
19.946
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_instance_not_stopped
Failed
Instance i-D8D1BC40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1465, in test_modify_instance_placement_instance_not_stopped
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D8D1BC40 got error state.
		
View details
24.993
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_move
Failed
Instance i-F7B20580 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1436, in test_modify_instance_placement_move
    instance = self.run_instance(placement_group=placement_group_1.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-F7B20580 got error state.
		
View details
22.869
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_reset
Failed
Instance i-FCD3EE20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1388, in test_modify_instance_placement_reset
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-FCD3EE20 got error state.
		
View details
24.363
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_instance_placement_reset_without_group
Failed
Instance i-D0176320 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 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D0176320 got error state.
		
View details
20.643
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_source_dest_check_attr
Failed
Instance i-0958BE40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 159, in test_modify_source_dest_check_attr
    reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-0958BE40 got error state.
		
View details
21.126
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_modify_standard
Failed
Instance i-6D8377A0 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 39, in test_modify
    instance = self.run_instance(reserved=self._reserved, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-6D8377A0 got error state.
		
View details
23.244
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_coldplug
Failed
Instance i-0A8689C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 881, in test_network_coldplug
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-0A8689C0 got error state.
		
View details
19.777
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_detaching
Failed
Instance i-40BA2240 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 959, in test_network_detaching
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-40BA2240 got error state.
		
View details
338.500
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_hotplug_complex
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 923, in test_network_hotplug_complex
    utils.long_ssh_test(keypath, instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.920
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
30.264
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_operations_standard
Failed
Volume vol-200BBDA0 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/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 340, in __test_operations
    self.create_volume(zone=zone, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-200BBDA0 got an error state error
		
View details
19.922
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface
Failed
Instance i-97648AA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1009, in test_replace_primary_network_interface
    subnet_instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-97648AA0 got error state.
		
View details
9.389
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface_negative
Failed
Instance i-4AE8DDE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1148, in test_replace_primary_network_interface_negative
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-4AE8DDE0 got error state.
		
View details
11.254
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_replace_primary_network_interface_parallel
Failed
Instance i-91BCAD40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1234, in test_replace_primary_network_interface_parallel
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-91BCAD40 got error state.
		
View details
341.437
c2tests.ec2.defaultinstanceoperations.DefaultInstanceOperations
test_source_dest_check_access
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 233, in test_source_dest_check_access
    utils.ping_between_instances((key1, instance1), (key2, instance2)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.695
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
3.703
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
4.132
c2tests.ec2.extnetworks.ExtNetworks
test_attach_extnetworks_negative_2az
Skipped
At least 2 AZs required for this test case.
3.600
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
9.671
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
3.500
c2tests.ec2.hosts.Hosts
test_describe_hosts
Skipped
No hosts present to try to filter
3.692
c2tests.ec2.hosts.Hosts
test_describe_hosts_with_filters
Skipped
No hosts present to try to filter
3.785
c2tests.ec2.hosts.Hosts
test_modify_hosts
Skipped
No hosts present to try to modify
109.397
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_export_instance
Passed
9.810
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_export_volume
Passed
12.211
c2tests.ec2.importexportservice.ImportExportService
test_cancel_task_import_image
Passed
15.184
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.
88.505
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_export_instance_invalidbucket
Passed
5.797
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_export_volume_invalidbucket
Passed
4.911
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_import_image_s3keyaccessdenied
Passed
4.690
c2tests.ec2.importexportservice.ImportExportService
test_create_task_wo_bucket_permissions_import_snapshot_s3keyaccessdenied
Passed
16.634
c2tests.ec2.importexportservice.ImportExportService
test_create_volume_export_task_standard_vmdk_qcow2
Passed
28.686
c2tests.ec2.importexportservice.ImportExportService
test_create_volume_export_task_standard_vmdk_vhd
Passed
100.511
c2tests.ec2.importexportservice.ImportExportService
test_export_instance_task_standard_vmdk
Passed
101.855
c2tests.ec2.importexportservice.ImportExportService
test_export_instance_with_ovf_task
Passed
14.906
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_invalid_ova
Passed
29.266
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_ova
Passed
28.898
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_vmdk
Passed
40.922
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_vmdk_and_raw
Passed
25.987
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_with_legacy_os_support
Passed
28.179
c2tests.ec2.importexportservice.ImportExportService
test_import_image_task_with_name
Passed
21.708
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_
Passed
21.141
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_vmdk
Passed
15.268
c2tests.ec2.importexportservice.ImportExportService
test_import_snapshot_vmdk_with_mismatched_format
Passed
101.215
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_export_instance
Passed
15.170
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_export_volume
Passed
26.968
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_import_image
Passed
17.829
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_bucket_during_task_import_snapshot
Passed
27.320
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_key_during_task_import_image
Passed
17.073
c2tests.ec2.importexportservice.ImportExportService
test_remove_s3_key_during_task_import_snapshot
Passed
437.607
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_export_instance
Passed
9.299
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_export_volume
Passed
19.233
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_import_image
Passed
21.061
c2tests.ec2.importexportservice.ImportExportService
test_task_exceptions_import_snapshot
Passed
334.547
c2tests.ec2.instances.Instances
test_accessing_attached_system_disk_standard_hvm
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
338.952
c2tests.ec2.instances.Instances
test_accessing_attached_system_disk_standard_hvm-legacy
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
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.
333.494
c2tests.ec2.instances.Instances
test_snapshotting_stopped_standard_hvm
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
333.454
c2tests.ec2.instances.Instances
test_snapshotting_stopped_standard_hvm-legacy
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
336.687
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_negative_standard_hvm
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
334.016
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_negative_standard_hvm-legacy
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
334.967
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_standard_hvm
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
337.794
c2tests.ec2.instances.Instances
test_snapshotting_with_tags_standard_hvm-legacy
Failed
Timed out.
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 72, in _create_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
36.217
c2tests.ec2.instancesgeneral.InstancesGeneral
test_attributes
Failed
Instance i-7AA8E500 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 69, in test_attributes
    instance_initiated_shutdown_behavior=constants.INSTANCE_SHUTDOWN_ACTION_STOP)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-7AA8E500 got error state.
		
View details
22.771
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_deallocated
Failed
Instance i-EDEE9EC0 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/instancesgeneral.py", line 985, in test_change_ssh_keys
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-EDEE9EC0 got error state.
		
View details
20.959
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_running
Failed
Instance i-57FE4460 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/instancesgeneral.py", line 985, in test_change_ssh_keys
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-57FE4460 got error state.
		
View details
25.314
c2tests.ec2.instancesgeneral.InstancesGeneral
test_change_ssh_keys_stopped
Failed
Instance i-C01C75A0 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/instancesgeneral.py", line 985, in test_change_ssh_keys
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-C01C75A0 got error state.
		
View details
22.969
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe
Failed
Instance i-05240820 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 98, in test_describe
    self.run_instances(min_count=1, max_count=2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-05240820 got error state.
		
View details
20.434
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe_filters
Failed
Instance i-FE8BD4A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 468, in test_describe_filters
    security_group_ids=[sg1.id])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 884, 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 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-FE8BD4A0 got error state.
		
View details
4.178
c2tests.ec2.instancesgeneral.InstancesGeneral
test_describe_invalid_ids
Passed
7.401
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_instance_type
Passed
4.245
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_shutdown_action
Passed
3.648
c2tests.ec2.instancesgeneral.InstancesGeneral
test_invalid_user_data
Passed
5.037
c2tests.ec2.instancesgeneral.InstancesGeneral
test_modify_nonexistent_instance
Passed
22.775
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_private_false
Failed
Instance i-68E5EE80 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/instancesgeneral.py", line 636, in test_run_instances_addressing_type
    instance = self.run_instance(addressing_type=addressing_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-68E5EE80 got error state.
		
View details
19.309
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_public_true
Failed
Instance i-930EE3C0 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/instancesgeneral.py", line 636, in test_run_instances_addressing_type
    instance = self.run_instance(addressing_type=addressing_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-930EE3C0 got error state.
		
View details
23.329
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_addressing_type_true
Failed
Instance i-7FAAC820 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/instancesgeneral.py", line 636, in test_run_instances_addressing_type
    instance = self.run_instance(addressing_type=addressing_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-7FAAC820 got error state.
		
View details
23.983
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_default_subnet
Failed
Instance i-3A8C83E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 919, in test_run_instances_default_subnet
    instance = utils.run_instance(self.conn, template_id=template_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 428, in run_instance
    max_count=kwargs.pop("max_count", 1), **kwargs)[0]
  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-3A8C83E0 got error state.
		
View details
28.251
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_iface_associated_eip
Failed
Instance i-FF181160 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 949, in test_run_instances_iface_associated_eip
    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-FF181160 got error state.
		
View details
22.677
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces
Failed
Instance i-66A9B6C0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 335, in test_run_instances_interfaces
    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-66A9B6C0 got error state.
		
View details
11.482
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces_and_networks
Passed
27.890
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_interfaces_negative
Failed
Instance i-8D79A500 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 836, in test_run_instances_interfaces_negative
    delete_on_termination=False,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-8D79A500 got error state.
		
View details
26.714
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_networks
Failed
Instance i-6ACB16A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 144, in test_run_instances_networks
    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-6ACB16A0 got error state.
		
View details
7.427
c2tests.ec2.instancesgeneral.InstancesGeneral
test_run_instances_networks_negative
Passed
30.174
c2tests.ec2.instancesgeneral.InstancesGeneral
test_tag_on_creation_run_instances
Passed
7.107
c2tests.ec2.instancesgeneral.InstancesGeneral
test_tag_on_creation_run_instances_negative
Passed
25.360
c2tests.ec2.instancesgeneral.InstancesGeneral
test_with_ssh_keys
Failed
Instance i-8775B3A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 958, in test_with_ssh_keys
    instance = self.run_instance(update_instance=False, key_name=key.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-8775B3A0 got error state.
		
View details
22.594
c2tests.ec2.instancesgeneral.InstancesGeneral
test_without_ssh_keys
Failed
Instance i-71C63100 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instancesgeneral.py", line 971, in test_without_ssh_keys
    instance = self.run_instance(update_instance=False)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-71C63100 got error state.
		
View details
5.164
c2tests.ec2.keypairs.Keypairs
test_create_keypair_conflict
Passed
6.190
c2tests.ec2.keypairs.Keypairs
test_create_keypair_with_tags
Passed
4.193
c2tests.ec2.keypairs.Keypairs
test_create_keypair_wrong_name
Passed
5.161
c2tests.ec2.keypairs.Keypairs
test_describe_keypairs_filters
Passed
3.909
c2tests.ec2.keypairs.Keypairs
test_describe_keypairs_non_existing_key_name
Passed
4.090
c2tests.ec2.keypairs.Keypairs
test_describe_tags
Passed
3.945
c2tests.ec2.keypairs.Keypairs
test_import_keypair_conflict
Passed
3.710
c2tests.ec2.keypairs.Keypairs
test_import_keypair_with_tags
Passed
3.948
c2tests.ec2.keypairs.Keypairs
test_import_keypair_wrong_name
Passed
3.884
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template
Passed
15.950
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_negative
Passed
5.506
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_version
Passed
9.948
c2tests.ec2.launch_templates.LaunchTemplate
test_create_launch_template_version_parallel
Passed
4.594
c2tests.ec2.launch_templates.LaunchTemplate
test_delete_launch_templates
Passed
3.916
c2tests.ec2.launch_templates.LaunchTemplate
test_delete_launch_templates_versions
Passed
6.849
c2tests.ec2.launch_templates.LaunchTemplate
test_describe_launch_template_versions
Passed
9.890
c2tests.ec2.launch_templates.LaunchTemplate
test_describe_launch_template_versions_negative
Passed
3.849
c2tests.ec2.launch_templates.LaunchTemplate
test_modify_launch_template
Passed
6.678
c2tests.ec2.limits.Limits
test_many_addresses
Passed
38.760
c2tests.ec2.limits.Limits
test_many_keypairs
Passed
3.952
c2tests.ec2.login.Login
test_login
Passed
3.709
c2tests.ec2.network_interfaces.NetworkInterfaces
test_assign_private_ip_addresses
Passed
7.111
c2tests.ec2.network_interfaces.NetworkInterfaces
test_assign_private_ip_addresses_negative
Passed
24.652
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_attachment_attribute
Failed
Instance i-14004140 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/network_interfaces.py", line 356, in test_change_attachment_attribute
    self.run_instance(placement=self.ec2zone, subnet_id=subnet_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-14004140 got error state.
		
View details
4.233
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_description
Passed
6.398
c2tests.ec2.network_interfaces.NetworkInterfaces
test_change_description_negative
Passed
4.063
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create
Passed
4.233
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_interface_with_tags
Passed
3.996
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_interface_with_tags_negative
Passed
4.624
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_private_ip_combination
Passed
5.111
c2tests.ec2.network_interfaces.NetworkInterfaces
test_create_private_ip_combination_negative
Passed
4.232
c2tests.ec2.network_interfaces.NetworkInterfaces
test_delete
Passed
23.172
c2tests.ec2.network_interfaces.NetworkInterfaces
test_delete_negative
Passed
19.697
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_SubnetInterface_attribute
Failed
Instance i-D9B0BE80 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/network_interfaces.py", line 534, in test_describe_SubnetInterface_attribute
    instance = self.run_instance(placement=self.ec2zone, subnet_id=subnet_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D9B0BE80 got error state.
		
View details
4.087
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_SwitchInterface_attribute
Passed
12.691
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_filters
Failed
Instance i-ED832F00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/network_interfaces.py", line 162, in test_describe_filters
    instance = self.run_instance(switch_ids=[switch_id])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-ED832F00 got error state.
		
View details
4.021
c2tests.ec2.network_interfaces.NetworkInterfaces
test_describe_tags
Passed
3.995
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SecurityGroups_from_another_vpc
Passed
340.884
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SubnetInterface_attached
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/network_interfaces.py", line 458, in test_modify_SubnetInterface_attached
    utils.ping_between_instances((key1, from_instance), (key2, to_instance)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.042
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SubnetInterface_detached
Passed
4.419
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SwitchInterface
Passed
4.273
c2tests.ec2.network_interfaces.NetworkInterfaces
test_modify_SwitchInterface_negative
Passed
3.953
c2tests.ec2.network_interfaces.NetworkInterfaces
test_parallel_create
Passed
5.299
c2tests.ec2.network_interfaces.NetworkInterfaces
test_reset_network_interface_attribute
Passed
15.231
c2tests.ec2.placementgroups.PlacementGroups
test_create
Passed
3.823
c2tests.ec2.placementgroups.PlacementGroups
test_create_placement_group_with_tags
Passed
4.245
c2tests.ec2.placementgroups.PlacementGroups
test_create_placement_group_with_tags_negative
Passed
19.532
c2tests.ec2.placementgroups.PlacementGroups
test_delete
Failed
Instance i-C9D44120 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/placementgroups.py", line 129, in test_delete
    self.run_instance(placement_group=group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-C9D44120 got error state.
		
View details
9.457
c2tests.ec2.placementgroups.PlacementGroups
test_describe
Passed
4.249
c2tests.ec2.placementgroups.PlacementGroups
test_describe_filters
Passed
3.833
c2tests.ec2.placementgroups.PlacementGroups
test_describe_tags
Passed
23.118
c2tests.ec2.placementgroups.PlacementGroups
test_instances_standard
Failed
Instance i-4587F5E0 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/placementgroups.py", line 177, in test_instances
    self.__test_instances(zone, volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/placementgroups.py", line 187, in __test_instances
    reserved=False, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-4587F5E0 got error state.
		
View details
77.791
c2tests.ec2.placementgroups.PlacementGroups
test_run_instance_in_placement_group
Failed
Instance i-AF171BE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/placementgroups.py", line 156, in test_run_instance_in_placement_group
    instance = self.run_instance(placement_group=group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-AF171BE0 got error state.
		
View details
107.851
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_attach_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 572, in test_attach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
47.531
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_attach_network_interface_negative
Failed
Instance i-B3BE6140 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 693, in test_attach_network_interface_negative
    sw_instance = self.run_instances(switch_ids=[switch1.id], placement=self.ec2zone)[0]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-B3BE6140 got error state.
		
View details
94.588
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_detach_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 774, in test_detach_network_interface
    utils.ping(instance.ip_address)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1358, in ping
    f"ping: Timed out while waiting return code: {retcode}"
c2tests.exceptions.Error: ping: Timed out while waiting return code: 0
		
View details
23.438
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_detach_network_interface_negative
Failed
Instance i-75C525A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 810, in test_detach_network_interface_negative
    instance = self.run_instance(placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-75C525A0 got error state.
		
View details
22.863
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_high_available_attr
Failed
Instance i-D4AC9FC0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 127, in test_modify_high_available_attr
    instance = self.run_instance(high_available=True, reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-D4AC9FC0 got error state.
		
View details
22.455
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_instance_not_stopped
Failed
Instance i-9A6BEE00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1465, in test_modify_instance_placement_instance_not_stopped
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-9A6BEE00 got error state.
		
View details
23.577
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_move
Failed
Instance i-826C8FA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1436, in test_modify_instance_placement_move
    instance = self.run_instance(placement_group=placement_group_1.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-826C8FA0 got error state.
		
View details
19.600
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_reset
Failed
Instance i-258E3E40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1388, in test_modify_instance_placement_reset
    instance = self.run_instance(placement_group=placement_group.name)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-258E3E40 got error state.
		
View details
22.604
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_instance_placement_reset_without_group
Failed
Instance i-8DE58B60 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 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-8DE58B60 got error state.
		
View details
22.751
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_source_dest_check_attr
Failed
Instance i-6F5E9080 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 159, in test_modify_source_dest_check_attr
    reserved=self._reserved)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-6F5E9080 got error state.
		
View details
19.734
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_modify_standard
Failed
Instance i-F3C7F1C0 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 39, in test_modify
    instance = self.run_instance(reserved=self._reserved, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-F3C7F1C0 got error state.
		
View details
27.000
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_coldplug
Failed
Instance i-2D8FCF20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 881, in test_network_coldplug
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-2D8FCF20 got error state.
		
View details
22.871
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_detaching
Failed
Instance i-C958F360 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 959, in test_network_detaching
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-C958F360 got error state.
		
View details
336.949
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_hotplug_complex
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 923, in test_network_hotplug_complex
    utils.long_ssh_test(keypath, instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.620
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_network_interface_operations_between_azs
Skipped
At least 2 AZs required for this test case.
35.609
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_operations_standard
Failed
Volume vol-6FDEA860 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/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 340, in __test_operations
    self.create_volume(zone=zone, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-6FDEA860 got an error state error
		
View details
19.968
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface
Failed
Instance i-FF573EE0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1009, in test_replace_primary_network_interface
    subnet_instance = self.run_instance(public_addressing=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-FF573EE0 got error state.
		
View details
9.165
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface_negative
Failed
Instance i-5C305D20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1148, in test_replace_primary_network_interface_negative
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-5C305D20 got error state.
		
View details
8.871
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_replace_primary_network_interface_parallel
Failed
Instance i-1FACBEA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 1234, in test_replace_primary_network_interface_parallel
    availability_zone=self.ec2zone
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-1FACBEA0 got error state.
		
View details
346.935
c2tests.ec2.reservedinstanceoperations.ReservedInstanceOperations
test_source_dest_check_access
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/instanceoperations.py", line 233, in test_source_dest_check_access
    utils.ping_between_instances((key1, instance1), (key2, instance2)))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.090
c2tests.ec2.securitygroups.SecurityGroups
test_authorize_revoke_ingress_deprecated
Passed
4.211
c2tests.ec2.securitygroups.SecurityGroups
test_create_group
Passed
4.535
c2tests.ec2.securitygroups.SecurityGroups
test_create_group_exceed_limit
Passed
4.038
c2tests.ec2.securitygroups.SecurityGroups
test_create_group_negative
Passed
4.204
c2tests.ec2.securitygroups.SecurityGroups
test_create_security_group_with_tags
Passed
4.259
c2tests.ec2.securitygroups.SecurityGroups
test_create_security_group_with_tags_negative
Passed
3.745
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_creating
Passed
3.941
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_deleting
Passed
343.677
c2tests.ec2.securitygroups.SecurityGroups
test_default_sg_via_eip
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 656, in test_default_sg_via_eip
    utils.long_ssh_test(key, instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.809
c2tests.ec2.securitygroups.SecurityGroups
test_delete_related_groups
Passed
4.718
c2tests.ec2.securitygroups.SecurityGroups
test_describe_filters
Passed
3.925
c2tests.ec2.securitygroups.SecurityGroups
test_describe_negative
Passed
3.839
c2tests.ec2.securitygroups.SecurityGroups
test_describe_tags
Passed
3.702
c2tests.ec2.securitygroups.SecurityGroups
test_modify_sg_description_negative
Passed
3.660
c2tests.ec2.securitygroups.SecurityGroups
test_modify_sg_description_positive
Passed
13.972
c2tests.ec2.securitygroups.SecurityGroups
test_rules_egress
Passed
3.682
c2tests.ec2.securitygroups.SecurityGroups
test_rules_icmp
Passed
7.049
c2tests.ec2.securitygroups.SecurityGroups
test_rules_ingress
Passed
26.503
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_in_default_group
Failed
Instance i-835B75E0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 75, in test_run_instance_in_default_group
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-835B75E0 got error state.
		
View details
22.665
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_in_several_groups
Failed
Instance i-37284C40 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 90, in test_run_instance_in_several_groups
    instance = self.run_instance(security_group_ids=group_ids)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-37284C40 got error state.
		
View details
23.566
c2tests.ec2.securitygroups.SecurityGroups
test_run_instance_with_one_group
Failed
Instance i-92F8EC00 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 66, in test_run_instance_with_one_group
    instance = self.run_instance(security_group_ids=[group.id])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-92F8EC00 got error state.
		
View details
4.056
c2tests.ec2.securitygroups.SecurityGroups
test_security_group_add_rules_parallel
Passed
9.860
c2tests.ec2.securitygroups.SecurityGroups
test_security_group_describe_preserve_order
Passed
3.787
c2tests.ec2.securitygroups.SecurityGroups
test_set_rule_description_egress
Passed
3.669
c2tests.ec2.securitygroups.SecurityGroups
test_set_rule_description_ingress
Passed
337.653
c2tests.ec2.securitygroups.SecurityGroups
test_working_default_sg_rules
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 556, in test_working_default_sg_rules
    utils.ping_between_instances(instance1, instance2))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
340.586
c2tests.ec2.securitygroups.SecurityGroups
test_working_sg_rules
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/securitygroups.py", line 589, in test_working_sg_rules
    utils.ping_between_instances(instance1, instance2))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
20.327
c2tests.ec2.sm.SM
test_allocation
Failed
Instance i-986F4580 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/sm.py", line 42, in test_allocation
    instance_type=instance_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-986F4580 got error state.
		
View details
0.001
c2tests.ec2.snapshots.Snapshots
test_create_from_version
Skipped
There is no available volume types for this test.
3.388
c2tests.ec2.snapshots.Snapshots
test_create_with_tags
Failed
Volume vol-8265BB00 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/snapshots.py", line 83, in test_create_with_tags
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-8265BB00 got an error state error
		
View details
3.501
c2tests.ec2.snapshots.Snapshots
test_create_with_tags_negative
Failed
Volume vol-261F2B40 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/snapshots.py", line 110, in test_create_with_tags_negative
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-261F2B40 got an error state error
		
View details
3.636
c2tests.ec2.snapshots.Snapshots
test_delete_snapshot_in_use
Failed
Volume vol-305B6240 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/snapshots.py", line 260, in test_delete_snapshot_in_use
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-305B6240 got an error state error
		
View details
32.859
c2tests.ec2.snapshots.Snapshots
test_describe_filters
Passed
3.998
c2tests.ec2.snapshots.Snapshots
test_describe_tags
Failed
Volume vol-2A81CEA0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/snapshots.py", line 137, in test_describe_tags
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-2A81CEA0 got an error state error
		
View details
17.040
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.
5.177
c2tests.ec2.switches.VirtualSwitches
test_create
Passed
10.738
c2tests.ec2.switches.VirtualSwitches
test_create_negative
Passed
7.765
c2tests.ec2.switches.VirtualSwitches
test_create_without_az
Passed
4.495
c2tests.ec2.switches.VirtualSwitches
test_delete
Passed
7.478
c2tests.ec2.switches.VirtualSwitches
test_describe
Passed
4.101
c2tests.ec2.switches.VirtualSwitches
test_parallel_create
Passed
3.924
c2tests.ec2.tags.Tags
test_create
Failed
Volume vol-BC01D7A0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/tags.py", line 25, in test_create
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-BC01D7A0 got an error state error
		
View details
15.716
c2tests.ec2.tags.Tags
test_create_for_missing_resource
Passed
3.774
c2tests.ec2.tags.Tags
test_create_for_nontaggable_resource
Passed
3.953
c2tests.ec2.tags.Tags
test_create_with_spaces_in_key
Failed
Volume vol-38DDD820 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/tags.py", line 37, in test_create_with_spaces_in_key
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-38DDD820 got an error state error
		
View details
11.728
c2tests.ec2.tags.Tags
test_delete
Failed
Volume vol-F35F6D20 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/tags.py", line 112, in test_delete
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-F35F6D20 got an error state error
		
View details
10.105
c2tests.ec2.tags.Tags
test_delete_multiple_resources
Failed
Volume vol-77F64F40 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/tags.py", line 190, in test_delete_multiple_resources
    volume1 = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-77F64F40 got an error state error
		
View details
4.029
c2tests.ec2.tags.Tags
test_describe
Failed
Volume vol-1B06AA00 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/tags.py", line 67, in test_describe
    volume1 = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-1B06AA00 got an error state error
		
View details
23.046
c2tests.ec2.tags.Tags
test_describe_entities_instance
Failed
Instance i-1A5DDB40 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/tags.py", line 96, in test_describe_entities
    resource = create(*create_args)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-1A5DDB40 got error state.
		
View details
8.019
c2tests.ec2.tags.Tags
test_describe_entities_volume
Failed
Volume vol-CCE2B880 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/tags.py", line 96, in test_describe_entities
    resource = create(*create_args)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-CCE2B880 got an error state error
		
View details
3.934
c2tests.ec2.tags.Tags
test_describe_entities_vpc
Passed
3.508
c2tests.ec2.templates.Templates
test_create
Failed
Volume vol-1BB2B8C0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-1BB2B8C0 got an error state error
		
View details
3.912
c2tests.ec2.templates.Templates
test_create_block_device_map
Failed
Volume vol-1183DB60 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-1183DB60 got an error state error
		
View details
10.128
c2tests.ec2.templates.Templates
test_create_negative
Failed
Volume vol-73120240 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-73120240 got an error state error
		
View details
4.114
c2tests.ec2.templates.Templates
test_create_with_cyrillic_description
Failed
Volume vol-80CF36A0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-80CF36A0 got an error state error
		
View details
3.985
c2tests.ec2.templates.Templates
test_describe_filters
Failed
Volume vol-D85A0A20 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-D85A0A20 got an error state error
		
View details
4.187
c2tests.ec2.templates.Templates
test_describe_tags
Failed
Volume vol-8557D160 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-8557D160 got an error state error
		
View details
3.865
c2tests.ec2.templates.Templates
test_permissions
Failed
Volume vol-E3F03E00 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-E3F03E00 got an error state error
		
View details
3.605
c2tests.ec2.templates.Templates
test_permissions_launch_from_shared
Failed
Volume vol-3250D160 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/templates.py", line 24, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-3250D160 got an error state error
		
View details
39.531
c2tests.ec2.transit_gateways.TransitGateways
test_create_complex_topology
Passed
16.670
c2tests.ec2.transit_gateways.TransitGateways
test_create_delete_tgw
Passed
3.633
c2tests.ec2.transit_gateways.TransitGateways
test_create_tgw_negative
Passed
4.298
c2tests.ec2.transit_gateways.TransitGateways
test_describe_tgw
Passed
5.015
c2tests.ec2.transit_gateways.TransitGateways
test_modify_tgw
Passed
21.454
c2tests.ec2.transit_gateways.TransitGateways
test_modify_tgw_negative
Passed
68.435
c2tests.ec2.transit_gateways.TransitGateways
test_routing_loops
Passed
59.293
c2tests.ec2.transit_gateways.TransitGateways
test_routing_loops_for_two_tgws_two_vpcs
Passed
36.963
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_association
Passed
34.544
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_propagation
Passed
4.123
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb
Passed
16.965
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb_with_association
Passed
22.885
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_create_delete_rtb_with_propagation
Passed
18.158
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_association
Passed
19.790
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_propagation
Passed
4.010
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_describe_rtb
Passed
16.952
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_negative_create_delete_association
Passed
23.348
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_negative_create_delete_propagation
Passed
17.943
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_route_operations
Passed
34.668
c2tests.ec2.transit_gateways.TransitGatewayRouteTables
test_vpc_route_propagation
Passed
30.714
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_delete_shared_vpc_attachment
Passed
17.738
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_delete_tgw_vpc_attachment
Passed
22.386
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_tgw_vpc_attachment_negative
Passed
11.135
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_create_tgw_vpc_attachments_with_mismatching_azs
Skipped
At least 2 AZs required for this test case.
23.796
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_describe_tgw_attachments
Passed
17.478
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_describe_tgw_vpc_attachments
Passed
19.772
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_parallel_create
Passed
22.618
c2tests.ec2.transit_gateways.TransitGatewayAttachments
test_tgw_attachment_interface_is_untouchable
Failed
Instance i-4DC4BBA0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/transit_gateways.py", line 1093, in test_tgw_attachment_interface_is_untouchable
    instance = self.run_instance(subnet_id=self.subnet_id, placement=self.ec2zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-4DC4BBA0 got error state.
		
View details
4.223
c2tests.ec2.virtualizationtype.VirtualizationType
test_virtualization_type
Failed
Volume vol-4715E760 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/virtualizationtype.py", line 14, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-4715E760 got an error state error
		
View details
4.029
c2tests.ec2.virtualizationtype.VirtualizationType
test_virtualization_type_change
Failed
Volume vol-A95303E0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/virtualizationtype.py", line 14, in setUp
    volume = self.create_volume()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-A95303E0 got an error state error
		
View details
4.220
c2tests.ec2.volume_versions.VolumeVersions
test_create_file_standard
Failed
Volume vol-D5EAA240 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/volume_versions.py", line 29, in test_create_file
    volume = self.create_volume(volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-D5EAA240 got an error state error
		
View details
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.
3.908
c2tests.ec2.volumes.Volumes
test_create_volume_from_fake_snapshot
Passed
3.795
c2tests.ec2.volumes.Volumes
test_create_volume_invalid_params_standard
Passed
4.997
c2tests.ec2.volumes.Volumes
test_create_volume_non_existend_zone
Passed
3.897
c2tests.ec2.volumes.Volumes
test_create_volume_size_less_then_snapshot_standard
Failed
Volume vol-363298A0 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 52, in test_create_volume_size_less_then_snapshot
    volume = self.create_volume(size=driver.next_size, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-363298A0 got an error state error
		
View details
3.866
c2tests.ec2.volumes.Volumes
test_create_volume_size_none
Passed
14.908
c2tests.ec2.volumes.Volumes
test_create_volume_with_negative_size
Passed
3.671
c2tests.ec2.volumes.Volumes
test_create_with_tags
Failed
Volume vol-F95CF3E0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 100, in test_create_with_tags
    volume1 = self.create_volume(tags=tags)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-F95CF3E0 got an error state error
		
View details
3.976
c2tests.ec2.volumes.Volumes
test_create_with_tags_negative
Passed
7.402
c2tests.ec2.volumes.Volumes
test_creating_standard
Failed
Volume vol-A9F3CA60 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 75, in test_creating
    volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-A9F3CA60 got an error state error
		
View details
4.025
c2tests.ec2.volumes.Volumes
test_describe_attachment_filters
Failed
Volume vol-ECA81200 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 222, in test_describe_attachment_filters
    tmp_volume = self.create_volume(size=driver.default_size, zone=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-ECA81200 got an error state error
		
View details
4.049
c2tests.ec2.volumes.Volumes
test_describe_filters
Failed
Volume vol-55A4A8C0 got an error state error
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/ec2/volumes.py", line 144, in test_describe_filters
    volume1 = self.create_volume(zone=zone)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-55A4A8C0 got an error state error
		
View details
3.825
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.
9.741
c2tests.ec2.volumes.Volumes
test_modify_nonexistent_volume
Passed
4.560
c2tests.ec2.volumes.Volumes
test_negative_simultaneous_type_and_iops_changing_standard
Skipped
Only one volume type is available: standard.
3.392
c2tests.ec2.volumes.Volumes
test_negative_unavailable_volume_type_standard
Skipped
Volume type 'standard' is available in each Availability Zone
340.341
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_deallocated
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
337.456
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_deallocated_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
334.115
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_running
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
333.347
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_running_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
339.855
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_stopped
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
333.894
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_non_system_stopped_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
337.356
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_deallocated
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
338.232
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_deallocated_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
333.509
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_running
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
327.780
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_running_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
334.233
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_stopped
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
325.451
c2tests.ec2.volumes.Volumes
test_resizing_instance_standard_system_stopped_bigsize
Failed
Timed out.
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 359, in _operate_instance
    lambda: utils.ssh_test(instance.ip_address, key_path) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.140
c2tests.ec2.volumes.Volumes
test_resizing_standard
Failed
Volume vol-01CE1D00 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 501, in test_resizing
    volume = self.create_volume(size=driver.default_size, volume_type=volume_type)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 816, 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-01CE1D00 got an error state error
		
View details
5.778
c2tests.ec2.volumes.Volumes
test_type_changing_instance_standard
Skipped
Only one volume type is available: standard.
3.782
c2tests.ec2.volumes.Volumes
test_type_changing_standard
Skipped
Only one volume type is available: standard.
0.496
c2tests.s3.acl.ACL
test_bucket_canned_authenticated_read_acl
Passed
0.407
c2tests.s3.acl.ACL
test_bucket_canned_public_read_acl
Passed
0.406
c2tests.s3.acl.ACL
test_bucket_canned_public_read_write_acl
Passed
0.644
c2tests.s3.acl.ACL
test_get_object_version_acl
Passed
0.556
c2tests.s3.acl.ACL
test_grant_full_control_bucket_permission
Passed
0.520
c2tests.s3.acl.ACL
test_grant_full_control_object_permission
Passed
0.513
c2tests.s3.acl.ACL
test_grant_read_bucket_acl_permission
Passed
0.604
c2tests.s3.acl.ACL
test_grant_read_bucket_permission
Passed
0.561
c2tests.s3.acl.ACL
test_grant_read_bucket_permission_by_email
Passed
0.579
c2tests.s3.acl.ACL
test_grant_read_object_acl_permission
Passed
0.480
c2tests.s3.acl.ACL
test_grant_read_object_permission
Passed
0.642
c2tests.s3.acl.ACL
test_grant_write_bucket_acl_permission
Passed
62.245
c2tests.s3.acl.ACL
test_grant_write_bucket_permission
Passed
0.409
c2tests.s3.acl.ACL
test_grant_write_object_acl_permission
Passed
0.321
c2tests.s3.acl.ACL
test_incorrect_xml
Passed
0.257
c2tests.s3.acl.ACL
test_key_canned_public_read_acl
Passed
0.262
c2tests.s3.acl.ACL
test_object_canned_authenticated_read_acl
Passed
0.257
c2tests.s3.acl.ACL
test_object_canned_public_read_write_acl
Passed
0.162
c2tests.s3.acl.ACL
test_too_large_request
Passed
0.234
c2tests.s3.acl.ACL
test_unexistant_user
Passed
0.268
c2tests.s3.acl.ACL
test_upload_key_anonymous_user
Failed
badly formed hexadecimal UUID string
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/s3/acl.py", line 470, in test_upload_key_anonymous_user
    uuid.UUID(str(keys[0]["Owner"]["ID"]), version=4)
  File "/usr/local/lib/python3.7/uuid.py", line 160, in __init__
    raise ValueError('badly formed hexadecimal UUID string')
ValueError: badly formed hexadecimal UUID string
		
View details
0.312
c2tests.s3.buckets.Buckets
test_create_bucket_repeat_name
Passed
0.141
c2tests.s3.buckets.Buckets
test_delete_bucket
Passed
0.220
c2tests.s3.buckets.Buckets
test_delete_not_empty_bucket
Passed
0.470
c2tests.s3.buckets.Buckets
test_get_all_buckets
Passed
0.150
c2tests.s3.buckets.Buckets
test_get_bucket
Passed
0.176
c2tests.s3.buckets.Buckets
test_get_bucket_http_request_absolute_and_relative_uri
Passed
0.522
c2tests.s3.buckets.Buckets
test_get_bucket_objects
Passed
23.900
c2tests.s3.buckets.Buckets
test_get_bucket_objects_more_1000
Passed
0.740
c2tests.s3.buckets.Buckets
test_get_bucket_objects_v2
Passed
0.470
c2tests.s3.buckets.Buckets
test_get_bucket_objects_with_max_keys_parameter
Passed
0.288
c2tests.s3.buckets.Buckets
test_get_bucket_objects_with_prefix_parameter
Passed
0.159
c2tests.s3.buckets.Buckets
test_get_unexistent_bucket
Passed
0.163
c2tests.s3.buckets.Buckets
test_invalid_bucket_name_length_1_invalidbucketname
Passed
0.162
c2tests.s3.buckets.Buckets
test_invalid_bucket_name_length_2_invalidbucketname
Passed
0.164
c2tests.s3.buckets.Buckets
test_invalid_bucket_name_length_64_invalidbucketname
Passed
0.241
c2tests.s3.buckets.Buckets
test_valid_bucket_name_123
Passed
0.241
c2tests.s3.buckets.Buckets
test_valid_bucket_name_123--abc
Passed
0.235
c2tests.s3.buckets.Buckets
test_valid_bucket_name_123-abc
Passed
0.241
c2tests.s3.buckets.Buckets.test_valid_bucket_name_123
123
Passed
0.237
c2tests.s3.buckets.Buckets
test_valid_bucket_name_1bc
Passed
0.259
c2tests.s3.buckets.Buckets
test_valid_bucket_name_ab1
Passed
0.236
c2tests.s3.buckets.Buckets
test_valid_bucket_name_abc
Passed
0.240
c2tests.s3.buckets.Buckets
test_valid_bucket_name_abc-123
Passed
0.239
c2tests.s3.buckets.Buckets.test_valid_bucket_name_abc.123-123
abc
Passed
0.242
c2tests.s3.buckets.Buckets.test_valid_bucket_name_abc
abc
Passed
0.240
c2tests.s3.buckets.Buckets
test_valid_bucket_name_abc1234-10-123456-20-123456-30-123456-40-123456-50-its-lenght63
Passed
0.165
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_!@#$%^&*()_invalidbucketname
Passed
0.166
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_-a123_invalidbucketname
Passed
0.167
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_
a123_invalidbucketname
Passed
0.165
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_1.1.1
1_invalidbucketname
Passed
0.166
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_123.123.123
123_invalidbucketname
Passed
0.167
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_123456.654321.1212
1212_invalidbucketname
Passed
0.168
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_123abc_invalidbucketname
Passed
0.166
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_1_invalidbucketname
Passed
0.171
c2tests.s3.buckets.Buckets
test_wrong_bucket_name__a123_invalidbucketname
Passed
0.165
c2tests.s3.buckets.Buckets
test_wrong_bucket_name__methodnotallowed
Passed
0.167
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_a.
123_invalidbucketname
Passed
0.169
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_a123-_invalidbucketname
Passed
0.165
c2tests.s3.buckets.Buckets.test_wrong_bucket_name_a123
_invalidbucketname
Passed
0.165
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_a123__invalidbucketname
Passed
0.161
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_a1:23_accessdenied
Passed
0.163
c2tests.s3.buckets.Buckets
test_wrong_bucket_name_a_123_invalidbucketname
Passed
0.244
c2tests.s3.cors.CORS
test_delete_bucket_cors
Passed
0.278
c2tests.s3.cors.CORS
test_get_object
Passed
0.269
c2tests.s3.cors.CORS
test_options_object
Passed
0.195
c2tests.s3.cors.CORS
test_set_bucket_cors
Passed
0.210
c2tests.s3.encryption.Encryption
test_copy
Failed
'Message'
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/s3/encryption.py", line 207, in test_copy
    self.assertIsNone(e.exception.response["Error"]["Message"])
KeyError: 'Message'
		
View details
0.211
c2tests.s3.encryption.Encryption
test_get_object
Passed
0.212
c2tests.s3.encryption.Encryption
test_get_object_negative_0
Passed
0.209
c2tests.s3.encryption.Encryption
test_get_object_negative_1
Passed
0.217
c2tests.s3.encryption.Encryption
test_get_object_negative_2
Passed
0.211
c2tests.s3.encryption.Encryption
test_get_object_negative_3
Passed
0.209
c2tests.s3.encryption.Encryption
test_get_object_negative_4
Passed
0.208
c2tests.s3.encryption.Encryption
test_get_object_negative_5
Passed
0.206
c2tests.s3.encryption.Encryption
test_get_object_negative_6
Passed
0.169
c2tests.s3.encryption.Encryption
test_head_object
Passed
0.300
c2tests.s3.encryption.Encryption
test_head_object_negative_0
Passed
0.172
c2tests.s3.encryption.Encryption
test_head_object_negative_1
Passed
0.174
c2tests.s3.encryption.Encryption
test_head_object_negative_2
Passed
0.174
c2tests.s3.encryption.Encryption
test_head_object_negative_3
Passed
0.226
c2tests.s3.encryption.Encryption
test_put_object
Passed
0.389
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_disable_rule
Passed
0.386
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_expiration_date
Passed
0.402
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_expiration_days
Passed
0.369
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_negative_invalidargument_0
Passed
0.368
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_negative_invalidargument_1
Passed
0.362
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_negative_invalidargument_2
Passed
0.364
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_negative_malformedxml_3
Passed
0.375
c2tests.s3.lifecycle.Lifecycle
test_configure_lifecycle_noncurrent_version_expiration_days
Passed
0.403
c2tests.s3.lifecycle.Lifecycle
test_delete_lifecycle
Passed
0.001
c2tests.s3.lifecycle.Lifecycle
test_expiration_delete_object_0
Skipped
Need to set ceph option rgw_lc_debug_interval = 10
0.001
c2tests.s3.lifecycle.Lifecycle
test_expiration_delete_object_1
Skipped
Need to set ceph option rgw_lc_debug_interval = 10
0.002
c2tests.s3.lifecycle.Lifecycle
test_expiration_delete_versions
Skipped
Need to set ceph option rgw_lc_debug_interval = 10
0.002
c2tests.s3.lifecycle.Lifecycle
test_lifecycle_tags
Skipped
Need to set ceph option rgw_lc_debug_interval = 10
0.678
c2tests.s3.limits.Limits
test_many_buckets
Passed
0.416
c2tests.s3.limits.Limits
test_many_grants
Passed
0.047
c2tests.s3.login.Login
test_authentication_negative_aws_access_key_!@#$%^&*()-_=+_invalidaccesskeyid_sigv2
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_access_key_!@#$%^&*()-_=+_invalidaccesskeyid_sigv4
Passed
0.043
c2tests.s3.login.Login
test_authentication_negative_aws_access_key__invalidaccesskeyid_sigv2
Passed
0.043
c2tests.s3.login.Login
test_authentication_negative_aws_access_key__invalidaccesskeyid_sigv4
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_access_key_wrong_invalidaccesskeyid_sigv2
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_access_key_wrong_invalidaccesskeyid_sigv4
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key_!@#$%^&*()-_=+_signaturedoesnotmatch_sigv2
Passed
0.042
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key_!@#$%^&*()-_=+_signaturedoesnotmatch_sigv4
Passed
0.040
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key__signaturedoesnotmatch_sigv2
Passed
0.044
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key__signaturedoesnotmatch_sigv4
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key_wrong_signaturedoesnotmatch_sigv2
Passed
0.041
c2tests.s3.login.Login
test_authentication_negative_aws_secret_key_wrong_signaturedoesnotmatch_sigv4
Passed
0.044
c2tests.s3.login.Login
test_authentication_sigv2
Passed
0.042
c2tests.s3.login.Login
test_authentication_sigv4
Passed
0.297
c2tests.s3.metadata.Metadata
test_put
Passed
1.874
c2tests.s3.multipart.Multiparts
test_list_multipart_uploads
Passed
0.487
c2tests.s3.multipart.Multiparts
test_multipart_abort
Passed
10.960
c2tests.s3.multipart.Multiparts
test_multipart_list_max_parts
Passed
0.273
c2tests.s3.multipart.Multiparts
test_multipart_list_parts
Passed
0.001
c2tests.s3.multipart.Multiparts
test_multipart_upload_10gb
Skipped
Skip for better time
0.001
c2tests.s3.multipart.Multiparts
test_multipart_upload_1tb
Skipped
Skip for better time
10.040
c2tests.s3.multipart.Multiparts
test_multipart_upload_50mb
Passed
0.488
c2tests.s3.multipart.Multiparts
test_multipart_upload_after_complete
Passed
4.376
c2tests.s3.multipart.Multiparts
test_multipart_upload_copy
Passed
0.589
c2tests.s3.multipart.Multiparts
test_multipart_upload_overwrite
Passed
0.473
c2tests.s3.multipart.Multiparts
test_multipart_upload_too_small_part
Passed
0.359
c2tests.s3.objects.Objects
test_copy_nonexistent_object
Passed
0.478
c2tests.s3.objects.Objects
test_copy_object
Passed
0.555
c2tests.s3.objects.Objects
test_copy_object_from_another_bucket
Passed
0.358
c2tests.s3.objects.Objects
test_copy_object_from_nonexistent_bucket
Passed
0.372
c2tests.s3.objects.Objects
test_create_object
Passed
0.337
c2tests.s3.objects.Objects
test_create_object_with_wrong_keys
Failed
Error message != ['InvalidObjectName']
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 148, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/src/botocore/botocore/client.py", line 362, in _api_call
    return self._make_api_call(operation_name, kwargs)
botocore.exceptions.ClientError: An error occurred () when calling the CopyObject operation: 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/s3/objects.py", line 68, in test_create_object_with_wrong_keys
    CopySource={"Bucket": bucket, "Key": OBJECT_NAME},
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 174, in assert_error
    "Error message {0} != {1}".format(error_code, error_codes)
AssertionError: Error message  != ['InvalidObjectName']
		
View details
0.271
c2tests.s3.objects.Objects
test_delete_object
Passed
0.201
c2tests.s3.objects.Objects
test_delete_unexistent_object
Passed
0.198
c2tests.s3.objects.Objects
test_head_unexistent_object
Passed
0.324
c2tests.s3.policy.Policy
test_bucket_policy_prefix_deny
Passed
0.246
c2tests.s3.policy.Policy
test_create_policy
Passed
0.252
c2tests.s3.policy.Policy
test_delete_policy
Passed
0.307
c2tests.s3.policy.Policy
test_grant_access_by_object_prefix
Passed
0.225
c2tests.s3.policy.Policy
test_grant_access_to_specific_referer
Passed
0.186
c2tests.s3.policy.Policy
test_grant_object_access_to_specific_ip_address
Failed
Error message != ['AccessDenied']
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 148, in assert_error
    func(*args, **kwargs)
  File "/root/c2tests/.venv/src/botocore/botocore/client.py", line 362, in _api_call
    return self._make_api_call(operation_name, kwargs)
botocore.exceptions.ClientError: An error occurred () when calling the ListObjects operation: 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/s3/policy.py", line 141, in test_grant_object_access_to_specific_ip_address
    self.assert_error("AccessDenied", self.s3client.list_objects, Bucket=bucket)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 174, in assert_error
    "Error message {0} != {1}".format(error_code, error_codes)
AssertionError: Error message  != ['AccessDenied']
		
View details
0.192
c2tests.s3.policy.Policy
test_grant_object_read_permission
Passed
0.524
c2tests.s3.policy.Policy
test_policy_restrict_access_by_ip
Passed
0.215
c2tests.s3.tagging.Tagging
test_create_object_with_tags_1
Passed
0.217
c2tests.s3.tagging.Tagging
test_create_object_with_tags_4
Passed
0.240
c2tests.s3.tagging.Tagging
test_delete_object_tagging
Passed
0.240
c2tests.s3.tagging.Tagging
test_overwrite_object_tag
Passed
0.229
c2tests.s3.tagging.Tagging
test_put_object_tagging_
Passed
0.231
c2tests.s3.tagging.Tagging
test_put_object_tagging_value1
Passed
0.221
c2tests.s3.tagging.Tagging
test_put_too_many_object_tags
Passed
0.217
c2tests.s3.tagging.Tagging
test_tag_key_too_many_symbols
Passed
0.220
c2tests.s3.tagging.Tagging
test_tag_value_too_many_symbols
Passed
0.340
c2tests.s3.unicode.Unicode
test_unicode_buckets
Passed
0.340
c2tests.s3.unicode.Unicode
test_unicode_keys_rgw
Passed
26.221
c2tests.s3.upload.Upload
test_upload_100mb
Passed
0.260
c2tests.s3.upload.Upload
test_upload_1kb
Passed
0.001
c2tests.s3.upload.Upload
test_upload_1tb
Skipped
Skip for better time
18.426
c2tests.s3.upload.Upload
test_upload_post_100mb
Passed
0.268
c2tests.s3.upload.Upload
test_upload_post_1kb
Passed
0.001
c2tests.s3.upload.Upload
test_upload_post_1tb
Skipped
Skip for better time
0.298
c2tests.s3.versions.Versions
test_configure_versioning
Passed
0.293
c2tests.s3.versions.Versions
test_copy_unexistent_version_from_another_bucket
Passed
0.396
c2tests.s3.versions.Versions
test_copy_version
Passed
0.463
c2tests.s3.versions.Versions
test_copy_version_from_another_bucket
Passed
7.600
c2tests.s3.versions.Versions
test_copy_version_from_unexistent_bucket
Passed
0.500
c2tests.s3.versions.Versions
test_delete_earliest_objects_version
Passed
0.506
c2tests.s3.versions.Versions
test_delete_final_objects_version
Passed
0.474
c2tests.s3.versions.Versions
test_delete_object_with_enabled_versioning
Passed
0.529
c2tests.s3.versions.Versions
test_file_upload_versioning_disabled
Passed
0.653
c2tests.s3.versions.Versions
test_file_upload_versioning_enabled
Passed
0.573
c2tests.s3.versions.Versions
test_get_earliest_object_version
Passed
0.438
c2tests.s3.versions.Versions
test_get_unexistent_object_version
Passed
0.429
c2tests.s3.versions.Versions
test_remove_delete_marker
Passed
0.858
c2tests.s3.versions.Versions
test_versions_behavior_when_versioning_disabled
Passed
0.395
c2tests.s3.website.Website
test_redirect_all_requests
Skipped
DNS is not configured. Please add test-4cf337f3-0055-418a-afd5-74247824b24d.website.dev.c2.croc.ru and test-4d73ec9d-6cd0-4fe9-8f6c-8c65834f66f6.website.dev.c2.croc.ru to enable test.
0.517
c2tests.s3.website.Website
test_simple_set
Passed
0.322
c2tests.s3.website.Website
test_web_requests
Skipped
DNS is not configured. Please add test-96dc3694-6857-42b2-b8c5-0ea53ad332a4.website.dev.c2.croc.ru
3.489
c2tests.vpc.acls.NetworkAcls
test_create_acl
Passed
3.788
c2tests.vpc.acls.NetworkAcls
test_create_acl_invalid_vpc
Passed
4.071
c2tests.vpc.acls.NetworkAcls
test_create_network_acl_entry
Passed
3.714
c2tests.vpc.acls.NetworkAcls
test_create_network_acl_entry_ipv6_unsupported
Passed
8.226
c2tests.vpc.acls.NetworkAcls
test_create_network_acl_entry_no_cidr
Passed
6.273
c2tests.vpc.acls.NetworkAcls
test_create_network_acl_with_tags
Passed
3.589
c2tests.vpc.acls.NetworkAcls
test_create_network_acl_with_tags_negative
Passed
5.599
c2tests.vpc.acls.NetworkAcls
test_create_replace_network_acl_entry_negative
Passed
7.204
c2tests.vpc.acls.NetworkAcls
test_create_replace_network_acl_entry_rule_numbers
Passed
3.650
c2tests.vpc.acls.NetworkAcls
test_delete_acl
Passed
3.351
c2tests.vpc.acls.NetworkAcls
test_delete_default_acl
Passed
12.337
c2tests.vpc.acls.NetworkAcls
test_delete_network_acl_entry
Passed
9.697
c2tests.vpc.acls.NetworkAcls
test_describe_network_acls
Passed
3.682
c2tests.vpc.acls.NetworkAcls
test_describe_network_acls_default
Passed
4.042
c2tests.vpc.acls.NetworkAcls
test_describe_network_acls_entry_filters
Passed
350.185
c2tests.vpc.acls.NetworkAcls
test_multi_acl_rules
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/acls.py", line 609, in test_multi_acl_rules
    utils.ping_between_instances(instance0, instance1, public_ip=True))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.226
c2tests.vpc.acls.NetworkAcls
test_replace_network_acl_association
Passed
342.147
c2tests.vpc.acls.NetworkAcls
test_single_acl_rules
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/acls.py", line 538, in test_single_acl_rules
    utils.ping_between_instances(instance0, instance1, public_ip=True))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1429, in ping_between_instances
    threads=2, check_errors=True)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
3.908
c2tests.vpc.cgws.CustomerGateways
test_create
Passed
3.568
c2tests.vpc.cgws.CustomerGateways.test_create_negative_fake_1.1.1
1_64512
Passed
3.635
c2tests.vpc.cgws.CustomerGateways.test_create_negative_ipsec.1_1.1.1
1_-1
Passed
3.371
c2tests.vpc.cgws.CustomerGateways.test_create_negative_ipsec.1_256.256.256
256_-1
Passed
11.966
c2tests.vpc.cgws.CustomerGateways.test_create_negative_ipsec.1_256.256.256
256_64512
Passed
3.782
c2tests.vpc.cgws.CustomerGateways
test_create_with_tags
Passed
3.642
c2tests.vpc.cgws.CustomerGateways
test_create_with_tags_negative
Passed
3.589
c2tests.vpc.cgws.CustomerGateways
test_delete
Passed
4.752
c2tests.vpc.cgws.CustomerGateways
test_describe_filters
Passed
3.500
c2tests.vpc.cgws.CustomerGateways
test_describe_tags
Passed
343.713
c2tests.vpc.complex.Complex
test_complex
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/complex.py", line 46, in test_complex
    lambda: ssh_test(instance.ip_address, key_path) == subnet.cidr_block)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.419
c2tests.vpc.dhcpoptions.DHCPOptions
test_associate_dhcp_options
Passed
3.785
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_delete_dhcp_options
Passed
4.337
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_dhcp_option_domain_name_servers_positive
Passed
3.376
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_dhcp_options_negative
Passed
3.449
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_dhcp_options_positive
Passed
3.926
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_dhcp_options_with_tags
Passed
4.008
c2tests.vpc.dhcpoptions.DHCPOptions
test_create_dhcp_options_with_tags_negative
Passed
14.594
c2tests.vpc.dhcpoptions.DHCPOptions
test_describe_filters
Passed
3.767
c2tests.vpc.dhcpoptions.DHCPOptions
test_describe_tags
Passed
326.172
c2tests.vpc.metadata.Metadata
test_metadata
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/metadata.py", line 22, in setUp
    utils.long_ssh_test(self._keypath, self._instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
12.995
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_ip_space_intersection_rtb
Skipped
At least 2 AZs required for this test case.
2.801
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_jumbo_frames
Skipped
At least 2 AZs required for this test case.
2.824
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_ping_custom_ip_via_rtb
Skipped
At least 2 AZs required for this test case.
2.442
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_ping_eip_via_route_table
Skipped
At least 2 AZs required for this test case.
7.236
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_ping_from_custom_ip_to_custom_ip_via_rtb
Skipped
At least 2 AZs required for this test case.
5.421
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_reassign_eip_between_azs
Skipped
At least 2 AZs required for this test case.
8.934
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_transit_gateway_complex_connectivity
Skipped
At least 2 AZs required for this test case.
2.921
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_vpc_dns_resolver
Skipped
At least 2 AZs required for this test case.
2.443
c2tests.vpc.multiaz_connectivity.MultiAzConnectivity
test_working_sg_rules_different_subnets
Skipped
At least 2 AZs required for this test case.
356.513
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_asymmetric_routing
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 545, in test_asymmetric_routing
    instances_per_subnet=4)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
362.233
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ip_space_intersection_rtb
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 354, in test_ip_space_intersection_rtb
    key, instances = self.infrastructure_provisioning(self.vpc, 4, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
355.138
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_jumbo_frames
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 432, in test_jumbo_frames
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
342.540
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ping_custom_ip_via_rtb_different_subnets
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 172, in test_ping_custom_ip_via_rtb_different_subnets
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
341.897
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ping_custom_ip_via_rtb_one_subnet
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 121, in test_ping_custom_ip_via_rtb_one_subnet
    key, instances = self.infrastructure_provisioning(self.vpc, 1, 2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
349.146
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ping_eip_via_route_table
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 56, in test_ping_eip_via_route_table
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
342.853
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ping_from_custom_ip_to_custom_ip_via_rtb_different_subnet
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 284, in test_ping_from_custom_ip_to_custom_ip_via_rtb_different_subnet
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
336.119
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_ping_from_custom_ip_to_custom_ip_via_rtb_one_subnet
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 225, in test_ping_from_custom_ip_to_custom_ip_via_rtb_one_subnet
    key, instances = self.infrastructure_provisioning(self.vpc, 1, 2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
335.627
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_tcp_session_reestablishment
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 619, in test_tcp_session_reestablishment
    instances_per_subnet=1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 456, in parallelize
    raise e
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 450, in parallelize
    return [func(element)]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
342.886
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_vpc_dns_resolver
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 598, in test_vpc_dns_resolver
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
341.780
c2tests.vpc.oneaz_connectivity.OneAzConnectivity
test_working_sg_rules_different_subnets
Failed
Timed out.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/oneaz_connectivity.py", line 476, in test_working_sg_rules_different_subnets
    key, instances = self.infrastructure_provisioning(self.vpc, 2, 1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 2737, in infrastructure_provisioning
    check_errors=True,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 495, in parallelize
    raise result[1]
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/common.py", line 475, in worker
    result = func(element)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1329, in check_ssh
    return long_ssh_test(*instance)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1323, in long_ssh_test
    wait_long(lambda: ssh_test(instance.ip_address, keypath) == instance.id)
  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 538, in wait
    raise exceptions.TimeoutException()
c2tests.exceptions.TimeoutException: Timed out.
		
View details
4.272
c2tests.vpc.route_tables.RouteTables
test_associate
Passed
19.690
c2tests.vpc.route_tables.RouteTables
test_blackhole_route_via_detached_subnet_interface
Failed
Instance i-32519A20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/route_tables.py", line 400, in test_blackhole_route_via_detached_subnet_interface
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-32519A20 got error state.
		
View details
9.166
c2tests.vpc.route_tables.RouteTables
test_blackhole_route_via_handmade_subnet_interface
Passed
19.825
c2tests.vpc.route_tables.RouteTables
test_blackhole_route_via_instance_subnet_interface
Failed
Instance i-9AD20200 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/route_tables.py", line 447, in test_blackhole_route_via_instance_subnet_interface
    instance = self.run_instance()
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-9AD20200 got error state.
		
View details
24.261
c2tests.vpc.route_tables.RouteTables
test_blackhole_route_via_transit_gateway
Passed
18.846
c2tests.vpc.route_tables.RouteTables
test_blackhole_route_via_vpnc
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>5ef5a655-53d3-4677-9376-cef3ef835fba</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-C6DD9B3E' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/route_tables.py", line 470, in test_blackhole_route_via_vpnc
    utils.wait_for_vpnc_creation(self.vpcconn, vpnc)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>5ef5a655-53d3-4677-9376-cef3ef835fba</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-C6DD9B3E' does not exist</Message></Error></Errors></Response>
		
View details
19.729
c2tests.vpc.route_tables.RouteTables
test_create_route_instance
Failed
Instance i-AC94F4A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/route_tables.py", line 132, in test_create_route_instance
    instance = self.run_instance(subnet_id=subnet_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-AC94F4A0 got error state.
		
View details
3.925
c2tests.vpc.route_tables.RouteTables
test_create_route_table
Passed
3.751
c2tests.vpc.route_tables.RouteTables
test_create_route_table_with_tags
Passed
3.892
c2tests.vpc.route_tables.RouteTables
test_create_route_table_with_tags_negative
Passed
3.795
c2tests.vpc.route_tables.RouteTables
test_delete_route_table
Passed
4.162
c2tests.vpc.route_tables.RouteTables
test_describe_filters
Passed
14.207
c2tests.vpc.route_tables.RouteTables
test_describe_tags
Passed
4.682
c2tests.vpc.route_tables.RouteTables
test_disassociate
Passed
4.586
c2tests.vpc.route_tables.RouteTables
test_parallel_create_route_multiple_cidrs_single_interface
Passed
5.286
c2tests.vpc.route_tables.RouteTables
test_parallel_create_route_same_cidr_multiple_interfaces
Passed
5.291
c2tests.vpc.route_tables.RouteTables
test_parallel_delete_route
Passed
6.088
c2tests.vpc.route_tables.RouteTables
test_parallel_replace_route
Passed
14.212
c2tests.vpc.route_tables.RouteTables
test_replace_association
Passed
4.505
c2tests.vpc.route_tables.RouteTables
test_route_eni_operations
Passed
3.959
c2tests.vpc.route_tables.RouteTables
test_route_operations
Passed
12.889
c2tests.vpc.route_tables.RouteTables
test_route_tables
Passed
5.455
c2tests.vpc.subnets.Subnets
test_create_default_subnet
Passed
36.366
c2tests.vpc.subnets.Subnets
test_create_delete_subnet
Failed
Instance i-6651AE20 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/subnets.py", line 104, in test_create_delete_subnet
    self.run_instance(subnet_id=subnets[subnet])
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-6651AE20 got error state.
		
View details
4.746
c2tests.vpc.subnets.Subnets
test_create_subnet_with_tags
Passed
4.008
c2tests.vpc.subnets.Subnets
test_create_subnet_with_tags_negative
Passed
13.468
c2tests.vpc.subnets.Subnets
test_create_subnet_without_az
Passed
11.207
c2tests.vpc.subnets.Subnets
test_create_subnets_with_boundary_values
Passed
5.649
c2tests.vpc.subnets.Subnets
test_describe_filters
Passed
5.411
c2tests.vpc.subnets.Subnets
test_describe_tags
Passed
3.901
c2tests.vpc.subnets.Subnets
test_parallel_operations_with_subnets
Skipped
At least 2 AZs required for this test case.
4.046
c2tests.vpc.subnets.Subnets
test_peraz_connectivity
Skipped
At least 2 AZs required for this test case.
4.141
c2tests.vpc.subnets.Subnets
test_subnet_not_in_az_error
Skipped
At least 2 AZs required for this test case.
4.568
c2tests.vpc.vpcs.VPCs
test_create_default_vpc
Passed
25.333
c2tests.vpc.vpcs.VPCs
test_create_vpc
Passed
4.343
c2tests.vpc.vpcs.VPCs
test_create_vpc_with_tags
Passed
4.074
c2tests.vpc.vpcs.VPCs
test_create_vpc_with_tags_negative
Passed
3.654
c2tests.vpc.vpcs.VPCs
test_delete_vpc
Passed
24.989
c2tests.vpc.vpcs.VPCs
test_delete_vpc_with_dependent_resources
Failed
['DependencyViolation'] not raised
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpcs.py", line 105, in test_delete_vpc_with_dependent_resources
    self.assert_error("DependencyViolation", self.vpcconn.delete_vpc, vpc.id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 177, in assert_error
    raise self.failureException("{0} not raised".format(error_codes))
AssertionError: ['DependencyViolation'] not raised
		
View details
4.423
c2tests.vpc.vpcs.VPCs
test_describe_vpcs
Passed
4.630
c2tests.vpc.vpcs.VPCs
test_describe_vpcs_negative
Passed
3.910
c2tests.vpc.vpcs.VPCs
test_describe_vpcs_param_filter_id
Passed
24.014
c2tests.vpc.vpcs.VPCs
test_enable_disable_vgw_route_propagation
Failed
Instance i-5A3489A0 got error state.
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpcs.py", line 244, in test_enable_disable_vgw_route_propagation
    self.run_instance(subnet_id=subnet_id)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 877, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1471, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 860, 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-5A3489A0 got error state.
		
View details
4.630
c2tests.vpc.vpcs.VPCs
test_enable_disable_vgw_route_propagation_negative
Passed
3.497
c2tests.vpc.vpcs.VPCs
test_get_all_igw
Passed
4.251
c2tests.vpc.vpcs.VPCs
test_get_all_vpcs
Passed
23.361
c2tests.vpc.vpcs.VPCs
test_set_bgp_asn
Passed
5.507
c2tests.vpc.vpcs.VPCs
test_subnets
Passed
18.413
c2tests.vpc.vpcs.VPCs
test_unset_bgp_asn
Passed
24.928
c2tests.vpc.vpn_connections.VpnConnections
test_create_delete_vpnc
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>87077913-1f40-48cd-8bf4-305d59c2636f</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-E84B31AD' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 78, in test_create_delete_vpnc
    self.wait_for_vpnc_creation(vpnc_1)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 36, in wait_for_vpnc_creation
    utils.wait_for_vpnc_creation(conn, *vpncs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>87077913-1f40-48cd-8bf4-305d59c2636f</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-E84B31AD' does not exist</Message></Error></Errors></Response>
		
View details
4.441
c2tests.vpc.vpn_connections.VpnConnections
test_create_delete_vpnc_ha
Skipped
At least 2 AZs required for this test case.
16.982
c2tests.vpc.vpn_connections.VpnConnections
test_create_vpnc_negative
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>d025e837-fd9e-4fcd-b6cb-b7e99db2d000</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-0C2DFE55' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 162, in test_create_vpnc_negative
    self.wait_for_vpnc_creation(vpnc)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 36, in wait_for_vpnc_creation
    utils.wait_for_vpnc_creation(conn, *vpncs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>d025e837-fd9e-4fcd-b6cb-b7e99db2d000</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-0C2DFE55' does not exist</Message></Error></Errors></Response>
		
View details
15.683
c2tests.vpc.vpn_connections.VpnConnections
test_create_vpnc_specs
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>3e8d18cb-06d3-492f-8d96-7b744cbabbf9</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-D3B2B065' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 276, in test_create_vpnc_specs
    cgw_config = self.xml_cgw_configuration(vpnc)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 57, in xml_cgw_configuration
    return etree.fromstring(self.get_cgw_configuration(vpnc, conn=conn))
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 50, in get_cgw_configuration
    self.wait_for_vpnc_creation(vpnc, conn=conn)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 36, in wait_for_vpnc_creation
    utils.wait_for_vpnc_creation(conn, *vpncs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>3e8d18cb-06d3-492f-8d96-7b744cbabbf9</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-D3B2B065' does not exist</Message></Error></Errors></Response>
		
View details
4.560
c2tests.vpc.vpn_connections.VpnConnections
test_create_vpnc_specs_negative
Passed
24.263
c2tests.vpc.vpn_connections.VpnConnections
test_create_vpnc_with_tags
Passed
4.046
c2tests.vpc.vpn_connections.VpnConnections
test_create_vpnc_with_tags_negative
Passed
18.545
c2tests.vpc.vpn_connections.VpnConnections
test_describe_filters
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>9d631c3f-a35b-4c67-9c72-7516e50e1b21</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-FFD2A761' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 488, in test_describe_filters
    self.wait_for_vpnc_creation(vpnc1, vpnc2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 36, in wait_for_vpnc_creation
    utils.wait_for_vpnc_creation(conn, *vpncs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>9d631c3f-a35b-4c67-9c72-7516e50e1b21</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-FFD2A761' does not exist</Message></Error></Errors></Response>
		
View details
22.202
c2tests.vpc.vpn_connections.VpnConnections
test_describe_tags
Failed
EC2ResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <Response><RequestID>cf84f487-2e7b-4b80-9c88-3569bef0c6cc</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-6B61B08D' does not exist</Message></Error></Errors></Response>
Traceback (most recent call last):
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 462, in test_describe_tags
    self.wait_for_vpnc_creation(vpnc1, vpnc2)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/vpc/vpn_connections.py", line 36, in wait_for_vpnc_creation
    utils.wait_for_vpnc_creation(conn, *vpncs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 886, in wait_for_vpnc_creation
    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 868, in check_state
    for vpnc in conn.get_all_vpn_connections(list(vpnc_map)):
  File "/root/c2tests/.venv/src/boto/boto/vpc/__init__.py", line 1450, in get_all_vpn_connections
    [('item', VpnConnection)])
  File "/root/c2tests/.venv/src/boto/boto/connection.py", line 1189, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?>
<Response><RequestID>cf84f487-2e7b-4b80-9c88-3569bef0c6cc</RequestID><Errors><Error><Code>InvalidVpnConnectionID.NotFound</Code><Message>The vpnConnection ID 'vpn-6B61B08D' does not exist</Message></Error></Errors></Response>
		
View details
0.003
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_ha_connectivity_prod
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.004
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_multi_cgw_testing_single_cgw_prod
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.001
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_non_ha_inter_az
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.001
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_non_ha_intra_az
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.005
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_non_ha_single_cgw_testing_multi_cgw_prod_ipsec
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.001
c2tests.vpc.vpn_connections.VpnConnectivityBlackbox
test_non_ha_single_cgw_testing_multi_cgw_prod_legacy
Skipped
Production cloud profile not found (/root/c2tests/.venv/etc/c2tests/profile_prod.json), skipping...
0.002
c2tests.vpc.vpn_connections.VpnConnectivity
test_ping_custom_ip_via_vpn_another_az
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.001
c2tests.vpc.vpn_connections.VpnConnectivity
test_ping_custom_ip_via_vpn_ipsec_1
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.001
c2tests.vpc.vpn_connections.VpnConnectivity
test_ping_custom_ip_via_vpn_legacy
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.002
c2tests.vpc.vpn_connections.VpnConnectivity
test_ping_custom_ip_via_vpn_multiple_vpcs_single_cgw
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.002
c2tests.vpc.vpn_connections.VpnConnectivity
test_ping_custom_ip_via_vpn_single_vpc_multiple_cgws
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.002
c2tests.vpc.vpn_connections.VpnConnectivity
test_working_blackhole_vpn
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)
0.002
c2tests.vpc.vpn_connections.VpnConnectivity
test_working_subnet_rtbs
Skipped
CGW id_rsa not provided. (/root/c2tests/.venv/etc/c2tests/id_rsa)