Advertisement
Guest User

noc-itm1

a guest
Sep 13th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.81 KB | None | 0 0
  1. noc@itm-noc01:/opt/noc$ ./noc test noc.sa.profiles.HP.ProCurve
  2. 2012-09-13 13:13:19,262 Found: 31 unittest modules, 15 python modules
  3. 2012-09-13 13:13:19,331 SSH: Using gmpy
  4. 2012-09-13 13:13:19,403 Using JSON library: django_simplejson
  5. 2012-09-13 13:13:19,422 Loading PeriodicRegistry
  6. 2012-09-13 13:13:19,429 Loading DownloaderRegistry
  7. 2012-09-13 13:13:19,455 Loading ProfileRegistry
  8. 2012-09-13 13:13:19,951 Loading ScriptRegistry
  9. 2012-09-13 13:13:20,085 Test suite build: 45 test cases are found
  10. 2012-09-13 13:13:20,085 Running test suite
  11. Traceback (most recent call last):
  12.   File "manage.py", line 41, in <module>
  13.     execute_manager(settings)
  14.   File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  15.     utility.execute()
  16.   File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  17.     self.fetch_command(subcommand).run_from_argv(self.argv)
  18.   File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  19.     self.execute(*args, **options.__dict__)
  20.   File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  21.     output = self.handle(*args, **options)
  22.   File "/opt/noc/main/management/commands/test.py", line 89, in handle
  23.     fixed_beef_base=fixed_beef_base).run()
  24.   File "/opt/noc/lib/test_runner.py", line 512, in run
  25.     self.result = runner.run(suite)
  26.   File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 152, in run
  27.     result = self._makeResult()
  28.   File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 148, in _makeResult
  29.     return self.resultclass(self.stream, self.descriptions, self.verbosity)
  30.   File "/opt/noc/lib/test_runner.py", line 62, in __init__
  31.     super(NOCTestResult, self).__init__(*args, **kwargs)
  32. TypeError: __init__() takes exactly 1 argument (4 given)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement