Guest User

Untitled

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