Reviewed: https://review.openstack.org/454318 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d28a33a898360ae1c649e07d8bcdf8f2b2e11f1d Submitter: Jenkins Branch: master
commit d28a33a898360ae1c649e07d8bcdf8f2b2e11f1d Author: Ihar Hrachyshka <[email protected]> Date: Thu Apr 6 12:27:11 2017 -0700 Fixed validation of create_and_list_trunk_subports rally scenario New validation now enforces that times is >= concurrency because times is total number of *runs*, not the number of concurrent *run sets*. Change-Id: I454ef821e00bd5123a9640f472ad4b034dbec75e Closes-Bug: #1680580 ** 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/1680580 Title: rally job broken because of new validations failing on NeutronTrunks.create_and_list_trunk_subports Status in neutron: Fix Released Bug description: 2017-04-06 16:36:04.330721 | 2017-04-06 16:36:04.330 | Subtask NeutronTrunks.create_and_list_trunk_subports[0] has wrong configuration 2017-04-06 16:36:04.332035 | 2017-04-06 16:36:04.331 | Subtask configuration: 2017-04-06 16:36:04.333765 | 2017-04-06 16:36:04.333 | {'runner': {"type": "constant", "times": 1, "concurrency": 4}, 'args': {"subport_count": 250}, 'context': {"users": {"tenants": 1, "users_per_tenant": 1}, "quotas": {"neutron": {"network": -1, "port": 1000}}}} 2017-04-06 16:36:04.334810 | 2017-04-06 16:36:04.334 | 2017-04-06 16:36:04.335942 | 2017-04-06 16:36:04.335 | Reason(s): 2017-04-06 16:36:04.337233 | 2017-04-06 16:36:04.337 | Parameter 'concurrency' means a number of parallel executionsof iterations. Parameter 'times' means total number of iteration executions. It is redundant (and restricted) to have number of parallel iterations bigger then total number of iterations.` http://logs.openstack.org/40/453740/3/check/gate-rally-dsvm-neutron- neutron-ubuntu-xenial/249fa37/console.html#_2017-04-06_16_36_04_328580 This affects stable branches too. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1680580/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

