From 4f586cb0603c086c590106b661ed886cffffd57a Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Tue, 14 Apr 2015 12:46:47 +0000 Subject: Allow to use domain names instead of ids 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 332f22e..bb81c3f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking>=0.9.2,<0.10 coverage>=3.6 +mock>=1.0 discover python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -- cgit v1.2.1