| Index: client/bin/setup_job_unittest.py
|
| diff --git a/client/bin/setup_job_unittest.py b/client/bin/setup_job_unittest.py
|
| index f901bac4a0360273748e65971abe44268d7e5cb5..f137ddf32ae224ac7a08486b0992607df19791ec 100755
|
| --- a/client/bin/setup_job_unittest.py
|
| +++ b/client/bin/setup_job_unittest.py
|
| @@ -79,6 +79,7 @@ class test_init_minimal_options(abstract_test_init, setup_job_test_case):
|
| hostname = None
|
| user = None
|
| log = False
|
| + tap_report = None
|
|
|
| self.job.__init__(options)
|
|
|
| @@ -169,6 +170,7 @@ class test_setup_job(unittest.TestCase):
|
| options.verbose = False
|
| options.hostname = 'localhost'
|
| options.user = 'my_user'
|
| + options.tap_report = None
|
| self.job.__init__(options)
|
|
|
| # check
|
|
|