[Openstack] [Neutron] Tempest Scenario Tests failing

trinath.somanchi at freescale.com trinath.somanchi at freescale.com
Tue Jul 8 10:15:24 UTC 2014


Hi -

While running tempest scenario tests for neutron,  I get the following error.

running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tempest/test_discover}  --load-list /tmp/tmpg8nhnv
======================================================================
FAIL: setUpClass (tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps)
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tempest/scenario/test_network_advanced_server_ops.py", line 44, in setUpClass
    super(TestNetworkAdvancedServerOps, cls).setUpClass()
  File "tempest/scenario/manager.py", line 759, in setUpClass
    super(NetworkScenarioTest, cls).setUpClass()
  File "tempest/scenario/manager.py", line 77, in setUpClass
    credentials=cls.credentials())
  File "tempest/scenario/manager.py", line 100, in credentials
    'user')
  File "tempest/scenario/manager.py", line 92, in _get_credentials
    creds = get_creds()
  File "tempest/common/isolated_creds.py", line 341, in get_primary_creds
    return self.get_credentials('primary')
  File "tempest/common/isolated_creds.py", line 333, in get_credentials
    credentials.tenant_id)
  File "tempest/common/isolated_creds.py", line 211, in _create_network_resources
    router = self._create_router(router_name, tenant_id)
 File "tempest/common/isolated_creds.py", line 283, in _create_router
    resp_body = self.network_admin_client.create_router(body)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 101, in with_params
    ret = self.function(instance, *args, **kwargs)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 398, in create_router
    return self.post(self.routers_path, body=body)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1320, in post
    headers=headers, params=params)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1243, in do_request
    self._handle_fault_response(status_code, replybody)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1211, in _handle_fault_response
    exception_handler_v20(status_code, des_error_body)
  File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 74, in exception_handler_v20
    message=error_dict)
NeutronClientException: Invalid input for external_gateway_info. Reason: '' is not a valid UUID.

Kindly guide me resolve the issue.

--
Trinath Somanchi - B39208
trinath.somanchi at freescale.com | extn: 4048

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140708/6471650f/attachment.html>


More information about the Openstack mailing list