Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. root@saiga:/opt/noc# ./noc test noc.sa.profiles.Huawei.VRP
  2. 2012-08-21 08:45:51,551 Found: 69 unittest modules, 16 python modules
  3. /opt/noc/contrib/lib/pycrypto-2.5-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing a.
  4. _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
  5. 2012-08-21 08:45:51,796 SSH: Using gmpy
  6. 2012-08-21 08:45:52,022 Using JSON library: django_simplejson
  7. 2012-08-21 08:45:52,176 Loading PeriodicRegistry
  8. 2012-08-21 08:45:52,303 Loading DownloaderRegistry
  9. 2012-08-21 08:45:52,421 Loading ProfileRegistry
  10. 2012-08-21 08:45:54,225 Loading ScriptRegistry
  11. 2012-08-21 08:45:54,552 Test suite build: 86 test cases are found
  12. 2012-08-21 08:45:54,552 Running test suite
  13. Traceback (most recent call last):
  14. File "manage.py", line 41, in <module>
  15. execute_manager(settings)
  16. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  17. utility.execute()
  18. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  19. self.fetch_command(subcommand).run_from_argv(self.argv)
  20. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  21. self.execute(*args, **options.__dict__)
  22. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  23. output = self.handle(*args, **options)
  24. File "/opt/noc/main/management/commands/test.py", line 89, in handle
  25. fixed_beef_base=fixed_beef_base).run()
  26. File "/opt/noc/lib/test_runner.py", line 512, in run
  27. self.result = runner.run(suite)
  28. File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 152, in run
  29. result = self._makeResult()
  30. File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 148, in _makeResult
  31. return self.resultclass(self.stream, self.descriptions, self.verbosity)
  32. File "/opt/noc/lib/test_runner.py", line 62, in __init__
  33. super(NOCTestResult, self).__init__(*args, **kwargs)
  34. TypeError: __init__() takes exactly 1 argument (4 given)
  35. root@saiga:/opt/noc# ./noc test noc.sa.profiles.Huawei.VRP.get_version
  36. 2012-08-21 08:46:01,310 Found: 0 unittest modules, 1 python modules
  37. /opt/noc/contrib/lib/pycrypto-2.5-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing a.
  38. _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
  39. 2012-08-21 08:46:01,513 SSH: Using gmpy
  40. 2012-08-21 08:46:01,556 Test suite build: 1 test cases are found
  41. 2012-08-21 08:46:01,556 Running test suite
  42. Traceback (most recent call last):
  43. File "manage.py", line 41, in <module>
  44. execute_manager(settings)
  45. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 438, in execute_manager
  46. utility.execute()
  47. File "/opt/noc/contrib/lib/django/core/management/__init__.py", line 379, in execute
  48. self.fetch_command(subcommand).run_from_argv(self.argv)
  49. File "/opt/noc/contrib/lib/django/core/management/base.py", line 191, in run_from_argv
  50. self.execute(*args, **options.__dict__)
  51. File "/opt/noc/contrib/lib/django/core/management/base.py", line 220, in execute
  52. output = self.handle(*args, **options)
  53. File "/opt/noc/main/management/commands/test.py", line 89, in handle
  54. fixed_beef_base=fixed_beef_base).run()
  55. File "/opt/noc/lib/test_runner.py", line 512, in run
  56. self.result = runner.run(suite)
  57. File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 152, in run
  58. result = self._makeResult()
  59. File "/opt/noc/contrib/lib/django/utils/unittest/runner.py", line 148, in _makeResult
  60. return self.resultclass(self.stream, self.descriptions, self.verbosity)
  61. File "/opt/noc/lib/test_runner.py", line 62, in __init__
  62. super(NOCTestResult, self).__init__(*args, **kwargs)
  63. TypeError: __init__() takes exactly 1 argument (4 given)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement