| Index: bin/au_test_harness/au_test.py
|
| diff --git a/bin/au_test_harness/au_test.py b/bin/au_test_harness/au_test.py
|
| index c0a7de3264ce3e8b71cbcaa1d5543e8420d11447..ef6d9ab3e7008a83726376e6f10aa2a8433ebc86 100644
|
| --- a/bin/au_test_harness/au_test.py
|
| +++ b/bin/au_test_harness/au_test.py
|
| @@ -25,6 +25,8 @@ class AUTest(unittest.TestCase):
|
| See documentation for au_worker for more information.
|
| """
|
| test_results_root = None
|
| + modified_images = set ([])
|
| + public_key_managers = []
|
|
|
| @classmethod
|
| def ProcessOptions(cls, options, use_dummy_worker):
|
|
|