Guest User

Error

a guest
Mar 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1.  
  2. Captured traceback:
  3. ~~~~~~~~~~~~~~~~~~~
  4. Traceback (most recent call last):
  5. File "/opt/stack/tempest/tempest/test.py", line 280, in setUpClass
  6. six.reraise(etype, value, trace)
  7. File "/opt/stack/tempest/tempest/test.py", line 273, in setUpClass
  8. cls.resource_setup()
  9. File "neutron_vpnaas/tests/api/test_vpnaas.py", line 53, in resource_setup
  10. cls.router['id'])
  11. File "neutron_vpnaas/tests/api/base.py", line 241, in create_vpnservice
  12. name=data_utils.rand_name("vpnservice-"))
  13. File "/opt/stack/neutron/neutron/tests/tempest/services/network/json/network_client.py", line 136, in _create
  14. resp, body = self.post(uri, post_data)
  15. File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 259, in post
  16. return self.request('POST', url, extra_headers, headers, body)
  17. File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 642, in request
  18. resp, resp_body)
  19. File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 695, in _error_checker
  20. raise exceptions.NotFound(resp_body, resp=resp)
  21. tempest_lib.exceptions.NotFound: Object not found
  22. Details: 404 Not Found
  23.  
  24. The resource could not be found.
Add Comment
Please, Sign In to add comment