# bulk operations.
__native_bulk_support = False
supported_extension_aliases = ["provider", "agent",
- "n1kv_profile", "network_profile",
+ "n1kv", "network_profile",
"policy_profile", "external-net", "router",
- "credential"]
+ "binding", "credential"]
def __init__(self, configfile=None):
"""
class TestN1kvPorts(test_plugin.TestPortsV2,
- N1kvPluginTestCase):
+ N1kvPluginTestCase,
+ test_bindings.PortBindingsTestCase):
+ VIF_TYPE = portbindings.VIF_TYPE_OVS
+ HAS_PORT_FILTER = False
- def test_create_port_with_default_n1kv_profile_id(self):
+ def test_create_port_with_default_n1kv_policy_profile_id(self):
"""Test port create without passing policy profile id."""
with self.port() as port:
db_session = db.get_session()