Merge "NSX|V3: ensure that rate limits are disable for the DHCP profile"

This commit is contained in:
Jenkins 2015-11-11 14:54:26 +00:00 committed by Gerrit Code Review
commit 91e00b7bfc
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class SwitchingProfile(AbstractRESTResource):
'server_block_enabled': False
}
rate_limits = {
'enabled': False,
'rx_broadcast': 0,
'tx_broadcast': 0,
'rx_multicast': 0,

View File

@ -145,6 +145,7 @@ class TestSwitchingProfileTestCase(nsxlib_testcase.NsxClientTestCase):
'server_block_enabled': False
},
'rate_limits': {
'enabled': False,
'rx_broadcast': 0,
'tx_broadcast': 0,
'rx_multicast': 0,