Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. root@fuel:~# functest tier run healthcheck
  2. 2017-03-02 23:46:27,513 - run_tests - INFO -
  3.  
  4.  
  5. 2017-03-02 23:46:27,513 - run_tests - INFO - ############################################
  6. 2017-03-02 23:46:27,513 - run_tests - INFO - Running tier 'healthcheck'
  7. 2017-03-02 23:46:27,513 - run_tests - INFO - ############################################
  8. 2017-03-02 23:46:27,514 - run_tests - INFO -
  9.  
  10. 2017-03-02 23:46:27,514 - run_tests - INFO - ============================================
  11. 2017-03-02 23:46:27,514 - run_tests - INFO - Running test case 'snaps_health_check'...
  12. 2017-03-02 23:46:27,514 - run_tests - INFO - ============================================
  13. 2017-03-02 23:46:27,906 - file_utils - INFO - Attempting to read OS environment file - /home/opnfv/functest/conf/openstack.creds
  14. 2017-03-02 23:46:27,907 - openstack_tests - INFO - OS Credentials = OSCreds - username=admin, password=admin, auth_url=http://192.168.0.2:5000/v3, project_name=admin, identity_api_version=3, image_api_version=1, network_api_version=2, compute_api_version=2, user_domain_id=default, proxy_settings=None
  15. 2017-03-02 23:46:29,546 - file_utils - INFO - Attempting to read OS environment file - /home/opnfv/functest/conf/openstack.creds
  16. 2017-03-02 23:46:29,546 - openstack_tests - INFO - OS Credentials = OSCreds - username=admin, password=admin, auth_url=http://192.168.0.2:5000/v3, project_name=admin, identity_api_version=3, image_api_version=1, network_api_version=2, compute_api_version=2, user_domain_id=default, proxy_settings=None
  17. test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ERROR
  18.  
  19. ======================================================================
  20. ERROR: test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck)
  21. ----------------------------------------------------------------------
  22. Traceback (most recent call last):
  23. File "/home/opnfv/repos/snaps/snaps/openstack/tests/create_instance_tests.py", line 274, in setUp
  24. raise e
  25. HTTPBadRequest: 400 Bad Request: The HTTP URL is invalid: HTTPConnectionPool(host='download.cirros-cloud.net', port=80): Max retries exceeded with url: /0.3.4/cirros-0.3.4-x86_64-disk.img (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fe614a31d10>: Failed to establish a new connection: [Errno 101] ENETUNREACH',)) (HTTP 400)
  26.  
  27. ----------------------------------------------------------------------
  28. Ran 1 test in 130.513s
  29.  
  30. FAILED (errors=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement