OpenStack
Home
Projects
User Stories
Community
Blog
Wiki
Documentation
The
heat.tests.test_parser
Module
¶
class
heat.tests.test_parser.
ParserTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
speed
= 'fast'
¶
tag
= ['unit', 'parser']
¶
test_dict
(
)
[source]
¶
test_dict_list
(
)
[source]
¶
test_join
(
)
[source]
¶
test_join_dict_val
(
)
[source]
¶
test_join_list
(
)
[source]
¶
test_join_none
(
)
[source]
¶
test_join_recursive
(
)
[source]
¶
test_list
(
)
[source]
¶
test_list_dict
(
)
[source]
¶
class
heat.tests.test_parser.
StackTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
setUp
(
)
[source]
¶
speed
= 'fast'
¶
tag
= ['unit', 'parser', 'stack']
¶
tearDown
(
)
[source]
¶
test_created_time
(
test_cls
)
[source]
¶
test_delete
(
test_cls
)
[source]
¶
test_delete_badaction
(
test_cls
)
[source]
¶
test_delete_rollback
(
test_cls
)
[source]
¶
test_identifier
(
test_cls
)
[source]
¶
test_load_nonexistant_id
(
)
[source]
¶
test_load_param_id
(
test_cls
)
[source]
¶
test_resource_by_refid
(
test_cls
)
[source]
¶
test_resource_state_get_att
(
test_cls
)
[source]
¶
test_set_param_id
(
test_cls
)
[source]
¶
test_stack_name_invalid
(
)
[source]
¶
test_stack_name_valid
(
)
[source]
¶
test_state
(
)
[source]
¶
test_state_defaults
(
)
[source]
¶
test_state_description
(
)
[source]
¶
test_update_add
(
test_cls
)
[source]
¶
test_update_add_failed_create
(
test_cls
)
[source]
¶
test_update_badstate
(
test_cls
)
[source]
¶
test_update_by_reference_and_rollback_1
(
test_cls
)
[source]
¶
test_update_by_reference_and_rollback_2
(
test_cls
)
[source]
¶
test_update_description
(
test_cls
)
[source]
¶
test_update_modify_ok_replace
(
test_cls
)
[source]
¶
test_update_modify_replace_failed_create
(
test_cls
)
[source]
¶
test_update_modify_replace_failed_delete
(
test_cls
)
[source]
¶
test_update_modify_update_failed
(
test_cls
)
[source]
¶
test_update_remove
(
test_cls
)
[source]
¶
test_update_replace_by_reference
(
test_cls
)
[source]
¶
test_update_rollback
(
test_cls
)
[source]
¶
test_update_rollback_add
(
test_cls
)
[source]
¶
test_update_rollback_fail
(
test_cls
)
[source]
¶
test_update_rollback_remove
(
test_cls
)
[source]
¶
test_updated_time
(
test_cls
)
[source]
¶
class
heat.tests.test_parser.
TemplateTest
(
methodName='runTest'
)
[source]
¶
Bases:
unittest.TestCase
setUp
(
)
[source]
¶
speed
= 'fast'
¶
tag
= ['unit', 'parser', 'template']
¶
tearDown
(
)
[source]
¶
test_bad_find_in_map
(
)
[source]
¶
test_base64
(
)
[source]
¶
test_base64_dict
(
)
[source]
¶
test_base64_list
(
)
[source]
¶
test_defaults
(
)
[source]
¶
test_find_in_invalid_map
(
)
[source]
¶
test_find_in_map
(
)
[source]
¶
test_invalid_section
(
)
[source]
¶
test_join
(
)
[source]
¶
test_join_dict
(
)
[source]
¶
test_join_dict_nodelim
(
)
[source]
¶
test_join_reduce
(
)
[source]
¶
test_join_string
(
)
[source]
¶
test_join_string_nodelim
(
)
[source]
¶
test_join_wrong_num_args
(
)
[source]
¶
test_param_ref_missing
(
)
[source]
¶
test_param_refs
(
)
[source]
¶
test_param_refs_resource
(
)
[source]
¶
test_resource_refs
(
)
[source]
¶
test_resource_refs_param
(
)
[source]
¶
heat.tests.test_parser.
join
(
raw
)
[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
»