summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorzhongjun <zhong.jun@zte.com.cn>2017-08-04 15:24:00 +0800
committerzhongjun <zhong.jun@zte.com.cn>2017-08-04 15:52:14 +0800
commite918ac0683aad63d97303b41d2e9ad1532fb6174 (patch)
tree3fbeab33060940900235a470214bca85d4dea862 /requirements.txt
parent5808f4ab29f39ed302068af12c796135b8168da8 (diff)
Fix the assert comparison error in test_get_conf.py
Because the list/dict parse can not ensure the element sequence in python, using == method to compare the dict content may cause the fault. we replace it with DeepDiff function. Change-Id: I1db52347e24a0b3968bcf645fd47c4fc5b768dc7 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 3d4d50be..5d787343 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,4 @@ paramiko
pyyaml
scp
oslo_config
+deepdiff