1. 9854d5b Add XML support to the cinder client by Matthew Treinish · 12 years ago
  2. 6e37324 Add support to XML in images_client and its tests by Mauro S. M. Rodrigues · 12 years ago
  3. 22f03c7 Add XML support for test_list_floating_ips.py. by Vincent Hou · 12 years ago
  4. 4e08690 Add XML support to the volumes client. by Matthew Treinish · 12 years ago
  5. c25ef68 Merge "Add XML support for extensions_client" by Jenkins · 12 years ago
  6. e1165ed Merge "Replace glance.client with python-glanceclient" by Jenkins · 12 years ago
  7. c9b99a2 Replace glance.client with python-glanceclient by Brian Waldon · 12 years ago
  8. dd47d7e Adds Cinder client by Rohit Karajgi · 13 years ago
  9. a5ccff7 Merge "Add XML support for flavors_client" by Jenkins · 12 years ago
  10. c660795 Merge "Prevent stale isolated tenants from blocking test runs" by Jenkins · 12 years ago
  11. 89126c3 Add XML support for extensions_client by Tiago Mello · 12 years ago
  12. eda03b5 Add XML support for flavors_client by Tiago Mello · 12 years ago
  13. d6ff6b7 Prevent stale isolated tenants from blocking test runs by Dan Smith · 12 years ago
  14. a636f53 Add xml support to keypairs_client and its tests by Mauro S. M. Rodrigues · 12 years ago
  15. 3363446 Add XML support to the limits client. by Matthew Treinish · 12 years ago
  16. 2dfc282 Fix XML formatting for create server personality. by Matthew Treinish · 12 years ago
  17. cf8fab6 Add an xml/servers_client.py implementation by Dan Smith · 12 years ago
  18. ba6cb16 Add a RestClient variant that sends and expects XML by Dan Smith · 12 years ago
  19. 051075a Addition of base Smoke and Whitebox tests by Jay Pipes · 13 years ago
  20. efc8bd7 Fixes bug 902402- Integration Testcases for Keystone - users, Roles, and tenants by rajalakshmi-ganesan · 13 years ago
  21. 8ba945e Fixes Bug 1031639: admin_client.py- 'Assign and Remove role to user' points to a different URI by rajalakshmi-ganesan · 13 years ago
  22. d6a3fa5 fix for Bug 1029015.Added single quotes to remove unnecessary space in msg by nayna-patel · 13 years ago
  23. 775cf63 Fixes bug #1016042 - New tests for security groups by sapan-kona · 13 years ago
  24. c18d8c6 Add tests for volume attach and detach by Dan Smith · 13 years ago
  25. 6aceb4a Wait for resource deletion after 202 response. Fixes bug 1007447. by David Kranz · 13 years ago
  26. 72ea31a Fixes bug 992088- Testcases for Console Output and one test case to test_authorization.py by rajalakshmi-ganesan · 13 years ago
  27. 69e80a0 Adds admin tests for roles and roleRef API by Rohit Karajgi · 13 years ago
  28. 4498683 First cut of Network client and positive tests. by Unmesh Gurjar · 13 years ago
  29. 74f6851 Added an AddImageException to exceptions.py and modified images_client to use this exception rather than BuildErrorException. by Katherine Elliott · 13 years ago
  30. 4a64d23 Fixes bug/999647. Adds negative tests for LIST and GET servers API by Rohit Karajgi · 13 years ago
  31. e3bb58f Fixes bug 972673-Incorrect named parameters in BuildErrorException in test_volumes_list by rajalakshmi-ganesan · 13 years ago
  32. 6b1e154 Fixes bug/902405. Adds users tests and methods to admin client by Rohit Karajgi · 13 years ago
  33. 1e62242 Merge "Test cases for keystone tenant operations" by Jenkins · 13 years ago
  34. 0353029 Minor fixes and docstrings updates by Rohit Karajgi · 13 years ago
  35. 9ba7b0e Test cases for keystone tenant operations by chris fattarsi · 13 years ago
  36. e81e01d Merge " Adds an identity admin client and API tests for keystone roles." by Jenkins · 13 years ago
  37. a6c2a73 Adds key_name parameter in create_server by chris fattarsi · 13 years ago
  38. 8ed39ac Adds an identity admin client and API tests for keystone roles. by chris fattarsi · 13 years ago
  39. ad6feca Fixes LP #992096 - Add configure_via_auth=False by Jay Pipes · 13 years ago
  40. 5098fa2 Clients subclass the RestClient to allow attributes to be by chris fattarsi · 13 years ago
  41. 28e79de Don't pass None for any values in post body. by David Kranz · 13 years ago
  42. 5334dec Don't pass disk config as None. Fix for bug 980119 by David Kranz · 13 years ago
  43. 05acb29 Merge "Adds basic tests for disk config extension" by Jenkins · 13 years ago
  44. 4a76996 Merge "Fixes bug 960864- Testcases for the action list Volumes and list Volumes with Detail" by Jenkins · 13 years ago
  45. 3f981df Refactor configuration setup and document config by Jay Pipes · 13 years ago
  46. e36d500 Adds basic tests for disk config extension by Daryl Walleck · 13 years ago
  47. b446557 Fixes bug 960864- Testcases for the action list Volumes and list Volumes with Detail by rajalakshmi-ganesan · 13 years ago
  48. ddd9e0e Fixes bug 902374-Negative tests for Volumes by rajalakshmi-ganesan · 13 years ago
  49. 587385b Addresses lp#942382 - refactor configuration for clarity by Daryl Walleck · 13 years ago
  50. f72969c Narrow race in wait_for_server_status(). by Eoghan Glynn · 13 years ago
  51. 30d876a Fixes lp#945803 by Daryl Walleck · 13 years ago
  52. ee86c1d Merge "Fixes bug 902352 – New tests for security groups" by Jenkins · 13 years ago
  53. 4b10c7c Pass credentials to glance client. by Eoghan Glynn · 13 years ago
  54. 37b32b6 Fixes bug 902352 – New tests for security groups by rajalakshmi-ganesan · 13 years ago
  55. b90a1a6 Addresses lp#933845 * Changed config to use catalog type instead of catalog name by Daryl Walleck · 13 years ago
  56. bcc9195 Fix hardcoding of status bug. by David Kranz · 13 years ago
  57. 4aa82a9 Fixes lp#932320 * Made catalog name configurable by Daryl Walleck · 13 years ago
  58. 6e977a7 Make floating ip test work. Fixes bug 929765. by David Kranz · 13 years ago
  59. d870644 Fix for critical part of bug 929765. by David Kranz · 13 years ago
  60. ed37d73 Fixes LP#902358 - Test case for Floating IPs by sapan-kona · 13 years ago
  61. 74d0409 Added flavor filter tests: lp899979, lp899980, lp899982 by Daryl Walleck · 13 years ago
  62. 5fb9492 KeyPairsClient: Configure client to query nova service from Keystone catalog by Adam Gandelman · 13 years ago
  63. 2eb350f Added Keypair extension (os-keypairs) client and tests LP#900139 by kavan-patil · 13 years ago
  64. 5067728 Adds Images API tests by Jay Pipes · 13 years ago
  65. 5135bfc Rework exceptions in Tempest by Jay Pipes · 13 years ago
  66. eeb9caa incorporated Jay's suggestion bug915695 security groups client - to list by Ravikumar Venkatesan · 13 years ago
  67. 04b7081 LP Bug#914770 - NameError in test_images by Jay Pipes · 13 years ago
  68. e2d46b4 RestClient to target specific services in Keystone catalog by Adam Gandelman · 13 years ago
  69. a37cf00 Merge "Added filter tests to list images tests, addresses lp bug 900088" by Jenkins · 13 years ago
  70. f008703 Added filter tests to list images tests, addresses lp bug 900088 by Daryl Walleck · 13 years ago
  71. 20b6bca Code review changes for Bugfix for lp904407, /extensions tests by donald-ngo · 13 years ago
  72. 876adb2 Merge "Fixes Bug lp:900910" by Jenkins · 13 years ago
  73. e170000 Merge "Fixing revert/confirm resize tests" by Jenkins · 13 years ago
  74. d9d622e Merge "Fixes lp:903466" by Jenkins · 13 years ago
  75. 3bde07f Fixing revert/confirm resize tests by Brian Waldon · 13 years ago
  76. 03bc696 Fixes lp:903466 by Rohit Karajgi · 13 years ago
  77. 738cd63 General test cleanup by Brian Waldon · 13 years ago
  78. 95446a2 Fixes Bug lp:900910 by Rohit Karajgi · 13 years ago
  79. 8a733d9 Daryl's latest renaming commit needed some fixes by Jay Pipes · 13 years ago
  80. ed8bef3 Changes the namespace from storm to tempest, as well as adding addition tests and improvements by Daryl Walleck · 13 years ago