jolausa

Untitled

Feb 21st, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. root@9c4fa8076cec:~/repos/functest# functest testcase run barometer -n
  2. 2017-02-21 19:03:03,236 - run_tests - INFO -
  3.  
  4. 2017-02-21 19:03:03,236 - run_tests - INFO - ============================================
  5. 2017-02-21 19:03:03,236 - run_tests - INFO - Running test case 'barometer'...
  6. 2017-02-21 19:03:03,236 - run_tests - INFO - ============================================
  7. 2017-02-21 19:03:03,318 - BarometerCollectd - ERROR - Private key file '/home/opnfv/.ssh/id_rsa' not found. Please try to run /home/opnfv/barometer/baro_utils/get_ssh_keys.sh script.
  8. 2017-02-21 19:03:03,319 - run_tests - ERROR - Private key file '/home/opnfv/.ssh/id_rsa' not found.
  9. 2017-02-21 19:03:03,319 - run_tests - INFO - Execution exit value: Result.EX_ERROR
  10. 2017-02-21 19:03:03,356 - functest_utils - ERROR - The command 'python /home/opnfv/repos/functest/functest/ci/run_tests.py -n -t barometer' failed.
  11.  
  12. Traceback (most recent call last):
  13. File "/usr/local/bin/functest", line 11, in <module>
  14. load_entry_point('functest===master', 'console_scripts', 'functest')()
  15. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
  16. return self.main(*args, **kwargs)
  17. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
  18. rv = self.invoke(ctx)
  19. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
  20. return _process_result(sub_ctx.command.invoke(sub_ctx))
  21. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
  22. return _process_result(sub_ctx.command.invoke(sub_ctx))
  23. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
  24. return ctx.invoke(self.callback, **ctx.params)
  25. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
  26. return callback(*args, **kwargs)
  27. File "/usr/local/lib/python2.7/dist-packages/functest/cli/cli_base.py", line 131, in testcase_run
  28. raise Exception("The test case %s failed." %testname)
  29. Exception: The test case barometer failed.
  30.  
  31. root@9c4fa8076cec:~/repos/functest# echo $?
  32. 1
Advertisement
Add Comment
Please, Sign In to add comment