Comment 6 for bug 1819029

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron-tempest-plugin (master)

Reviewed: https://review.openstack.org/644847
Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=c1052e777ded77ff565c78b3e106d4bbf782d7c5
Submitter: Zuul
Branch: master

commit c1052e777ded77ff565c78b3e106d4bbf782d7c5
Author: Lajos Katona <email address hidden>
Date: Wed Mar 20 13:16:01 2019 +0100

    Remove test_port_resource_request_no_provider_net

    PortTestCasesResourceRequest.test_port_resource_request_no_provider_net
    assumed that creating a port with QoS mimimum bandwidth policy rule on a
    network without physnet is allowed, but it can't be as that would mean
    that the user got a bandwidth guarantee, but the current placement based
    bandwidth aware scheduling works only with physnet based ports.
    This patch removes this test assuming that port creation with QoS
    policies tested by legacy test for Stein-n branches.

    Change-Id: Iae7ff22e94029d19895ac46ab9bcc9f7a3c4a250
    Related-Bug: #1819029
    Needed-By: https://review.openstack.org/641712