HomeSort by relevance Sort by last modified time
    Searched refs:new_read_units (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 101 new_read_units = 10
103 new_provisioned_throughput = {'ReadCapacityUnits': new_read_units,
114 assert result_thruput['ReadCapacityUnits'] == new_read_units
test_layer2.py 106 new_read_units = 10
108 table.update_throughput(new_read_units, new_write_units)
112 assert table.read_units == new_read_units

Completed in 178 milliseconds