summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2017-02-09 10:22:35 -0800
committerKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2017-02-09 12:12:27 -0800
commitd46c28b30c10fd1f6718add98be9cfc8682b3f8b (patch)
treecd345c18b3fa43a294de53585e60ca3b19452a72 /test-requirements.txt
parentd7777b9bbc9bbbc4f8e57e54757d370302f30767 (diff)
downloadceilometer-d46c28b30c10fd1f6718add98be9cfc8682b3f8b.tar.gz
Switch to use test_utils.call_until_true
test.call_until_true has been deprecated since Newton on Tempest side, and now Tempest provides test_utils.call_until_true as the stable library method. So this patch switches to use the stable method before removing old test.call_until_true on Tempest side. Change-Id: If8985f511d434af0449992b2bc3540da9b3a0591
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d392569f..68ba3d15 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -26,7 +26,7 @@ testtools>=1.4.0 # MIT
gabbi>=1.11.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)
os-testr>=0.4.1 # Apache-2.0
-tempest>=11.0.0 # Apache-2.0
+tempest>=14.0.0 # Apache-2.0
WebTest>=2.0 # MIT
pifpaf>=0.0.11 # Apache-2.0
os-api-ref>=0.1.0 # Apache-2.0s