tacker/tacker/tests/unit/vnfm/lcm_user_data
zhufl 395cbb77ef Fix invalid "is not {}" judgement of empty dict
"is not {}" should not be used to judge whether a dict is empty,
because it will always return True.
So does "is not []".

>>> {} is not {}
True
>>> [] is not []
True

Change-Id: I014517d999345e201c3ee96f0634c7975a0cc7bb
2020-12-07 09:53:45 +08:00
..
utils Fix invalid "is not {}" judgement of empty dict 2020-12-07 09:53:45 +08:00
__init__.py Support LCM operation with user data 2020-04-24 11:37:45 +09:00