| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support quota show for current project | Richard Theis | 2016-04-21 | 1 | -0/+5 |
| | | | | | | | | | | | The "os quota show" command "<project/class>" argument is now optional. If not specified, the user's current project is used. This allows non-admin users to show quotas for their current project. Change-Id: I602d4cc09c9d29ce84271eff78137f8810cb1a47 Closes-Bug: #1572733 | ||||
| * | Prefer assertEqual/assertIn over assertOutput/assertInOutput | Cedric Brandily | 2016-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | functional.common.tests module defines: * assertOutput (similar to assertEqual) * assertInOutput (similar to assertIn) in order to allow the usage of assertions in testcase classmethods but there is no reason to use them in testcase instancemethods at least because they raise Exception instances instead of AssertionError instances. Change-Id: I9ffcaf9c6e6a1ff5df6ea2d79be3fb4496db4b85 | ||||
| * | Functional tests for openstackclient help messages | Kyrylo Romanenko | 2016-03-18 | 1 | -0/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for list and description for Server commands: - Check server commands in main help message. - Check list of server-related commands only. Commands: server add security group, server add volume, server create, server delete, server dump create, server image create, server list, server lock, server migrate, server pause, server reboot, server rebuild, server remove security group, server remove volume, server rescue, server resize, server resume, server set, server shelve, server show, server ssh, server start, server stop, server suspend, server unlock, server unpause, server unrescue, server unset, server unshelve. Change-Id: Ib4bf9ab0264fb482d36cf5688c0f939bcd2cb6d8 | ||||
| * | Add quota functional tests | Richard Theis | 2016-02-12 | 1 | -0/+38 |
| | | | | | | | | | Add functional tests for "os quota" commands. Change-Id: I0f5939bf4ce553174c9b7ce55bdb3dce0506c409 Related-Bug: #1528249 Partially-Implements: blueprint neutron-client | ||||
| * | Refactor "os availability zone list" | Richard Theis | 2016-01-14 | 1 | -0/+25 |
| | | | | | | | | | | | | | Refactor the "os availability zone list" command to make it a common command instead of a compute-only command. Since availability zones are common to compute, volume and network (new), this refactoring allows availability zone support to be added for volume and network. In addition to the refactor, unit and functional tests were added. Change-Id: I63e9d41d229b21cd38e5a083493042c096d65e05 Partial-Bug: #1532945 | ||||
| * | Have configuration tests support OCC | TerryHowe | 2015-11-20 | 1 | -3/+9 |
| | | | | | Change-Id: Ia8b0e5672e2e6cf6a37582bf231385aafda8836d | ||||
| * | New test for configuration show --mask | Yunpeng Li | 2015-07-30 | 1 | -2/+9 |
| | | | | | Change-Id: I56bb110d25b9f05cb1a706ecc5bbf5b6b154b240 | ||||
| * | add new test for configuration show unmask | John Keenleyside | 2015-07-30 | 1 | -0/+8 |
| | | | | | Change-Id: Ib85bfa627f4ddee9e017f148c86a6d7d640bfba4 | ||||
| * | New test for configuration show | Manuel Silveyra | 2015-07-29 | 2 | -0/+23 |
| Creates a new common file for configuration tests. Change-Id: Id4c26759dfec5d508b762d0b54386f258a362971 | |||||
