From e918ac0683aad63d97303b41d2e9ad1532fb6174 Mon Sep 17 00:00:00 2001 From: zhongjun Date: Fri, 4 Aug 2017 15:24:00 +0800 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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 -- cgit 1.2.3-korg