]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Enable running tests via testr
authorClint Byrum <clint@fewbar.com>
Thu, 25 Apr 2013 00:30:35 +0000 (17:30 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 30 Apr 2013 20:51:07 +0000 (13:51 -0700)
commit8b8525260df0e46ec26893e6149c4e930bf31aba
treeabfcad523b03f4af7b708ff5b41854c703d21ce7
parent36dea3a747b10092ee1e4c90d3a388868d4f4e46
Enable running tests via testr

This also disables the functional tests from running. The code is still
left here for posterity. These are intended to be moved into tempest
test cases and thus will be removed entirely at that time.

Change-Id: I294671baead6e83a8312b41681e99d395f861209
27 files changed:
.testr.conf [new file with mode: 0644]
heat/tests/__init__.py
heat/tests/functional/__init__.py [deleted file]
heat/tests/test_autoscaling.py
heat/tests/test_eip.py
heat/tests/test_engine_service.py
heat/tests/test_event.py
heat/tests/test_instance.py
heat/tests/test_instance_group.py
heat/tests/test_loadbalancer.py
heat/tests/test_metadata_refresh.py
heat/tests/test_nested_stack.py
heat/tests/test_nokey.py
heat/tests/test_parser.py
heat/tests/test_quantum.py
heat/tests/test_resource.py
heat/tests/test_s3.py
heat/tests/test_security_group.py
heat/tests/test_swift.py
heat/tests/test_template_format.py
heat/tests/test_user.py
heat/tests/test_validate.py
heat/tests/test_volume.py
heat/tests/test_vpc.py
heat/tests/test_waitcondition.py
heat/tests/test_watch.py
heat/tests/utils.py