← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1714901] Re: gate-rally-dsvm-neutron-neutron-ubuntu-xenial failing 100% in NeutronTrunks.create_and_list_trunk_subports

 

Reviewed:  https://review.openstack.org/500501
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=07ddb11685663a00ff963549ad169614d2592c30
Submitter: Jenkins
Branch:    master

commit 07ddb11685663a00ff963549ad169614d2592c30
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date:   Mon Sep 4 03:24:48 2017 -0700

    Match load_rc_for_rally logic to load_rc_hook
    
    This makes the rally extras loading logic compatible
    with devstack-gate and unblocks the rally job.
    
    Closes-Bug: #1714901
    Change-Id: I80c9a155ee2b52558109c764075a58dfabee44d4


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1714901

Title:
  gate-rally-dsvm-neutron-neutron-ubuntu-xenial failing 100% in
  NeutronTrunks.create_and_list_trunk_subports

Status in neutron:
  Fix Released

Bug description:
  This has started about two days ago:

  http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22NeutronTrunks.create_and_list_trunk_subports%5C%22%20AND%20message%3A%5C%22FAIL%5C%22

  Sample failure log:

  http://logs.openstack.org/61/500261/2/check/gate-rally-dsvm-neutron-
  neutron-ubuntu-xenial/f5742a5/rally-plot/detailed.txt.gz

  --------------------------------------------------------------------------------
  Task fe68e403-0694-4016-be5d-e02f67cb04fd has 4 error(s)
  --------------------------------------------------------------------------------

  NotFound: The resource could not be found.
  Neutron server returns request_ids: ['req-ff94c196-cb60-41d6-9e2c-42f780960d69']

  Traceback (most recent call last):
    File "/opt/stack/new/rally/rally/task/runner.py", line 72, in _run_scenario_once
      getattr(scenario_inst, method_name)(**scenario_kwargs)
    File "/home/jenkins/.rally/plugins/plugins/trunk_scenario.py", line 41, in run
      trunk = self._create_trunk(trunk_payload)
    File "/opt/stack/new/rally/rally/task/atomic.py", line 85, in func_atomic_actions
      f = func(self, *args, **kwargs)
    File "/home/jenkins/.rally/plugins/plugins/trunk_scenario.py", line 53, in _create_trunk
      return self.clients("neutron").create_trunk({'trunk': trunk_payload})
    File "/usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 2067, in create_trunk
      return self.post(self.trunks_path, body=body)
    File "/usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 357, in post
      headers=headers, params=params)
    File "/usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 292, in do_request
      self._handle_fault_response(status_code, replybody, resp)
    File "/usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response
      exception_handler_v20(status_code, error_body)
    File "/usr/local/lib/python2.7/dist-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20
      request_ids=request_ids)
  NotFound: The resource could not be found.
  Neutron server returns request_ids: ['req-ff94c196-cb60-41d6-9e2c-42f780960d69']

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1714901/+subscriptions


References