<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 8.00.7601.17998">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>I recently downloaded swift 1.9.1-dev. </p>
<p>swift-bench gets the following error. What can I change to get this working sucessfully?</p>
<p>Thanks,</p>
<p>Tim</p>
<p> </p>
<p><a href="mailto:root@controller21:~/ssbench-0.2.16">root@controller21:~/ssbench-0.2.16</a># python -c 'import swift; print swift.__version__'<br>
1.9.1-dev<br>
<a href="mailto:root@controller21:~/ssbench-0.2.16">root@controller21:~/ssbench-0.2.16</a>#
<br>
</p>
<p>swift-bench -A <a href="http://localHost:8080/auth/v1.0">http://localHost:8080/auth/v1.0</a> -K testing  -U test:tester -s 10 -n 2 -g 1<br>
swift-bench 2013-07-09 19:17:00,338 INFO Auth version: 1.0<br>
Traceback (most recent call last):<br>
  File "/usr/bin/swift-bench", line 149, in <module><br>
    controller.run()<br>
  File "/root/swift/swift/common/bench.py", line 372, in run<br>
    puts = BenchPUT(self.logger, self.conf, self.names)<br>
  File "/root/swift/swift/common/bench.py", line 450, in __init__<br>
    self.containers = conf.containers<br>
AttributeError: Values instance has no attribute 'containers'<br>
</p>
</div>
</body>
</html>