Advertisement
Guest User

Untitled

a guest
Mar 24th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. /opt/rally/bin/rally task start ./samples/tasks/scenarios/tempest-do-not-run-against-production/all_tests.json
  2. --------------------------------------------------------------------------------
  3. Preparing input task
  4. --------------------------------------------------------------------------------
  5.  
  6. Input task is:
  7. {
  8. "TempestScenario.all": [
  9. {
  10. "args": {"tempest_conf": "/etc/tempest/tempest.conf"},
  11. "runner": {
  12. "type": "constant",
  13. "times": 1,
  14. "concurrency": 1
  15. }
  16. }
  17. ]
  18. }
  19.  
  20. --------------------------------------------------------------------------------
  21. Task 72f1d26b-d84e-4d40-8c8f-801777de50a5: started
  22. --------------------------------------------------------------------------------
  23.  
  24. Benchmarking... This can take a while...
  25.  
  26. To track task status use:
  27.  
  28. rally task status
  29. or
  30. rally task detailed
  31.  
  32. 2015-03-24 02:26:38.562 142868 WARNING rally.verification.tempest.config [-] No subnet is found.
  33. 2015-03-24 02:26:39.360 142868 ERROR rally.benchmark.engine [-] local variable 'subnet' referenced before assignment
  34. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine Traceback (most recent call last):
  35. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/benchmark/engine.py", line 236, in run
  36. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine with base_ctx.ContextManager(context_obj):
  37. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/benchmark/context/base.py", line 161, in __enter__
  38. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine self.setup()
  39. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/benchmark/context/base.py", line 144, in setup
  40. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine ctx.setup()
  41. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/common/utils.py", line 206, in wrapper
  42. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine result = f(self, *args, **kwargs)
  43. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/benchmark/context/tempest.py", line 63, in setup
  44. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine self.verifier.generate_config_file()
  45. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/verification/tempest/tempest.py", line 193, in generate_config_file
  46. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine config.TempestConf(self.deployment).generate(self.config_file)
  47. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/verification/tempest/config.py", line 253, in generate
  48. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine func()
  49. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine File "/opt/rally/lib/python2.7/site-packages/rally/verification/tempest/config.py", line 222, in _set_network
  50. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine self.conf.set(section_name, "default_network", subnet["cidr"])
  51. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine UnboundLocalError: local variable 'subnet' referenced before assignment
  52. 2015-03-24 02:26:39.360 142868 TRACE rally.benchmark.engine
  53.  
  54. --------------------------------------------------------------------------------
  55. Task 72f1d26b-d84e-4d40-8c8f-801777de50a5: finished
  56. --------------------------------------------------------------------------------
  57.  
  58. test scenario TempestScenario.all
  59. args position 0
  60. args values:
  61. OrderedDict([(u'runner', OrderedDict([(u'type', u'constant'), (u'concurrency', 1), (u'times', 1)])), (u'args', OrderedDict([(u'tempest_conf', u'/etc/tempest/tempest.conf')]))])
  62. +--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
  63. | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
  64. +--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
  65. | total | n/a | n/a | n/a | n/a | n/a | 0.0% | 0 |
  66. +--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
  67. Load duration: 0
  68. Full duration: 3.05280995369
  69.  
  70. HINTS:
  71. * To plot HTML graphics with this data, run:
  72. rally task report 72f1d26b-d84e-4d40-8c8f-801777de50a5 --out output.html
  73.  
  74. * To get raw JSON output of task results, run:
  75. rally task results 72f1d26b-d84e-4d40-8c8f-801777de50a5
  76.  
  77. Using task: 72f1d26b-d84e-4d40-8c8f-801777de50a5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement