Test results

Tests run: 44 Failures: 0, Skipped: 0, Errors: 3 Success: 41
Total time: 30 minutes
Time Class Test Name State Traceback if available
7.596
c2tests.ec2.accounts.Accounts
test_describe_attributes
Passed
7.170
c2tests.ec2.accounts.Accounts
test_describe_attributes_invalid_attributes
Passed
7.748
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool
Passed
6.120
c2tests.ec2.address_pools.AddressPools
test_allocate_addresses_from_pool_negative
Passed
6.267
c2tests.ec2.address_pools.AddressPools
test_deprovision_negative
Passed
22.162
c2tests.ec2.address_pools.AddressPools
test_describe_byoip_cidrs
Passed
9.810
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools
Passed
7.003
c2tests.ec2.address_pools.AddressPools
test_describe_public_ipv4_pools_negative
Passed
6.494
c2tests.ec2.address_pools.AddressPools
test_describe_tags
Passed
18.199
c2tests.ec2.address_pools.AddressPools
test_provision_negative
Passed
6.312
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags
Passed
5.925
c2tests.ec2.addresses.Addresses
test_allocate_address_with_tags_negative
Passed
18.989
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel
Passed
10.353
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_custom_pool
Passed
6.271
c2tests.ec2.addresses.Addresses
test_allocate_preferable_ip_parallel_single
Passed
6.087
c2tests.ec2.addresses.Addresses
test_allocate_release
Passed
6.819
c2tests.ec2.addresses.Addresses
test_allocate_release_parallel
Passed
57.082
c2tests.ec2.addresses.Addresses
test_associate_allow_reassociation
Passed
36.551
c2tests.ec2.addresses.Addresses
test_associate_auto
Passed
36.687
c2tests.ec2.addresses.Addresses
test_associate_auto_custom_pool
Passed
34.910
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_disable
Passed
34.148
c2tests.ec2.addresses.Addresses
test_associate_auto_eni_explicit
Passed
34.916
c2tests.ec2.addresses.Addresses
test_associate_auto_negative
Passed
8.725
c2tests.ec2.addresses.Addresses
test_associate_auto_negative_inis_instance_level_addressing
Passed
30.921
c2tests.ec2.addresses.Addresses
test_associate_auto_nis
Failed
Instance i-CC6F5341 got failed 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 1454, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 867, in run_instance
    **kwargs,
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/utils.py", line 1454, in wrap
    return func(*args, **kwargs)
  File "/root/c2tests/.venv/lib/python3.7/site-packages/c2tests/__init__.py", line 850, 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-CC6F5341 got failed state.
		
View details
44.120
c2tests.ec2.addresses.Addresses
test_associate_auto_parallel
Passed
32.959
c2tests.ec2.addresses.Addresses
test_associate_auto_specified_false
Passed
6.794
c2tests.ec2.addresses.Addresses
test_associate_eni
Passed
35.028
c2tests.ec2.addresses.Addresses
test_associate_instance
Passed
37.244
c2tests.ec2.addresses.Addresses
test_associate_instance_already_associated
Passed
8.491
c2tests.ec2.addresses.Addresses
test_associate_network_interface
Passed
12.878
c2tests.ec2.addresses.Addresses
test_associate_switch_negative
Passed
20.475
c2tests.ec2.addresses.Addresses
test_associate_switch_only_instance
Passed
45.951
c2tests.ec2.addresses.Addresses
test_describe_filters
Passed
7.869
c2tests.ec2.addresses.Addresses
test_describe_tags
Passed
36.485
c2tests.ec2.addresses.Addresses
test_disassociate
Passed
11.752
c2tests.ec2.addresses.Addresses
test_disassociate_parallel
Passed
36.774
c2tests.ec2.addresses.Addresses
test_release
Passed
7.996
c2tests.ec2.addresses.Addresses
test_remove_eni_assigned
Passed
396.933
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.888
c2tests.ec2.billing.Billing
test_get_tariff
Passed
59.708
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_removable_standard
Passed
218.656
c2tests.ec2.blockdevicemappings.BlockDeviceMappings
test_block_device_mappings_standard
Passed
336.617
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