Comment 7 for bug 1699415

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

Reviewed: https://review.openstack.org/481410
Committed: https://git.openstack.org/cgit/openstack/patrole/commit/?id=a7d9425c26ae4bf32e1b0d1363f67866b14d30f0
Submitter: Jenkins
Branch: master

commit a7d9425c26ae4bf32e1b0d1363f67866b14d30f0
Author: Felipe Monteiro <email address hidden>
Date: Fri Jul 7 04:48:30 2017 +0100

    Group together tests that create server and require network resources

    Group together tests that create a server and require network resources
    so as to reduce overhead with creating a server and improving gate
    stability. While these tests could also be grouped with
    test_server_misc_policy_actions.py, those tests don't require network
    resources, so it makes sense to separate out the network resource tests
    into a separate class.

    This commit groups together the tests from the following files:

      * test_attach_interfaces_rbac
      * test_ips_rbac
      * test_multinic_rbac

    into a shared class (MiscPolicyActionsNetworkRbacTest) inside
    test_server_misc_policy_actions_rbac.py.

    Closes-Bug: #1699421
    Related-Bug: #1699415
    Change-Id: I01c5e635028a6696331b1dc1401e274543db2716