This Page

The quantum.tests.unit.metaplugin.fake_plugin Module

class quantum.tests.unit.metaplugin.fake_plugin.Fake1

Bases: quantum.db.db_base_plugin_v2.QuantumDbPluginV2, quantum.db.l3_db.L3_NAT_db_mixin

create_network(context, network)
create_port(context, port)
create_subnet(context, subnet)
delete_network(context, id)
delete_port(context, id, l3_port_check=True)
fake_func()
supported_extension_aliases = ['router']
update_network(context, id, network)
update_port(context, id, port)
class quantum.tests.unit.metaplugin.fake_plugin.Fake2

Bases: quantum.tests.unit.metaplugin.fake_plugin.Fake1

fake_func()
fake_func2()