Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_utils_unittest.py107 def test_multiple_shards(self, bucket_mock): argument
108 bucket_mock.return_value = {
116 def test_one_shard_with_less_hosts(self, bucket_mock): argument
117 bucket_mock.return_value = {
124 def test_one_shard_with_equal_hosts(self, bucket_mock): argument
125 bucket_mock.return_value = {
132 def test_no_shards(self, bucket_mock): argument
133 bucket_mock.return_value = {}