nova/nova/tests
Sandy Walsh 81716e8142 tweak 2011-07-01 07:38:17 -07:00
..
CA initial commit 2010-05-27 23:05:26 -07:00
api Fixes Bug #803563 by changing how nova passes options in to glance. Before, if limit or marker were not set, we would pass limit=0 and marker=0 in to glance. However, marker is supposed to be an image id. With this change, if limit or marker are not set, they are simply not passed into glance. Glance is free then to choose the default behavior. 2011-06-29 19:24:32 +00:00
bundle If machine manifest includes a kernel and/or ramdisk id, include it in the image's metadata. 2010-10-11 14:09:24 +02:00
db Removed incorrect, unreachable code 2011-05-06 09:26:40 -04:00
glance Fixing nova.tests.api.openstack.fakes.stub_out_image_service. It now stubs 2011-05-28 06:25:04 -04:00
image Fixing code per review comments 2011-06-09 21:36:20 +00:00
integrated pep8 fixes 2011-06-20 14:54:53 -04:00
network Remove more stray import IPy 2011-06-06 17:05:28 -04:00
public_key if fingerprint data not provided, added logic to calculate it using the pub key. 2011-03-21 14:35:19 -07:00
scheduler Merged trunk 2011-06-28 08:12:56 -07:00
vmwareapi Fixed type causing pylint "exception is not callable" 2011-06-07 09:56:51 -04:00
xenapi Removed extraneous code 2011-06-06 11:00:51 -04:00
__init__.py only create the db if it doesn't exist, add an option -r to run_tests.py to delete it 2011-06-25 17:26:38 -07:00
declare_flags.py add copyright headers 2010-08-03 16:51:37 +02:00
fake_flags.py removing local image service 2011-06-07 13:32:06 -04:00
fake_utils.py style fixes 2011-03-28 22:00:17 +01:00
hyperv_unittest.py disable-msg -> disable 2011-03-18 09:56:05 -04:00
runtime_flags.py add copyright headers 2010-08-03 16:51:37 +02:00
test_access.py Make test_access use ec2.request instead of .controller and .action. 2011-01-04 19:13:37 -05:00
test_adminapi.py Make firewall rules tests idempotent, move IPy=>netaddr, add deltete test. 2011-06-23 14:45:37 -04:00
test_api.py api/ec2: make the parameter parser an independent method 2011-06-15 14:41:29 +09:00
test_auth.py Prevent test case from ruining other tests. Make it work in earlier python versions. 2011-06-28 18:52:22 +04:00
test_cloud.py Implements a portion of ec2 ebs boot. 2011-06-17 23:52:22 +00:00
test_compute.py Fix merge issue in compute unittest. 2011-06-28 16:08:27 +00:00
test_console.py make all uses of utcnow use our testable utils.utcnow 2011-06-02 14:23:05 -07:00
test_crypto.py pep8 2011-06-13 15:24:02 -04:00
test_direct.py pep8 cleanups 2011-03-24 13:20:15 -07:00
test_exception.py tweak 2011-07-01 07:38:17 -07:00
test_flags.py add a test from vish and fix the issues 2011-05-24 13:19:09 -07:00
test_flat_network.py Remove ipy from network code and replace with netaddr 2011-06-06 15:34:51 -04:00
test_host_filter.py Dealing with cases where extra_specs wasn't defined 2011-06-24 01:44:22 -04:00
test_instance_types.py further cleanup of nova/exceptions.py 2011-04-27 14:03:05 -07:00
test_instance_types_extra_specs.py Now automatically populates the instance_type dict with extra_specs upon being retrieved from the database. 2011-06-23 22:55:51 -04:00
test_ipv6.py PEP8 cleanups 2011-05-16 19:33:18 +00:00
test_libvirt.py libvirt test for deleting provider firewall rules. 2011-06-23 14:52:58 -04:00
test_localization.py removing rogue print 2011-04-19 09:48:44 -04:00
test_log.py get rid of initialized flag 2011-02-21 00:15:49 -08:00
test_middleware.py make all uses of utcnow use our testable utils.utcnow 2011-06-02 14:23:05 -07:00
test_misc.py Tests to assure all exceptions can be raised as well as fixing NotAuthorized 2011-06-02 12:01:49 -07:00
test_network.py Removes the usage of the IPy module in favor of the netaddr module. 2011-06-25 01:54:28 +00:00
test_notifier.py pep8 fixes 2011-06-01 10:17:00 -04:00
test_objectstore.py Fixed objectstore test. 2011-06-21 11:50:28 -04:00
test_quota.py Merge w/ trunk. 2011-05-31 23:16:22 -04:00
test_rpc.py changes per review 2011-05-26 15:08:53 -07:00
test_service.py I accidently the whole unittest2 2011-06-28 10:39:04 -04:00
test_test.py Tests all working again 2011-02-23 17:58:32 -08:00
test_twistd.py remove TrialTestCase again and fix merge issues 2011-01-14 11:00:47 -08:00
test_utils.py fix issue of recurse_zones not being converted to bool properly 2011-06-29 15:22:56 -07:00
test_vlan_network.py Remove ipy from network code and replace with netaddr 2011-06-06 15:34:51 -04:00
test_vmwareapi.py Fixed type causing pylint "exception is not callable" 2011-06-07 09:56:51 -04:00
test_volume.py Fix pep8 errors. 2011-05-27 14:13:17 +09:00
test_wsgi.py I accidently the whole unittest2 2011-06-28 10:39:04 -04:00
test_xenapi.py Merge with trunk 2011-06-20 20:55:16 +00:00
test_zones.py flipped service_state in ZoneManager and fixed tests 2011-05-05 07:35:44 -07:00