Fix the assert comparison error in test_get_conf.py 53/38753/3
authorzhongjun <zhong.jun@zte.com.cn>
Fri, 4 Aug 2017 07:24:00 +0000 (15:24 +0800)
committerzhongjun <zhong.jun@zte.com.cn>
Fri, 4 Aug 2017 07:52:14 +0000 (15:52 +0800)
commite918ac0683aad63d97303b41d2e9ad1532fb6174
tree3fbeab33060940900235a470214bca85d4dea862
parent5808f4ab29f39ed302068af12c796135b8168da8
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>
requirements.txt
test-requirements.txt
tests/unit/test_get_conf.py