From 60fac3073876a9a5591c42cd3fa0cb5237ed2177 Mon Sep 17 00:00:00 2001 From: zhongjun Date: Thu, 3 Aug 2017 22:14:27 +0800 Subject: Add the unit test by pytest for get_conf.py Add the unit test cases by pytest way for get_conf.py, other python files will be added unit test cases gradually in the future. Change-Id: I2495645defcf7ee1b6014b27810ac956eec9f7de Signed-off-by: zhongjun --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7a329b1e..3d4d50be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ jsonschema paramiko pyyaml scp +oslo_config -- cgit 1.2.3-korg