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()
test_tap_flow_create(*args, **kwargs)

Test to create a tap flow 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.