diff options
author | 2019-11-13 15:59:21 +0800 | |
---|---|---|
committer | 2019-11-14 15:56:48 +0800 | |
commit | 4004afdf54c246b4afd481003aca16d2dab816fb (patch) | |
tree | b6f80bf054813feb9c48c7acf1ff2a073832539a /catalog/pub/utils | |
parent | 0b6a49e188b44602ca83a5802b6820b32d3e2a35 (diff) |
Notify about VNF package on-boarding or change
Change-Id: Iedba1b62577f99f106c4309620b8129b775df2e4
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Issue-ID: MODELING-269
Diffstat (limited to 'catalog/pub/utils')
-rw-r--r-- | catalog/pub/utils/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog/pub/utils/tests.py b/catalog/pub/utils/tests.py index 0f02467..3698c59 100644 --- a/catalog/pub/utils/tests.py +++ b/catalog/pub/utils/tests.py @@ -15,6 +15,7 @@ import platform import unittest import mock + from . import fileutil import urllib from . import syscomm |