jolausa

Untitled

Feb 21st, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ######################################
  2. Running the CLI command based on click
  3. ######################################
  4. [user@functest ~]$ docker exec jose1 functest testcase run barometer -n
  5.  
  6. 2017-02-21 18:38:29,674 - run_tests - INFO - ============================================
  7. 2017-02-21 18:38:29,675 - run_tests - INFO - Running test case 'barometer'...
  8. 2017-02-21 18:38:29,675 - run_tests - INFO - ============================================
  9. 2017-02-21 18:38:29,816 - 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.
  10. 2017-02-21 18:38:29,816 - run_tests - ERROR - Private key file '/home/opnfv/.ssh/id_rsa' not found.
  11. 2017-02-21 18:38:29,816 - run_tests - INFO - Execution exit value: Result.EX_ERROR
  12. 2017-02-21 18:38:29,872 - functest_utils - ERROR - The command 'python /home/opnfv/repos/functest/functest/ci/run_tests.py -n -t barometer' failed.
  13.  
  14. [user@functest ~]$ echo $?
  15. 0
  16.  
  17.  
  18. ######################################
  19. Running the python script directly
  20. ######################################
  21. [user@functest ~]$ docker exec jose1 python /home/opnfv/repos/functest/functest/ci/run_tests.py -n -t barometer
  22.  
  23. 2017-02-21 18:39:02,650 - run_tests - INFO - ============================================
  24. 2017-02-21 18:39:02,650 - run_tests - INFO - Running test case 'barometer'...
  25. 2017-02-21 18:39:02,650 - run_tests - INFO - ============================================
  26. 2017-02-21 18:39:02,734 - 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.
  27. 2017-02-21 18:39:02,734 - run_tests - ERROR - Private key file '/home/opnfv/.ssh/id_rsa' not found.
  28. 2017-02-21 18:39:02,734 - run_tests - INFO - Execution exit value: Result.EX_ERROR
  29.  
  30. [user@functest ~]$ echo $?
  31. 255
Advertisement
Add Comment
Please, Sign In to add comment