The vmware_nsx.tests.unit.services.qos.test_nsxv_notification Module

class vmware_nsx.tests.unit.services.qos.test_nsxv_notification.TestQosNsxVNotification(*args, **kwds)

Bases: vmware_nsx.tests.unit.nsx_v.test_plugin.NsxVPluginV2TestCase, neutron.tests.unit.services.qos.base.BaseQosTestCase

setUp(*args, **keywargs)
test_create_dscp_rule_notification(*args, **kwargs)

Test the DVS update when a QoS DSCP rule, attached to a network, is created

test_create_network_with_default_policy(*args, **kwargs)

Test the DVS update when default policy attached to a network

test_create_network_with_policy_rule(*args, **kwargs)

Test the DVS update when a QoS rule is attached to a network

test_create_rule_notification(*args, **kwargs)

Test the DVS update when a QoS rule, attached to a network, is created

test_delete_dscp_rule_notification(*args, **kwargs)

Test the DVS update when a QoS DSCP rule, attached to a network, is deleted

test_delete_rule_notification(*args, **kwargs)

Test the DVS update when a QoS rule, attached to a network, is deleted

test_update_dscp_rule_notification(*args, **kwargs)

Test the DVS update when a QoS DSCP rule, attached to a network, is modified

test_update_rule_notification(*args, **kwargs)

Test the DVS update when a QoS rule, attached to a network, is modified

This Page