Lines Matching full:throttle
568 # Insert (and remove) a throttle filter
574 # Create a throttle-group object
575 opts = { 'qom-type': 'throttle-group', 'id': 'group0',
579 # Add a throttle filter with the group that we just created.
581 opts = { 'driver': 'throttle', 'node-name': 'throttle0',
582 'throttle-group': 'group0', 'file': 'hd0-file' }
585 # Insert the throttle filter between hd0 and hd0-file
588 # Remove the throttle filter from hd0
680 @iotests.skip_if_unsupported(['quorum', 'throttle'])
774 ###### throttle ######
776 opts = { 'qom-type': 'throttle-group', 'id': 'group0',
780 opts = { 'qom-type': 'throttle-group', 'id': 'group1',
784 # Add a throttle filter with group = group0
785 opts = { 'driver': 'throttle', 'node-name': 'throttle0',
786 'throttle-group': 'group0', 'file': hd_opts(0) }
796 … self.reopen(opts, {'throttle-group': 'notfound'}, "Throttle group 'notfound' does not exist")
799 self.reopen(opts, {'throttle-group': 'group1'})
1133 # Create a throttle-group object
1134 opts = { 'qom-type': 'throttle-group', 'id': 'group0',
1138 # Options with a throttle filter between format and protocol
1144 'node-name': f'hd{idx}-throttle',
1145 'driver': 'throttle',
1146 'throttle-group': 'group0',