Comment 27 for bug 1607664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-bgpvpn (stable/mitaka)

Reviewed: https://review.openstack.org/381112
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=dbddaf6aef2f8a524c99a8b83e5a5959d2d32d79
Submitter: Jenkins
Branch: stable/mitaka

commit dbddaf6aef2f8a524c99a8b83e5a5959d2d32d79
Author: bfernando <email address hidden>
Date: Tue Sep 6 17:00:10 2016 +0200

    Add more tempest tests for read permissions

    * Improve the set of tests to be more exhaustive. The goal of these tests is
      to check that the reading restrictions between user of different tenants
      are preserved.
    * The tests added are:
      * show bgpvpn object made by a non owner fail.
      * show network association made by a non owner fail.
      * list network associations made by a non owner fail.
    * Add new methods to the BgpvpnClient (list, show).
    * Rename some methods/calls to be more standard.

    Change-Id: I7a3d773b30aa4ceaf13022f200f6fc6a49934ec2
    Partial-Bug: #1607664
    (cherry picked from commit b5279bf723d5cb32e6f7c363b7dfa727003944c2)