Skip to content

Commit

Permalink
Merge "Merge rules in api-server from domain and project rules"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 3, 2015
2 parents 113dc9a + 052f204 commit 77f34b1
Show file tree
Hide file tree
Showing 6 changed files with 768 additions and 42 deletions.
3 changes: 1 addition & 2 deletions src/config/api-server/tests/test_perms2.py
Expand Up @@ -633,8 +633,7 @@ def test_api_access(self):
for item in y['virtual-networks']:
logger.info( ' %s: %s' % (item['uuid'], item['fq_name']))
# need changes in auto code generation for lists
# expected = set(['alice-vn'])
expected = set([])
expected = set(['alice-vn'])
received = set([item['fq_name'][-1] for item in y['virtual-networks']])

self.assertEquals(expected, received)
Expand Down

0 comments on commit 77f34b1

Please sign in to comment.