heat/heat/tests
Steven Hardy 04aa1215a1 tests : convert test_template_format to test-local templates
test_template_format is different from all other tests, in that
we don't want to use the most minimal template possible, we
actually want to test conversion works with maximal/non-trivial
templates, so copy the two templates used by this test into a
local tests/templates directory, with a README caution that
in general inline-minimal templates are preferred.

Change-Id: Ib5421545103728385992625884f86f2667ee2465
2013-05-08 12:39:47 +01:00
..
policy heat api : Add policy.json authorization to cloudwatch API 2013-02-07 10:22:14 +00:00
templates tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
unit Remove the CheckedDict class 2012-11-05 17:56:09 +01:00
v1_1 Wait for any nova server status that makes sense 2013-05-07 17:37:31 +00:00
__init__.py Enable running tests via testr 2013-04-30 13:51:07 -07:00
common.py Removing all prints and capturing logging 2013-04-30 13:51:31 -07:00
fakes.py heat cleanups to align unit tests with pep8 1.3.4 2012-12-20 09:26:16 +00:00
generic_resource.py heat tests : move GenericResource into tests directory 2013-03-07 09:03:03 +00:00
test_api_aws.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_api_cfn_v1.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_api_cloudwatch.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_api_ec2token.py heat api : Update ec2token middleware for v4 signatures 2013-05-01 18:29:01 +01:00
test_api_openstack_v1.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_auth_password.py Support password authentication. 2013-05-06 15:38:13 -04:00
test_autoscaling.py heat tests : separate Autoscaling and CW alarm tests 2013-05-03 17:37:33 +01:00
test_cli.py Give each cli its own test. 2013-05-06 10:53:56 +12:00
test_common_policy.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_cw_alarm.py heat tests : separate Autoscaling and CW alarm tests 2013-05-03 17:37:33 +01:00
test_dbinstance.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_dependencies.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_eip.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_engine_api_utils.py Fix "No handlers could be found" warnings 2013-05-01 00:59:03 -07:00
test_engine_service.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_event.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_identifier.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_instance.py Wait for any nova server status that makes sense 2013-05-07 17:37:31 +00:00
test_instance_group.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_loadbalancer.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_loguserdata.py Fix warning about using os.tempnam in test suite. 2013-05-01 00:52:02 -07:00
test_metadata_refresh.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_nested_stack.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_nokey.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_parameters.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_parser.py Retrieve the list of availability zones from nova in Fn::GetAZs 2013-05-01 12:05:05 +02:00
test_plugin_loader.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_properties.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_quantum.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_resource.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_rpc_client.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_s3.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_scheduler.py Add a wrappertask decorator 2013-05-07 15:10:10 +02:00
test_security_group.py Sometimes use quantum for SecurityGroup 2013-05-02 16:12:44 -04:00
test_short_id.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_swift.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_template_format.py tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
test_urlfetch.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_user.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_validate.py Support Snapshot policy in volumes 2013-05-03 12:09:43 +02:00
test_volume.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_vpc.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_waitcondition.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_watch.py Depend on discover to fix python2.6 tests 2013-05-02 22:11:48 +02:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py Merge "tests : utils parse stack specify tenant in context" 2013-05-08 01:42:53 +00:00