OpenStack
Home
Projects
User Stories
Community
Blog
Wiki
Documentation
The
heat.tests.test_identifier
Module
¶
class
heat.tests.test_identifier.
EventIdentifierTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
speed
= 'fast'
¶
tag
= ['unit', 'identifier']
¶
test_event_id
(
)
[source]
¶
test_event_init
(
)
[source]
¶
test_event_init_from_dict
(
)
[source]
¶
test_event_resource
(
)
[source]
¶
test_event_stack
(
)
[source]
¶
test_resource_name
(
)
[source]
¶
class
heat.tests.test_identifier.
IdentifierTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
speed
= 'fast'
¶
tag
= ['unit', 'identifier']
¶
test_arn
(
)
[source]
¶
test_arn_decode_escape_round_trip
(
)
[source]
¶
test_arn_escape_decode_round_trip
(
)
[source]
¶
test_arn_id_int
(
)
[source]
¶
test_arn_parse
(
)
[source]
¶
test_arn_parse_arn_invalid
(
)
[source]
¶
test_arn_parse_empty_field
(
)
[source]
¶
test_arn_parse_heat_invalid
(
)
[source]
¶
test_arn_parse_missing_field
(
)
[source]
¶
test_arn_parse_os_invalid
(
)
[source]
¶
test_arn_parse_path_default
(
)
[source]
¶
test_arn_parse_round_trip
(
)
[source]
¶
test_arn_parse_stacks_invalid
(
)
[source]
¶
test_arn_parse_upper
(
)
[source]
¶
test_arn_round_trip
(
)
[source]
¶
test_arn_url
(
)
[source]
¶
test_arn_url_decode_escape_round_trip
(
)
[source]
¶
test_arn_url_parse
(
)
[source]
¶
test_arn_url_parse_arn_invalid
(
)
[source]
¶
test_arn_url_parse_badurl_host
(
)
[source]
¶
test_arn_url_parse_badurl_proto
(
)
[source]
¶
test_arn_url_parse_default
(
)
[source]
¶
test_arn_url_parse_empty_field
(
)
[source]
¶
test_arn_url_parse_heat_invalid
(
)
[source]
¶
test_arn_url_parse_leading_char
(
)
[source]
¶
test_arn_url_parse_leading_space
(
)
[source]
¶
test_arn_url_parse_missing_field
(
)
[source]
¶
test_arn_url_parse_os_invalid
(
)
[source]
¶
test_arn_url_parse_qs
(
)
[source]
¶
test_arn_url_parse_round_trip
(
)
[source]
¶
test_arn_url_parse_stacks_invalid
(
)
[source]
¶
test_arn_url_parse_upper
(
)
[source]
¶
test_attrs
(
)
[source]
¶
test_dict_round_trip
(
)
[source]
¶
test_equal
(
)
[source]
¶
test_equal_dict
(
)
[source]
¶
test_id_decode
(
)
[source]
¶
test_id_escape
(
)
[source]
¶
test_invalid_attr
(
)
[source]
¶
test_invalid_item
(
)
[source]
¶
test_items
(
)
[source]
¶
test_name_decode
(
)
[source]
¶
test_name_escape
(
)
[source]
¶
test_not_equal
(
)
[source]
¶
test_not_equal_dict
(
)
[source]
¶
test_path_components
(
)
[source]
¶
test_path_decode
(
)
[source]
¶
test_path_default
(
)
[source]
¶
test_path_escape
(
)
[source]
¶
test_stack_name_slash
(
)
[source]
¶
test_tenant_decode
(
)
[source]
¶
test_tenant_escape
(
)
[source]
¶
test_url_id_decode
(
)
[source]
¶
test_url_name_decode
(
)
[source]
¶
test_url_path
(
)
[source]
¶
test_url_path_decode
(
)
[source]
¶
test_url_path_default
(
)
[source]
¶
test_url_tenant_decode
(
)
[source]
¶
url_prefix
= 'http://1.2.3.4/foo/'
¶
class
heat.tests.test_identifier.
ResourceIdentifierTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
speed
= 'fast'
¶
tag
= ['unit', 'identifier']
¶
test_resource_id
(
)
[source]
¶
test_resource_init_from_dict
(
)
[source]
¶
test_resource_init_no_path
(
)
[source]
¶
test_resource_init_path
(
)
[source]
¶
test_resource_name_slash
(
)
[source]
¶
test_resource_stack
(
)
[source]
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
heat 2013.1.5.a4.g8f400c4 documentation
»