ironic/ironic/tests
Lucas Alvares Gomes 38182e7222 Remove the objectify decorator
The objectify decorator was used to convert DB objects into RPC objects,
but it's not being used anymore since out objects API already has
correspondent methods to match the dbapi ones.

Also, since dbapi methods didn't get a context the decorator was forming
bad RPC objects without a context stored within it.

Change-Id: I892ab6ee2236af040c7f8effcfdfecb293e13ab6
Partial-Bug: #1314732
2014-09-12 15:55:02 +01:00
..
api Fix unit tests with keystoneclient master 2014-08-27 18:00:58 +00:00
conductor Add reserve() and release() to Node object 2014-09-12 15:54:58 +01:00
db Translator functions cleanup part 4 2014-09-05 14:11:30 +03:00
dhcp Add UEFI based deployment support in Ironic 2014-09-03 07:52:42 -07:00
drivers Merge "Unify the sensor data format" 2014-09-10 14:33:13 +00:00
objects Remove the objectify decorator 2014-09-12 15:55:02 +01:00
__init__.py Do not use __builtin__ in python3 2014-03-13 11:34:16 +08:00
base.py Use oslo.db library 2014-07-17 14:04:57 +03:00
conf_fixture.py Port to oslo.messaging 2014-04-25 22:46:44 +01:00
fake_policy.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
matchers.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
policy_fixture.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
stubs.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
test_dbsync.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
test_disk_partitioner.py Fix workaround for the "device is busy" problem 2014-07-03 21:02:07 +02:00
test_driver_factory.py Add driver name on driver load exception 2014-08-22 14:07:28 +03:00
test_glance_service.py Do not rely on hash ordering in tests 2014-07-29 12:04:35 +02:00
test_hash_ring.py Factor hash ring management out of the conductor 2014-04-10 08:09:09 -07:00
test_images.py IloVirtualMediaIscsi deploy driver 2014-09-03 16:46:57 -07:00
test_keystone.py Replace fixtures with mock in test_keystone.py 2014-03-25 10:55:49 +00:00
test_network.py Make DHCP provider pluggable 2014-08-29 10:26:03 -07:00
test_policy.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
test_pxe_utils.py Use expected, actual order for PXE template test 2014-09-09 13:14:59 +00:00
test_swift.py Add support for interacting with swift 2014-08-27 22:39:50 +05:30
test_utils.py IloVirtualMediaIscsi deploy driver 2014-09-03 16:46:57 -07:00