nova/nova/tests/unit/db
dane-fichter e35e8d7f3f Add trusted_certs to instance_extra
This change adds a trusted_certs deferred-load column to
instance_extras, which stores a list of trusted x509 certificate
UUIDs for a given instance in the form of a JSON blob.

Change-Id: I3fd4e395b31ff1b69f35242d559f8caa17c05a6a
Implements: blueprint nova-validate-certificates
2018-03-29 23:00:42 -04:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Remove old flavor_get db api method 2018-02-14 14:53:00 -05:00
test_db_api.py Add trusted_certs to instance_extra 2018-03-29 23:00:42 -04:00
test_migration_utils.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-25 10:45:03 +05:30
test_migrations.py Add trusted_certs to instance_extra 2018-03-29 23:00:42 -04:00
test_models.py Test that new tables don't use soft deletes 2016-02-04 09:21:31 -05:00
test_sqlalchemy_migration.py Merge "Remove old flavor_create db api method" 2018-03-20 18:11:06 +00:00