Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.70 KB | None | 0 0
  1. [harlowja@followsave anvil]$ sudo ./smithy -p conf/personas/solo/keystone.yaml -a test
  2. INFO: @anvil.distro : Matched distro rhel for platform Linux-2.6.32-220.4.2.el6.YAHOO.20120217.x86_64-x86_64-with-redhat-6.2-Santiago
  3. ___ ____ _____ _ _ ____ _____ _ ____ _ __
  4. / _ \| _ \| ____| \ | / ___|_ _|/ \ / ___| |/ /
  5. | | | | |_) | _| | \| \___ \ | | / _ \| | | ' /
  6. | |_| | __/| |___| |\ |___) || |/ ___ \ |___| . \
  7. \___/|_| |_____|_| \_|____/ |_/_/ \_\____|_|\_\
  8. Anvil: | 2012.2-dev |
  9. And now for something completely different!
  10. -------------------Action Runner--------------------
  11. INFO: @anvil : Starting action test on Thu, 23 Aug 2012 00:12:38 for distro: rhel
  12. INFO: @anvil : Using persona: conf/personas/solo/keystone.yaml
  13. INFO: @anvil : In root directory: /home/harlowja/openstack
  14. INFO: @anvil.action : Processing components for action test.
  15. INFO: @anvil.action : Activating in the following order:
  16. INFO: @anvil.action : |-- general
  17. INFO: @anvil.action : |-- keystone
  18. INFO: @anvil.action : |-- keystone-client
  19. INFO: @anvil.action : Booting up your components.
  20. INFO: @anvil.action : Updated passwords to be used from 1 files:
  21. INFO: @anvil.action : |-- /home/harlowja/anvil/passwords.yaml
  22. INFO: @anvil.action : Verifying that the components are ready to rock-n-roll.
  23. INFO: @anvil.action : Warming up component configurations.
  24. INFO: @anvil.action : Updated/created 1 password files:
  25. INFO: @anvil.action : |-- /home/harlowja/anvil/passwords.yaml
  26. INFO: @anvil.actions.test : Running tests of component general.
  27. INFO: @anvil.actions.test : Running tests of component keystone.
  28. AuthTokenMiddlewareTest
  29. test_default_tenant_uuid_token OK 0.02
  30. test_fetch_revocation_list OK 0.02
  31. test_get_revocation_list_returns_current_list_from_disk OK 0.01
  32. test_get_revocation_list_returns_current_list_from_memory OK 0.01
  33. test_get_revocation_list_returns_fetched_list OK 0.02
  34. test_get_token_revocation_list_fetched_time_returns_min OK 0.01
  35. test_get_token_revocation_list_fetched_time_returns_mtime OK 0.01
  36. test_get_token_revocation_list_fetched_time_returns_value OK 0.01
  37. test_is_signed_token_revoked_returns_false OK 0.00
  38. test_is_signed_token_revoked_returns_true OK 0.01
  39. test_memcache OK 0.01
  40. test_memcache_set_expired OK 0.02
  41. test_memcache_set_invalid OK 0.01
  42. test_request_blank_token OK 0.01
  43. test_request_invalid_signed_token OK 0.02
  44. test_request_invalid_uuid_token OK 0.01
  45. test_request_no_token OK 0.01
  46. test_request_prevent_service_catalog_injection OK 0.01
  47. test_revoked_token_receives_401 OK 0.01
  48. test_unscoped_pki_token_receives_401 OK 0.02
  49. test_unscoped_uuid_token_receives_401 OK 0.01
  50. test_valid_signed_request OK 0.02
  51. test_valid_uuid_request OK 0.01
  52. test_verify_signed_token_raises_exception_for_revoked_token OK 0.01
  53. test_verify_signed_token_succeeds_for_unrevoked_token OK 0.02
  54. DiabloAuthTokenMiddlewareTest
  55. test_valid_diablo_response OK 0.01
  56. KvsCatalog
  57. test_create_endpoint_404 OK 0.01
  58. test_delete_endpoint_404 OK 0.00
  59. test_delete_service_404 OK 0.01
  60. test_get_catalog OK 0.00
  61. test_get_catalog_404 OK 0.01
  62. test_get_endpoint_404 OK 0.00
  63. test_get_service_404 OK 0.01
  64. test_service_crud OK 0.00
  65. test_service_list OK 0.00
  66. KvsIdentity
  67. test_add_duplicate_role_grant OK 0.06
  68. test_add_role_to_user_and_tenant_404 OK 0.01
  69. test_add_user_to_tenant OK 0.01
  70. test_add_user_to_tenant_404 OK 0.01
  71. test_authenticate OK 0.01
  72. test_authenticate_bad_password OK 0.01
  73. test_authenticate_bad_tenant OK 0.01
  74. test_authenticate_bad_user OK 0.01
  75. test_authenticate_no_metadata OK 0.01
  76. test_authenticate_no_tenant OK 0.01
  77. test_create_duplicate_role_name_fails OK 0.01
  78. test_create_duplicate_tenant_id_fails OK 0.01
  79. test_create_duplicate_tenant_name_fails OK 0.01
  80. test_create_duplicate_user_id_fails OK 0.01
  81. test_create_duplicate_user_name_fails OK 0.01
  82. test_create_tenant_blank_name_fails OK 0.01
  83. test_create_tenant_invalid_name_fails OK 0.01
  84. test_create_tenant_long_name_fails OK 0.01
  85. test_create_user_blank_name_fails OK 0.01
  86. test_create_user_invalid_name_fails OK 0.01
  87. test_create_user_long_name_fails OK 0.01
  88. test_delete_role_404 OK 0.01
  89. test_delete_tenant_404 OK 0.01
  90. test_delete_user_404 OK 0.01
  91. test_delete_user_with_tenant_association OK 0.01
  92. test_get_metadata OK 0.01
  93. test_get_metadata_404 OK 0.01
  94. test_get_role OK 0.01
  95. test_get_role_404 OK 0.01
  96. test_get_role_by_user_and_tenant OK 0.01
  97. test_get_roles_for_user_and_tenant_404 OK 0.01
  98. test_get_tenant OK 0.01
  99. test_get_tenant_404 OK 0.01
  100. test_get_tenant_by_name OK 0.01
  101. test_get_tenant_by_name_404 OK 0.01
  102. test_get_tenant_users_404 OK 0.01
  103. test_get_tenants_for_user_404 OK 0.01
  104. test_get_user OK 0.01
  105. test_get_user_404 OK 0.01
  106. test_get_user_by_name OK 0.01
  107. test_get_user_by_name_404 OK 0.01
  108. test_password_hashed OK 0.01
  109. test_remove_role_from_user_and_tenant OK 0.01
  110. test_remove_user_from_tenant OK 0.01
  111. test_remove_user_from_tenant_404 OK 0.01
  112. test_rename_duplicate_role_name_fails OK 0.01
  113. test_rename_duplicate_tenant_name_fails OK 0.01
  114. test_rename_duplicate_user_name_fails OK 0.01
  115. test_role_crud OK 0.01
  116. test_update_role_404 OK 0.01
  117. test_update_tenant_404 OK 0.01
  118. test_update_tenant_blank_name_fails OK 0.01
  119. test_update_tenant_id_does_nothing OK 0.01
  120. test_update_tenant_invalid_name_fails OK 0.01
  121. test_update_tenant_long_name_fails OK 0.01
  122. test_update_user_404 OK 0.01
  123. test_update_user_blank_name_fails OK 0.01
  124. test_update_user_id_fails OK 0.01
  125. test_update_user_invalid_name_fails OK 0.01
  126. test_update_user_long_name_fails OK 0.01
  127. KvsToken
  128. test_delete_token_404 OK 0.00
  129. test_expired_token OK 0.00
  130. test_get_token_404 OK 0.00
  131. test_list_revoked_tokens_for_multiple_tokens OK 0.00
  132. test_list_revoked_tokens_for_single_token OK 0.01
  133. test_list_revoked_tokens_returns_empty_list OK 0.00
  134. test_null_expires_token OK 0.00
  135. test_token_crud OK 0.00
  136. PamIdentity
  137. test_get_metadata_for_non_root OK 0.01
  138. test_get_metadata_for_root OK 0.01
  139. test_get_tenant OK 0.01
  140. test_get_tenant_by_name OK 0.01
  141. test_get_user OK 0.01
  142. test_get_user_by_name OK 0.01
  143. SqlCatalog
  144. test_create_endpoint_404 OK 1.83
  145. test_delete_endpoint_404 OK 0.25
  146. test_delete_service_404 OK 0.24
  147. test_get_endpoint_404 OK 0.23
  148. test_get_service_404 OK 0.26
  149. test_service_crud OK 0.36
  150. test_service_list OK 0.25
  151. SqlIdentity
  152. test_add_duplicate_role_grant OK 1.08
  153. test_add_role_to_user_and_tenant_404 OK 0.95
  154. test_add_user_to_tenant OK 0.87
  155. test_add_user_to_tenant_404 OK 0.87
  156. test_authenticate OK 0.87
  157. test_authenticate_bad_password OK 0.85
  158. test_authenticate_bad_tenant OK 0.86
  159. test_authenticate_bad_user OK 0.87
  160. test_authenticate_no_metadata OK 0.89
  161. test_authenticate_no_tenant OK 0.88
  162. test_create_duplicate_role_name_fails OK 1.02
  163. test_create_duplicate_tenant_id_fails OK 1.04
  164. test_create_duplicate_tenant_name_fails OK 0.91
  165. test_create_duplicate_user_id_fails OK 0.91
  166. test_create_duplicate_user_name_fails OK 0.92
  167. test_create_null_role_name OK 0.87
  168. test_create_null_tenant_name OK 0.93
  169. test_create_null_user_name OK 0.94
  170. test_create_tenant_blank_name_fails OK 0.87
  171. test_create_tenant_invalid_name_fails OK 0.88
  172. test_create_tenant_long_name_fails OK 0.86
  173. test_create_user_blank_name_fails OK 0.90
  174. test_create_user_invalid_name_fails OK 0.88
  175. test_create_user_long_name_fails OK 0.85
  176. test_delete_role_404 OK 0.85
  177. test_delete_tenant_404 OK 0.85
  178. test_delete_tenant_with_metadata OK 1.04
  179. test_delete_tenant_with_user_association OK 1.05
  180. test_delete_user_404 OK 0.90
  181. test_delete_user_with_metadata OK 1.07
  182. test_delete_user_with_tenant_association OK 1.12
  183. test_get_metadata OK 0.86
  184. test_get_metadata_404 OK 0.88
  185. test_get_role OK 0.88
  186. test_get_role_404 OK 0.86
  187. test_get_role_by_user_and_tenant OK 1.02
  188. test_get_roles_for_user_and_tenant_404 OK 0.85
  189. test_get_tenant OK 0.85
  190. test_get_tenant_404 OK 0.85
  191. test_get_tenant_by_name OK 1.02
  192. test_get_tenant_by_name_404 OK 0.91
  193. test_get_tenant_users_404 OK 0.86
  194. test_get_tenants_for_user_404 OK 0.85
  195. test_get_user OK 0.87
  196. test_get_user_404 OK 0.86
  197. test_get_user_by_name OK 0.85
  198. test_get_user_by_name_404 OK 0.96
  199. test_password_hashed OK 0.85
  200. test_remove_role_from_user_and_tenant OK 1.00
  201. test_remove_user_from_tenant OK 0.95
  202. test_remove_user_from_tenant_404 OK 0.95
  203. test_rename_duplicate_role_name_fails OK 0.99
  204. test_rename_duplicate_tenant_name_fails OK 0.99
  205. test_rename_duplicate_user_name_fails OK 0.98
  206. test_role_crud OK 1.03
  207. test_update_role_404 OK 0.86
  208. test_update_tenant_404 OK 0.86
  209. test_update_tenant_blank_name_fails OK 0.93
  210. test_update_tenant_id_does_nothing OK 0.92
  211. test_update_tenant_invalid_name_fails OK 0.97
  212. test_update_tenant_long_name_fails OK 0.97
  213. test_update_user_404 OK 0.89
  214. test_update_user_blank_name_fails OK 0.92
  215. test_update_user_id_fails OK 0.94
  216. test_update_user_invalid_name_fails OK 0.93
  217. test_update_user_long_name_fails OK 0.97
  218. SqlToken
  219. test_delete_token_404 OK 0.02
  220. test_expired_token OK 0.10
  221. test_get_token_404 OK 0.01
  222. test_list_revoked_tokens_for_multiple_tokens OK 0.33
  223. test_list_revoked_tokens_for_single_token OK 0.19
  224. test_list_revoked_tokens_returns_empty_list OK 0.02
  225. test_null_expires_token OK 0.10
  226. test_token_crud OK 0.24
  227. TestTemplatedCatalog
  228. test_create_endpoint_404 OK 0.01
  229. test_delete_endpoint_404 OK 0.00
  230. test_delete_service_404 OK 0.00
  231. test_get_catalog OK 0.01
  232. test_get_endpoint_404 OK 0.00
  233. test_get_service_404 OK 0.01
  234. test_service_crud OK 0.00
  235. test_service_list OK 0.00
  236. CertSetupTestCase
  237. test_create_certs OK 0.17
  238. JsonTestCase
  239. test_admin_extensions OK 0.11
  240. test_admin_extensions_404 OK 0.06
  241. test_admin_multiple_choice OK 0.15
  242. test_admin_osksadm_extension OK 0.06
  243. test_admin_version OK 0.07
  244. test_authenticate OK 0.07
  245. test_endpoints SKIP: Blocked by bug 933555
  246. test_error_response OK 0.06
  247. test_get_tenant OK 0.08
  248. test_get_tenants_for_token OK 0.07
  249. test_get_user OK 0.07
  250. test_get_user_roles SKIP: Blocked by bug 933565
  251. test_get_user_roles_with_tenant OK 0.07
  252. test_public_extensions OK 0.06
  253. test_public_multiple_choice OK 0.06
  254. test_public_osksadm_extension_404 OK 0.17
  255. test_public_version OK 0.06
  256. test_service_crud_requires_auth OK 0.10
  257. test_user_role_list_requires_auth OK 0.07
  258. test_validate_token OK 0.20
  259. test_validate_token_belongs_to OK 0.07
  260. test_validate_token_head OK 0.07
  261. test_validate_token_no_belongs_to_still_returns_catalog OK 0.07
  262. XmlTestCase
  263. test_admin_extensions OK 0.06
  264. test_admin_extensions_404 OK 0.19
  265. test_admin_multiple_choice OK 0.06
  266. test_admin_osksadm_extension OK 0.06
  267. test_admin_version OK 0.07
  268. test_authenticate OK 0.19
  269. test_endpoints SKIP: Blocked by bug 933555
  270. test_error_response OK 0.06
  271. test_get_tenant OK 0.08
  272. test_get_tenants_for_token OK 0.07
  273. test_get_user OK 0.21
  274. test_get_user_roles SKIP: Blocked by bug 933565
  275. test_get_user_roles_with_tenant OK 0.08
  276. test_public_extensions OK 0.06
  277. test_public_multiple_choice OK 0.19
  278. test_public_osksadm_extension_404 OK 0.06
  279. test_public_version OK 0.06
  280. test_validate_token OK 0.08
  281. test_validate_token_belongs_to OK 0.08
  282. test_validate_token_head OK 0.22
  283. test_validate_token_no_belongs_to_still_returns_catalog OK 0.07
  284. ExceptionTestCase
  285. test_all_json_renderings OK 0.00
  286. test_forbidden_action OK 0.00
  287. test_not_found OK 0.00
  288. test_validation_error OK 0.00
  289. ImportLegacy
  290. test_import_d5 OK 1.43
  291. test_import_diablo OK 1.74
  292. test_import_essex OK 1.87
  293. Kc11TestCase
  294. test_admin_requires_adminness OK 0.15
  295. test_authenticate_and_delete_token OK 0.24
  296. test_authenticate_disabled_tenant OK 0.13
  297. test_authenticate_invalid_tenant_id OK 0.07
  298. test_authenticate_no_password OK 0.06
  299. test_authenticate_no_username OK 0.06
  300. test_authenticate_tenant_id_and_tenants OK 0.24
  301. test_authenticate_tenant_name_and_tenants OK 0.07
  302. test_authenticate_token_invalid_tenant_id OK 0.08
  303. test_authenticate_token_no_tenant OK 0.08
  304. test_authenticate_token_tenant_id OK 0.25
  305. test_authenticate_token_tenant_name OK 0.08
  306. test_change_password_invalidates_token OK 0.12
  307. test_disable_user_invalidates_token OK 0.11
  308. test_ec2_credential_crud OK 0.26
  309. test_ec2_credentials_create_404 OK 0.08
  310. test_ec2_credentials_delete_404 OK 0.08
  311. test_ec2_credentials_delete_user_forbidden OK 0.09
  312. test_ec2_credentials_get_404 OK 0.08
  313. test_ec2_credentials_get_user_forbidden OK 0.27
  314. test_ec2_credentials_list_404 OK 0.08
  315. test_ec2_credentials_list_user_forbidden OK 0.07
  316. test_endpoint_delete_404 OK 0.10
  317. test_invalid_password OK 0.26
  318. test_invalid_user_and_password OK 0.07
  319. test_role_create_no_name OK 0.08
  320. test_role_crud OK 0.10
  321. test_role_delete_404 OK 0.26
  322. test_role_get OK 0.08
  323. test_role_get_404 OK 0.08
  324. test_role_list OK 0.08
  325. test_role_list_404 OK 0.10
  326. test_service_crud OK 0.27
  327. test_service_delete_404 OK 0.08
  328. test_service_get_404 OK 0.08
  329. test_tenant_create_no_name OK 0.08
  330. test_tenant_create_update_and_delete OK 0.31
  331. test_tenant_delete_404 OK 0.08
  332. test_tenant_get_404 OK 0.08
  333. test_tenant_list OK 0.10
  334. test_tenant_update_404 OK 0.08
  335. test_token_expiry_maintained OK 1.27
  336. test_user_create_404 OK 0.08
  337. test_user_create_no_name OK 0.08
  338. test_user_create_update_delete OK 0.18
  339. test_user_delete_404 OK 0.25
  340. test_user_get OK 0.08
  341. test_user_get_404 OK 0.08
  342. test_user_list OK 0.08
  343. test_user_list_404 OK 0.25
  344. test_user_update_404 OK 0.08
  345. test_user_update_password_404 OK 0.08
  346. test_user_update_tenant_404 SKIP: N/A
  347. KcEssex3TestCase
  348. test_admin_requires_adminness OK 0.14
  349. test_authenticate_and_delete_token SKIP: N/A
  350. test_authenticate_disabled_tenant OK 0.12
  351. test_authenticate_invalid_tenant_id OK 0.07
  352. test_authenticate_no_password OK 0.06
  353. test_authenticate_no_username OK 0.23
  354. test_authenticate_tenant_id_and_tenants OK 0.08
  355. test_authenticate_tenant_name_and_tenants OK 0.07
  356. test_authenticate_token_invalid_tenant_id OK 0.08
  357. test_authenticate_token_no_tenant OK 0.08
  358. test_authenticate_token_tenant_id OK 0.27
  359. test_authenticate_token_tenant_name OK 0.08
  360. test_change_password_invalidates_token OK 0.12
  361. test_disable_user_invalidates_token OK 0.11
  362. test_ec2_credential_crud OK 0.29
  363. test_ec2_credentials_create_404 OK 0.08
  364. test_ec2_credentials_delete_404 OK 0.07
  365. test_ec2_credentials_delete_user_forbidden OK 0.10
  366. test_ec2_credentials_get_404 OK 0.28
  367. test_ec2_credentials_get_user_forbidden OK 0.10
  368. test_ec2_credentials_list_404 OK 0.07
  369. test_ec2_credentials_list_user_forbidden OK 0.08
  370. test_endpoint_create_404 SKIP: N/A
  371. test_endpoint_delete_404 SKIP: N/A
  372. test_invalid_password OK 0.09
  373. test_invalid_user_and_password OK 0.07
  374. test_role_create_no_name OK 0.08
  375. test_role_crud OK 0.30
  376. test_role_delete_404 OK 0.08
  377. test_role_get OK 0.08
  378. test_role_get_404 OK 0.08
  379. test_role_list OK 0.30
  380. test_role_list_404 SKIP: N/A
  381. test_roles_get_by_user OK 0.08
  382. test_service_crud OK 0.10
  383. test_service_delete_404 OK 0.08
  384. test_service_get_404 OK 0.31
  385. test_tenant_add_and_remove_user OK 0.10
  386. test_tenant_create_no_name OK 0.08
  387. test_tenant_create_update_and_delete OK 0.12
  388. test_tenant_delete_404 OK 0.30
  389. test_tenant_get_404 OK 0.08
  390. test_tenant_list OK 0.09
  391. test_tenant_update_404 OK 0.08
  392. test_token_expiry_maintained OK 1.09
  393. test_user_create_404 OK 0.31
  394. test_user_create_no_name OK 0.08
  395. test_user_create_update_delete OK 0.18
  396. test_user_delete_404 OK 0.10
  397. test_user_get OK 0.30
  398. test_user_get_404 OK 0.08
  399. test_user_list OK 0.08
  400. test_user_list_404 OK 0.08
  401. test_user_update_404 SKIP: N/A
  402. test_user_update_password_404 OK 0.08
  403. test_user_update_tenant_404 SKIP: N/A
  404. KcMasterTestCase
  405. test_admin_requires_adminness OK 13.28
  406. test_authenticate_and_delete_token OK 0.10
  407. test_authenticate_disabled_tenant OK 0.38
  408. test_authenticate_invalid_tenant_id OK 0.07
  409. test_authenticate_no_password OK 0.06
  410. test_authenticate_no_username OK 0.06
  411. test_authenticate_tenant_id_and_tenants OK 0.32
  412. test_authenticate_tenant_name_and_tenants OK 0.07
  413. test_authenticate_token_invalid_tenant_id OK 0.08
  414. test_authenticate_token_no_tenant OK 0.08
  415. test_authenticate_token_tenant_id OK 0.34
  416. test_authenticate_token_tenant_name OK 0.08
  417. test_change_password_invalidates_token OK 0.12
  418. test_disable_user_invalidates_token OK 0.11
  419. test_ec2_credential_crud OK 0.10
  420. test_ec2_credentials_create_404 OK 0.34
  421. test_ec2_credentials_delete_404 OK 0.07
  422. test_ec2_credentials_delete_user_forbidden OK 0.09
  423. test_ec2_credentials_get_404 OK 0.07
  424. test_ec2_credentials_get_user_forbidden OK 0.34
  425. test_ec2_credentials_list_404 OK 0.07
  426. test_ec2_credentials_list_user_forbidden OK 0.08
  427. test_endpoint_delete_404 OK 0.08
  428. test_invalid_password OK 0.34
  429. test_invalid_user_and_password OK 0.07
  430. test_role_create_no_name OK 0.08
  431. test_role_crud OK 0.10
  432. test_role_delete_404 OK 0.08
  433. test_role_get OK 0.33
  434. test_role_get_404 OK 0.08
  435. test_role_list OK 0.08
  436. test_role_list_404 OK 0.10
  437. test_roles_get_by_user OK 0.34
  438. test_service_crud OK 0.11
  439. test_service_delete_404 OK 0.08
  440. test_service_get_404 OK 0.08
  441. test_tenant_add_and_remove_user OK 0.09
  442. test_tenant_create_no_name OK 0.35
  443. test_tenant_create_update_and_delete OK 0.12
  444. test_tenant_delete_404 OK 0.08
  445. test_tenant_get_404 OK 0.08
  446. test_tenant_list OK 0.35
  447. test_tenant_list_limit OK 0.08
  448. test_tenant_list_limit_bad_value OK 0.08
  449. test_tenant_list_marker OK 0.08
  450. test_tenant_list_marker_not_found OK 0.33
  451. test_tenant_update_404 OK 0.08
  452. test_token_expiry_maintained OK 1.09
  453. test_tokens_after_user_update_passwd OK 0.09
  454. test_user_can_update_passwd OK 0.09
  455. test_user_cant_update_other_users_passwd OK 0.35
  456. test_user_create_404 OK 0.08
  457. test_user_create_no_name OK 0.08
  458. test_user_create_update_delete OK 0.19
  459. test_user_delete_404 OK 0.32
  460. test_user_get OK 0.09
  461. test_user_get_404 OK 0.08
  462. test_user_list OK 0.08
  463. test_user_list_404 OK 0.08
  464. test_user_role_add_404 OK 0.36
  465. test_user_role_remove_404 OK 0.10
  466. test_user_update_404 OK 0.08
  467. test_user_update_password_404 OK 0.08
  468. test_user_update_tenant_404 SKIP: N/A
  469. KcMasterSqlTestCase
  470. test_admin_requires_adminness OK 1.39
  471. test_authenticate_and_delete_token OK 1.42
  472. test_authenticate_disabled_tenant OK 1.60
  473. test_authenticate_invalid_tenant_id OK 1.47
  474. test_authenticate_no_password OK 1.26
  475. test_authenticate_no_username OK 1.70
  476. test_authenticate_tenant_id_and_tenants OK 1.29
  477. test_authenticate_tenant_name_and_tenants OK 1.55
  478. test_authenticate_token_invalid_tenant_id OK 1.27
  479. test_authenticate_token_no_tenant OK 1.34
  480. test_authenticate_token_tenant_id OK 1.40
  481. test_authenticate_token_tenant_name OK 1.63
  482. test_change_password_invalidates_token OK 1.77
  483. test_disable_user_invalidates_token OK 1.60
  484. test_ec2_credential_crud OK 1.43
  485. test_ec2_credentials_create_404 OK 1.56
  486. test_ec2_credentials_delete_404 OK 1.29
  487. test_ec2_credentials_delete_user_forbidden OK 1.74
  488. test_ec2_credentials_get_404 OK 1.26
  489. test_ec2_credentials_get_user_forbidden OK 1.77
  490. test_ec2_credentials_list_404 OK 1.34
  491. test_ec2_credentials_list_user_forbidden OK 1.24
  492. test_endpoint_create_404 OK 1.54
  493. test_endpoint_crud OK 1.49
  494. test_endpoint_delete_404 OK 1.32
  495. test_invalid_password OK 1.25
  496. test_invalid_user_and_password OK 1.43
  497. test_role_create_no_name OK 1.28
  498. test_role_crud OK 1.42
  499. test_role_delete_404 OK 1.26
  500. test_role_get OK 1.67
  501. test_role_get_404 OK 1.31
  502. test_role_list OK 1.25
  503. test_role_list_404 OK 1.30
  504. test_roles_get_by_user OK 1.54
  505. test_service_crud OK 1.44
  506. test_service_delete_404 OK 1.25
  507. test_service_get_404 OK 1.25
  508. test_tenant_add_and_remove_user OK 1.96
  509. test_tenant_create_no_name OK 1.26
  510. test_tenant_create_update_and_delete OK 1.56
  511. test_tenant_delete_404 OK 1.25
  512. test_tenant_get_404 OK 1.58
  513. test_tenant_list OK 1.37
  514. test_tenant_list_limit OK 1.59
  515. test_tenant_list_limit_bad_value OK 1.31
  516. test_tenant_list_marker OK 1.83
  517. test_tenant_list_marker_not_found OK 1.26
  518. test_tenant_update_404 OK 1.26
  519. test_token_expiry_maintained OK 2.32
  520. test_tokens_after_user_update_passwd OK 1.78
  521. test_user_can_update_passwd OK 1.59
  522. test_user_cant_update_other_users_passwd OK 1.24
  523. test_user_create_404 OK 1.26
  524. test_user_create_no_name OK 1.54
  525. test_user_create_update_delete OK 2.11
  526. test_user_delete_404 OK 1.23
  527. test_user_get OK 1.24
  528. test_user_get_404 OK 1.63
  529. test_user_list OK 1.30
  530. test_user_list_404 OK 1.28
  531. test_user_role_add_404 OK 1.37
  532. test_user_role_remove_404 OK 1.60
  533. test_user_update_404 OK 1.24
  534. test_user_update_password_404 OK 1.22
  535. test_user_update_tenant_404 SKIP: N/A
  536. AdminTokenAuthMiddlewareTest
  537. test_request_admin OK 0.00
  538. test_request_non_admin OK 0.00
  539. JsonBodyMiddlewareTest
  540. test_malformed_json OK 0.00
  541. test_no_content_type OK 0.00
  542. test_request_with_params OK 0.00
  543. test_unrecognized_content_type OK 0.00
  544. test_unrecognized_content_type_without_body OK 0.00
  545. PostParamsMiddlewareTest
  546. test_request_with_params OK 0.00
  547. TokenAuthMiddlewareTest
  548. test_request OK 0.00
  549. XmlBodyMiddlewareTest
  550. test_client_fails_to_specify_accept OK 0.00
  551. test_client_wants_json_back OK 0.00
  552. test_client_wants_xml_back OK 0.01
  553. test_json_unnaffected OK 0.00
  554. test_xml_replaced_by_json OK 0.32
  555. MigrateNovaAuth
  556. test_import OK 1.94
  557. DefaultPolicyTestCase
  558. test_default_not_found OK 0.01
  559. test_not_found_policy_calls_default OK 0.01
  560. test_policy_called OK 0.01
  561. PolicyFileTestCase
  562. test_modified_policy_reloads OK 0.01
  563. PolicyTestCase
  564. test_early_AND_enforcement OK 0.01
  565. test_early_OR_enforcement OK 0.00
  566. test_enforce_bad_action_throws OK 0.00
  567. test_enforce_good_action OK 0.01
  568. test_enforce_http_false OK 0.00
  569. test_enforce_http_true OK 0.01
  570. test_enforce_nonexistent_action_throws OK 0.00
  571. test_ignore_case_role_check OK 0.00
  572. test_templatized_enforcement OK 0.01
  573. XmlSerializerTestCase
  574. test_auth_request OK 0.01
  575. test_none OK 0.00
  576. test_role_crud OK 0.01
  577. test_service_crud OK 0.01
  578. test_tenant_crud OK 0.01
  579. test_values_list OK 0.01
  580. SetupTest
  581. test_mailmap_with_firstname OK 0.00
  582. test_mailmap_with_fullname OK 0.00
  583. test_mailmap_with_noname OK 0.00
  584. test_str_dict_replace OK 0.00
  585. SSLTestCase
  586. test_1way_ssl_ok OK 0.07
  587. test_2way_ssl_fail OK 0.06
  588. test_2way_ssl_ok OK 0.07
  589. UrlMiddlewareTest
  590. test_rewrite_empty_path OK 0.01
  591. test_trailing_slash_normalization OK 0.00
  592. UtilsTestCase
  593. test_auth_str_equal OK 0.00
  594. test_hash OK 0.01
  595. test_hash_edge_cases OK 0.01
  596. test_hash_long_password OK 0.31
  597. test_hash_unicode OK 0.01
  598. VersionTestCase
  599. test_admin_versions OK 0.39
  600. test_public_versions OK 0.09
  601. ApplicationTest
  602. test_query_string_available OK 0.01
  603. test_render_response OK 0.00
  604. test_render_response_custom_headers OK 0.00
  605. test_render_response_custom_status OK 0.00
  606. test_render_response_no_body OK 0.00
  607. test_response_content_type OK 0.01
  608.  
  609. ----------------------------------------------------------------------
  610. Ran 545 tests in 215.083s
  611.  
  612. OK (SKIP=13)
  613. Slowest 5 tests took 21.61 secs:
  614. 13.28 test_admin_requires_adminness (test_keystoneclient.KcMasterTestCase)
  615. 2.32 test_token_expiry_maintained (test_keystoneclient_sql.KcMasterSqlTestCase)
  616. 2.11 test_user_create_update_delete (test_keystoneclient_sql.KcMasterSqlTestCase)
  617. 1.96 test_tenant_add_and_remove_user (test_keystoneclient_sql.KcMasterSqlTestCase)
  618. 1.94 test_import (test_migrate_nova_auth.MigrateNovaAuth)
  619. INFO: @anvil.actions.test : Running tests of component keystone-client.
  620. test_auth_redirect (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... ok
  621. test_authenticate_failure (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... No handlers could be found for logger "keystoneclient.client"
  622. ok
  623. test_authenticate_success_password_scoped (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... ok
  624. test_authenticate_success_password_unscoped (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... ok
  625. test_authenticate_success_token_scoped (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... ok
  626. test_authenticate_success_token_unscoped (tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests) ... ok
  627. test_get_version_local (tests.v2_0.test_discovery.DiscoverKeystoneTests) ... ok
  628. test_get_versions (tests.v2_0.test_discovery.DiscoverKeystoneTests) ... ok
  629. test_create (tests.v2_0.test_ec2.EC2Tests) ... ok
  630. test_delete (tests.v2_0.test_ec2.EC2Tests) ... ok
  631. test_get (tests.v2_0.test_ec2.EC2Tests) ... ok
  632. test_list (tests.v2_0.test_ec2.EC2Tests) ... ok
  633. test_create (tests.v2_0.test_endpoints.EndpointTests) ... ok
  634. test_delete (tests.v2_0.test_endpoints.EndpointTests) ... ok
  635. test_list (tests.v2_0.test_endpoints.EndpointTests) ... ok
  636. test_add_user_role (tests.v2_0.test_roles.RoleTests) ... ok
  637. test_add_user_role_tenant (tests.v2_0.test_roles.RoleTests) ... ok
  638. test_create (tests.v2_0.test_roles.RoleTests) ... ok
  639. test_delete (tests.v2_0.test_roles.RoleTests) ... ok
  640. test_get (tests.v2_0.test_roles.RoleTests) ... ok
  641. test_list (tests.v2_0.test_roles.RoleTests) ... ok
  642. test_remove_user_role (tests.v2_0.test_roles.RoleTests) ... ok
  643. test_remove_user_role_tenant (tests.v2_0.test_roles.RoleTests) ... ok
  644. test_roles_for_user (tests.v2_0.test_roles.RoleTests) ... ok
  645. test_roles_for_user_tenant (tests.v2_0.test_roles.RoleTests) ... ok
  646. test_create (tests.v2_0.test_services.ServiceTests) ... ok
  647. test_delete (tests.v2_0.test_services.ServiceTests) ... ok
  648. test_get (tests.v2_0.test_services.ServiceTests) ... ok
  649. test_list (tests.v2_0.test_services.ServiceTests) ... ok
  650. test_add_user (tests.v2_0.test_tenants.TenantTests) ... ok
  651. test_create (tests.v2_0.test_tenants.TenantTests) ... ok
  652. test_delete (tests.v2_0.test_tenants.TenantTests) ... ok
  653. test_get (tests.v2_0.test_tenants.TenantTests) ... ok
  654. test_list (tests.v2_0.test_tenants.TenantTests) ... ok
  655. test_list_limit (tests.v2_0.test_tenants.TenantTests) ... ok
  656. test_list_limit_marker (tests.v2_0.test_tenants.TenantTests) ... ok
  657. test_list_marker (tests.v2_0.test_tenants.TenantTests) ... ok
  658. test_remove_user (tests.v2_0.test_tenants.TenantTests) ... ok
  659. test_tenant_add_user (tests.v2_0.test_tenants.TenantTests) ... ok
  660. test_tenant_remove_user (tests.v2_0.test_tenants.TenantTests) ... ok
  661. test_update (tests.v2_0.test_tenants.TenantTests) ... ok
  662. test_delete (tests.v2_0.test_tokens.TokenTests) ... ok
  663. test_create (tests.v2_0.test_users.UserTests) ... ok
  664. test_delete (tests.v2_0.test_users.UserTests) ... ok
  665. test_get (tests.v2_0.test_users.UserTests) ... ok
  666. test_list (tests.v2_0.test_users.UserTests) ... ok
  667. test_list_limit (tests.v2_0.test_users.UserTests) ... ok
  668. test_list_limit_marker (tests.v2_0.test_users.UserTests) ... ok
  669. test_list_marker (tests.v2_0.test_users.UserTests) ... ok
  670. test_update (tests.v2_0.test_users.UserTests) ... ok
  671. test_eq (tests.test_base.BaseTest) ... ok
  672. test_getid (tests.test_base.BaseTest) ... ok
  673. test_resource_lazy_getattr (tests.test_base.BaseTest) ... ok
  674. test_resource_repr (tests.test_base.BaseTest) ... ok
  675. test_get (tests.test_http.ClientTest) ... ok
  676. test_get_error (tests.test_http.ClientTest) ... ok
  677. test_post (tests.test_http.ClientTest) ... ok
  678. test_get (tests.test_https.ClientTest) ... ok
  679. test_post (tests.test_https.ClientTest) ... ok
  680. test_building_a_service_catalog (tests.test_service_catalog.ServiceCatalogTest) ... ok
  681. test_service_catalog_endpoints (tests.test_service_catalog.ServiceCatalogTest) ... ok
  682. test_token (tests.test_service_catalog.ServiceCatalogTest) ... ok
  683. test_debug (tests.test_shell.ShellTest) ... ok
  684. test_do_ec2_get (tests.test_shell.ShellTest) ... ok
  685. test_do_endpoints (tests.test_shell.ShellTest) ... ok
  686. test_do_tenant_create (tests.test_shell.ShellTest) ... ok
  687. test_do_tenant_list (tests.test_shell.ShellTest) ... ok
  688. test_help_unknown_command (tests.test_shell.ShellTest) ... ok
  689. test_shell_args (tests.test_shell.ShellTest) ... ok
  690. Test a corner case where --tenant_id appears on the ... ok
  691. Test user-create args ... ok
  692. test_find_by_int_name (tests.test_utils.FindResourceTestCase) ... ok
  693. test_find_by_integer_id (tests.test_utils.FindResourceTestCase) ... ok
  694. test_find_by_str_id (tests.test_utils.FindResourceTestCase) ... ok
  695. test_find_by_str_name (tests.test_utils.FindResourceTestCase) ... ok
  696. test_find_by_uuid (tests.test_utils.FindResourceTestCase) ... ok
  697. test_find_none (tests.test_utils.FindResourceTestCase) ... ok
  698.  
  699. ----------------------------------------------------------------------
  700. Ran 77 tests in 0.702s
  701.  
  702. OK
  703. INFO: @anvil.action : Tearing down your components.
  704. INFO: @anvil.action : Updated/created 1 password files:
  705. INFO: @anvil.action : |-- /home/harlowja/anvil/passwords.yaml
  706. INFO: @anvil : It took 217.097 seconds or 3.62 minutes to complete action test.
  707. ____________________
  708. / Australia! \
  709. | Australia! |
  710. | Australia! |
  711. \ We love you, amen. /
  712. --------------------
  713. \ ^__^
  714. \ (oo)\_______
  715. (__)\ )\/\
  716. ||----w |
  717. || ||
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement