The neutron_taas.tests.unit.db.test_taas_db Module

class neutron_taas.tests.unit.db.test_taas_db.TaaSDbTestCase(*args, **kwds)

Bases: neutron.tests.unit.testlib_api.SqlTestCase

Unit test for TaaS DB support.

setUp()

Hook method for setting up the test fixture before exercising it.

test_tap_flow_create(*args, **kwargs)

Test to create a tap flow in the database.

test_tap_flow_create_with_vlan_filter(*args, **kwargs)

Test to create a tap flow (with vlan_filter) in the database.

test_tap_flow_delete(*args, **kwargs)

Test to delete a tap flow from the database.

test_tap_flow_get(*args, **kwargs)

Test to retrieve a tap flow from the database.

test_tap_flow_list(*args, **kwargs)

Test to retrieve all tap flows from the database.

test_tap_service_create(*args, **kwargs)

Test to create a tap service in the database.

test_tap_service_delete(*args, **kwargs)

Test to delete a tap service from the database.

test_tap_service_get(*args, **kwargs)

Test to retrieve a tap service from the database.

test_tap_service_list(*args, **kwargs)

Test to retrieve all tap services from the database.

test_tap_service_update(*args, **kwargs)

Test to update a tap service in the database.