From ccbeeea5da33d5ca879dc8fee75d29fb10713e68 Mon Sep 17 00:00:00 2001 From: bhagyashris Date: Thu, 21 Sep 2017 16:09:01 +0530 Subject: Add method validate_integer Method validate_integer() is used in Cinder[1], Nova[2] and Masakari[3]. So it's a good candidate to add this method in Oslo.utils. [1] https://github.com/openstack/cinder/blob/master/cinder/utils.py#L1032 [2] https://github.com/openstack/nova/blob/master/nova/utils.py#L846 [3] https://github.com/openstack/masakari/blob/master/masakari/utils.py#L244 Change-Id: I9086b9057e24aa4747a81507ab14aad60e39ab40 --- 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 5fdac01..4fc97ac 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,6 +10,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT oslotest>=1.10.0 # Apache-2.0 +ddt>=1.0.1 # MIT # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] -- cgit v1.2.1