swift/test
Pete Zaitcev cfa4f9497d Use a local variable auditor_worker
This patch is only a cleanup, but our code makes me rage every time
I read it. In short, we have a class with a variable self.auditor,
and we assign ObjectAuditor to it at some ties, AuditorWorker at
other times. So, whenever there's a mismerge or whatever, you cannot
tell if self.auditor.broker_class makes sense or not.

Since all cases of using self.auditor as AuditorWorker are purely
local, just evict it to a local variable auditor_worker. Leave
self.auditor to represent ObjectAuditor, because it's used as
a class variable in places.

Change-Id: I811b80ac6c69a4daacfed7a5918bc0b15761d72e
2013-09-13 13:55:10 -06:00
..
functional Verbose functional test request failures. 2013-09-11 10:26:24 -07:00
functionalnosetests Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
probe Use Python 3.x compatible except construct 2013-09-07 10:50:54 +02:00
unit Use a local variable auditor_worker 2013-09-13 13:55:10 -06:00
__init__.py Verbose functional test request failures. 2013-09-11 10:26:24 -07:00
sample.conf Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00