The nova.tests.api.ec2.test_ec2_validate Module

class EC2TimestampValidationTestCase(*args, **kwargs)

Bases: nova.test.TestCase

Test case for EC2 request timestamp validation.

test_validate_Expires_timestamp_invalid_format()
test_validate_ec2_req_expired()
test_validate_ec2_req_not_expired()
test_validate_ec2_req_timestamp_Expires()
test_validate_ec2_req_timestamp_expired()
test_validate_ec2_req_timestamp_not_expired()
test_validate_ec2_timestamp_advanced_time()
test_validate_ec2_timestamp_advanced_time_expired()
test_validate_ec2_timestamp_aws_sdk_format()
test_validate_ec2_timestamp_invalid_format()
test_validate_ec2_timestamp_ms_time_regex()
test_validate_ec2_timestamp_not_set()
test_validate_ec2_timestamp_old_format()
test_validate_ec2_timestamp_valid()
class EC2ValidateTestCase(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
tearDown()
test_console_output()
test_create_image()
test_create_snapshot()
test_delete_volume()
test_describe_instance_attribute()
test_describe_volumes()
test_detach_volume()
test_instance_lifecycle()

Previous topic

The nova.tests.api.ec2.test_cloud Module

Next topic

The nova.tests.api.ec2.test_faults Module

This Page