Comment 12 for bug 1607664

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

Reviewed: https://review.openstack.org/366229
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=b5279bf723d5cb32e6f7c363b7dfa727003944c2
Submitter: Jenkins
Branch: master

commit b5279bf723d5cb32e6f7c363b7dfa727003944c2
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