The neutron_fwaas.tests.functional.db.test_migrations Module

class neutron_fwaas.tests.functional.db.test_migrations.TestModelsMigrationsMysql(*args, **kwds)

Bases: neutron.tests.unit.testlib_api.MySQLTestCaseMixin, neutron_fwaas.tests.functional.db.test_migrations._TestModelsMigrationsFWaaS, neutron.tests.unit.testlib_api.SqlTestCaseLight

test_branches(*args, **kwargs)
test_forbid_offline_migrations_starting_newton(*args, **kwargs)
test_has_offline_migrations_all_heads_upgraded(*args, **kwargs)
test_has_offline_migrations_pending_contract_scripts(*args, **kwargs)
test_models_sync(*args, **kwargs)
test_upgrade_contract_branch(*args, **kwargs)
test_upgrade_expand_branch(*args, **kwargs)
class neutron_fwaas.tests.functional.db.test_migrations.TestModelsMigrationsPostgresql(*args, **kwds)

Bases: neutron.tests.unit.testlib_api.PostgreSQLTestCaseMixin, neutron_fwaas.tests.functional.db.test_migrations._TestModelsMigrationsFWaaS, neutron.tests.unit.testlib_api.SqlTestCaseLight

test_branches(*args, **kwargs)
test_forbid_offline_migrations_starting_newton(*args, **kwargs)
test_has_offline_migrations_all_heads_upgraded(*args, **kwargs)
test_has_offline_migrations_pending_contract_scripts(*args, **kwargs)
test_models_sync(*args, **kwargs)
test_upgrade_contract_branch(*args, **kwargs)
test_upgrade_expand_branch(*args, **kwargs)