Advertisement
Guest User

yardstick run

a guest
Jun 9th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. jenkins@gep-s1-sr0-dc079:~$ !1998
  2. sudo docker run --privileged=true --rm -e INSTALLER_TYPE=fuel -e INSTALLER_IP=10.20.0.2 -e NODE_NAME=ericsson-pod2 -e EXTERNAL_NETWORK= -e YARDSTICK_BRANCH=master -e DEPLOY_SCENARIO=os-nosdn-nofeature-noha opnfv/yardstick exec_tests.sh
  3.  
  4. INFO: Updating releng -> master
  5. Already on 'master'
  6. Your branch is up-to-date with 'origin/master'.
  7. From https://gerrit.opnfv.org/gerrit/releng
  8. e68825a..08e5e1c master -> origin/master
  9. Updating e68825a..08e5e1c
  10. Fast-forward
  11. jjb/armband/armband-deploy.sh | 8 +-
  12. jjb/fuel/fuel-ci-jobs.yml | 6 +-
  13. jjb/opnfv/slave-params.yml | 2 +-
  14. utils/test/result_collection_api/etc/config.ini | 6 +-
  15. .../opnfv_testapi/cmd/server.py | 2 +
  16. .../opnfv_testapi/common/config.py | 12 ++-
  17. .../opnfv_testapi/tornado_swagger/settings.py | 6 +-
  18. .../opnfv_testapi/tornado_swagger/views.py | 18 ++---
  19. utils/test/result_collection_api/update/README.md | 59 +++++++++++++++
  20. utils/test/result_collection_api/update/changes.py | 25 +++++++
  21. utils/test/result_collection_api/update/restore.py | 5 +-
  22. utils/test/result_collection_api/update/update.py | 86 ++++++++++++++++++++++
  23. .../result_collection_api/update/update_api.py | 55 ++++++++++++++
  24. utils/test/result_collection_api/update/utils.py | 6 +-
  25. 14 files changed, 268 insertions(+), 28 deletions(-)
  26. create mode 100644 utils/test/result_collection_api/update/README.md
  27. create mode 100644 utils/test/result_collection_api/update/changes.py
  28. create mode 100644 utils/test/result_collection_api/update/update.py
  29. create mode 100644 utils/test/result_collection_api/update/update_api.py
  30. Already on 'master'
  31. Your branch is up-to-date with 'origin/master'.
  32.  
  33. INFO: Updating yardstick -> master
  34. Already on 'master'
  35. Your branch is up-to-date with 'origin/master'.
  36. Already up-to-date.
  37. Already on 'master'
  38. Your branch is up-to-date with 'origin/master'.
  39. INFO: Creating openstack credentials ..
  40. INFO: Checking environment variables INSTALLER_TYPE and INSTALLER_IP
  41. INSTALLER_TYPE env variable found: fuel
  42. fetch_os_creds.info: Verifying connectivity to 10.20.0.2...
  43. fetch_os_creds.info: 10.20.0.2 is reachable!
  44. fetch_os_creds.info: Fetching rc file from controller 10.20.0.5...
  45. Warning: Permanently added '10.20.0.2' (ECDSA) to the list of known hosts.
  46. Warning: Permanently added '10.20.0.5' (ECDSA) to the list of known hosts.
  47. fetch_os_creds.info: Exchanging keystone public IP in rc file to http://172.16.0.3:5000/v2.0
  48. -------- Credentials: --------
  49. #!/bin/sh
  50. export LC_ALL=C
  51. export OS_NO_CACHE='true'
  52. export OS_TENANT_NAME='admin'
  53. export OS_PROJECT_NAME='admin'
  54. export OS_USERNAME='admin'
  55. export OS_PASSWORD='admin'
  56. export OS_AUTH_URL='http://172.16.0.3:5000/v2.0'
  57. export OS_DEFAULT_DOMAIN='default'
  58. export OS_AUTH_STRATEGY='keystone'
  59. export OS_REGION_NAME='RegionOne'
  60. export CINDER_ENDPOINT_TYPE='internalURL'
  61. export GLANCE_ENDPOINT_TYPE='internalURL'
  62. export KEYSTONE_ENDPOINT_TYPE='internalURL'
  63. export NOVA_ENDPOINT_TYPE='internalURL'
  64. export NEUTRON_ENDPOINT_TYPE='internalURL'
  65. export OS_ENDPOINT_TYPE='internalURL'
  66. export MURANO_REPO_URL='http://storage.apps.openstack.org/'
  67.  
  68. ========== Running Yardstick CI with following parameters ==========
  69. Script options: /home/opnfv/repos/yardstick/tests/ci/yardstick-verify
  70. Dispatcher: file /tmp/yardstick.out
  71. YARDSTICK_VERSION: 8b4dba01fef62959dee8493808c37074ba0fef8c
  72. Number of test suites: 0
  73.  
  74. OS_AUTH_URL is http://172.16.0.3:5000/v2.0
  75.  
  76. Checking OpenStack services:
  77. checking glance ...
  78. checking nova ...
  79.  
  80. ERROR (ConnectFailure): Unable to establish connection to http://192.168.0.2:8774/v2/436ee02c19404833be65411fafcea79a
  81. error: command "nova list" failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement