summaryrefslogtreecommitdiff
path: root/designateclient/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-03-131-3/+1
| | | | | | | | Now that we are py36 or later, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I9582d623727e5853637812083033a348b71551ce Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-101-21/+0
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* Add some missing Unit Tests to test_utils.pyPradeep Kumar Singh2015-07-271-0/+21
| | | | Change-Id: If33fba535f3541ade0b9fc516cf9b0bd4d215357
* Allow to use domain names instead of idsCedric Brandily2015-04-141-0/+64
Currently designate allows to identify a resource only by its id. This change allows to identify domains by name or id. This change defines the method find_resourceid_by_name_or_id which could be reused to identify other resources by name or id. Change-Id: I8e64cdbc5572623d05781d0c4e735ff0c429ea91 Closes-Bug: #1443858