Merge branch 'master' into 2640-folder-api
[arvados.git] / services / api / test / fixtures / users.yml
index d124cec5499fee9c782b9a20a8f19a93cd890dd1..c02ab61aa66b26cec3d96f08f3ad6c2d96fcd630 100644 (file)
@@ -1,31 +1,82 @@
 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
 
-one:
-  uuid: MyString
-  created_by_client: MyString
-  created_by_user: MyString
-  created_at: 2013-01-21 21:00:42
-  modified_by_client_uuid: MyString
-  modified_by_user_uuid: MyString
-  modified_at: 2013-01-21 21:00:42
-  email: MyString
-  first_name: MyString
-  last_name: MyString
-  identity_url: MyString
+admin:
+  uuid: zzzzz-tpzed-d9tiejq69daie8f
+  email: admin@arvados.local
+  first_name: TestCase
+  last_name: Administrator
+  identity_url: https://admin.openid.local
+  is_active: true
+  is_admin: true
+  prefs: {}
+
+miniadmin:
+  uuid: zzzzz-tpzed-2bg9x0oeydcw5hm
+  email: miniadmin@arvados.local
+  first_name: TestCase
+  last_name: User Group Administrator
+  identity_url: https://miniadmin.openid.local
+  is_active: true
+  is_admin: false
+  prefs: {}
+
+rominiadmin:
+  uuid: zzzzz-tpzed-4hvxm4n25emegis
+  email: rominiadmin@arvados.local
+  first_name: TestCase
+  last_name: Read-Only User Group Administrator
+  identity_url: https://rominiadmin.openid.local
+  is_active: true
   is_admin: false
-  prefs: MyText
-
-two:
-  uuid: MyString
-  created_by_client: MyString
-  created_by_user: MyString
-  created_at: 2013-01-21 21:00:42
-  modified_by_client_uuid: MyString
-  modified_by_user_uuid: MyString
-  modified_at: 2013-01-21 21:00:42
-  email: MyString
-  first_name: MyString
-  last_name: MyString
-  identity_url: MyString
+  prefs: {}
+
+active:
+  uuid: zzzzz-tpzed-xurymjxw79nv3jz
+  email: active-user@arvados.local
+  first_name: Active
+  last_name: User
+  identity_url: https://active-user.openid.local
+  is_active: true
   is_admin: false
-  prefs: MyText
+  prefs: {}
+
+spectator:
+  uuid: zzzzz-tpzed-l1s2piq4t4mps8r
+  email: spectator@arvados.local
+  first_name: Spect
+  last_name: Ator
+  identity_url: https://spectator.openid.local
+  is_active: true
+  is_admin: false
+  prefs: {}
+
+inactive_uninvited:
+  uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma
+  email: inactive-uninvited-user@arvados.local
+  first_name: Inactive and Uninvited
+  last_name: User
+  identity_url: https://inactive-uninvited-user.openid.local
+  is_active: false
+  is_admin: false
+  prefs: {}
+
+inactive:
+  uuid: zzzzz-tpzed-x9kqpd79egh49c7
+  email: inactive-user@arvados.local
+  first_name: Inactive
+  last_name: User
+  identity_url: https://inactive-user.openid.local
+  is_active: false
+  is_admin: false
+  prefs: {}
+
+inactive_but_signed_user_agreement:
+  uuid: zzzzz-tpzed-7sg468ezxwnodxs
+  email: inactive-user-signed-ua@arvados.local
+  first_name: Inactive But Agreeable
+  last_name: User
+  identity_url: https://inactive-but-agreeable-user.openid.local
+  is_active: false
+  is_admin: false
+  prefs: {}
+