Home
last modified time | relevance | path

Searched refs:BandwidthValueError (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dtrafficshaper.py30 class BandwidthValueError(TrafficShaperException): class
86 raise BandwidthValueError(self.up_bandwidth)
88 raise BandwidthValueError(self.down_bandwidth)
Dproxyshaper.py34 class BandwidthValueError(ProxyShaperError): class
116 raise BandwidthValueError('Value, "%s", does not match regex: %s' % (
Dproxyshaper_test.py136 self.assertRaises(proxyshaper.BandwidthValueError,
Dtrafficshaper_test.py51 self.assertRaises(trafficshaper.BandwidthValueError,