summaryrefslogtreecommitdiffstats
path: root/tests/default_fixtures.py
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2012-01-17 21:03:27 -0800
committerJesse Andrews <anotherjesse@gmail.com>2012-01-19 15:31:21 -0800
commit7b4c26d603d3dc03578f7e2043d20660054e8a05 (patch)
tree64f097720c34f3878854534d44ea75669ea8a06c /tests/default_fixtures.py
parent781feaf6a8efb015db1be732f025c2d4339ab656 (diff)
downloadkeystone-7b4c26d603d3dc03578f7e2043d20660054e8a05.tar.gz
keystone-7b4c26d603d3dc03578f7e2043d20660054e8a05.tar.xz
keystone-7b4c26d603d3dc03578f7e2043d20660054e8a05.zip
add (failing) tests for scoping ec2 crud
Diffstat (limited to 'tests/default_fixtures.py')
-rw-r--r--tests/default_fixtures.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py
index 786becd1..82a0d968 100644
--- a/tests/default_fixtures.py
+++ b/tests/default_fixtures.py
@@ -5,6 +5,7 @@ TENANTS = [
USERS = [
{'id': 'foo', 'name': 'FOO', 'password': 'foo2', 'tenants': ['bar',]},
+ {'id': 'boo', 'name': 'BOO', 'password': 'boo2', 'tenants': ['baz',]},
]
METADATA = [