summaryrefslogtreecommitdiff
path: root/functional/tests/common/test_quota.py
Commit message (Collapse)AuthorAgeFilesLines
* Prefer assertEqual/assertIn over assertOutput/assertInOutputCedric Brandily2016-04-061-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
* Add quota functional testsRichard Theis2016-02-121-0/+38
Add functional tests for "os quota" commands. Change-Id: I0f5939bf4ce553174c9b7ce55bdb3dce0506c409 Related-Bug: #1528249 Partially-Implements: blueprint neutron-client