diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-08-04 15:24:00 +0800 |
---|---|---|
committer | zhongjun <zhong.jun@zte.com.cn> | 2017-08-04 15:52:14 +0800 |
commit | e918ac0683aad63d97303b41d2e9ad1532fb6174 (patch) | |
tree | 3fbeab33060940900235a470214bca85d4dea862 /requirements.txt | |
parent | 5808f4ab29f39ed302068af12c796135b8168da8 (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.txt | 1 |
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 |