summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute/v2/test_agent.py
Commit message (Collapse)AuthorAgeFilesLines
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-320/+0
| | | | | | | | this will better isolate the unit tests from the functional tests. unfortunately, the "integration" tests had to be lumped into the "unit" tests since we need the separation in testr.conf Change-Id: Ifd12198c1f90e4e3c951c73bfa1884ab300d8ded
* Standardize import formatshizhihui2016-07-221-1/+1
| | | | | | | | According to the rule in http://docs.openstack.org/developer/hacking/#imports I modify some irregular import format. Change-Id: Ibf29ccaf3ddec4a956334cc3368ebee7a66e282c
* Modify compute agent set commandsunyajing2016-07-111-9/+64
| | | | | | | | | | Migrate ``compute agent set`` arguments: version, url, md5hash to be optional. BackwardsIncompatibleImpact Change-Id: I092b7ed24274bafa548f0537c4586504be3a2825 Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>
* Merge "Modify unit tests of compute agent delete"Jenkins2016-06-171-0/+10
|\
| * Modify unit tests of compute agent deletesunyajing2016-06-081-0/+10
| | | | | | | | | | | | add no-input test to ``compute agent delete`` unit tests. Change-Id: Iee22b75c9a9431e57cb634dc28a5efa9b43b7369
* | osc-lib: exceptionsDean Troyer2016-06-131-1/+2
|/ | | | | | | | Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828
* Support multiple argument for compute agent delete commandsunyajing2016-06-031-5/+56
| | | | | Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
* add unit test for compute agent commandsunyajing2016-05-311-0/+203
Change-Id: I966d5a3a307fcd7f4efb1267aa2896efd53be50d