summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/biz
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-04-22 17:00:59 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-04-22 17:00:59 +0800
commite0904a046f222082399d5d5e5518fe7aa297cb53 (patch)
tree7c88e4d90570c307dccefa49449c9c3bef65f7a6 /lcm/lcm/nf/biz
parent5b05f88ce6e31a5c90fc21496c82f196f2180b2c (diff)
Add ETag check ok ut case
Change-Id: I59245060770801e19537567c0819a979fd91db9b Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/biz')
-rw-r--r--lcm/lcm/nf/biz/update_vnf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/lcm/nf/biz/update_vnf.py b/lcm/lcm/nf/biz/update_vnf.py
index 311c24aa..bc9ee0f2 100644
--- a/lcm/lcm/nf/biz/update_vnf.py
+++ b/lcm/lcm/nf/biz/update_vnf.py
@@ -29,6 +29,7 @@ logger = logging.getLogger(__name__)
class UpdateVnf(Thread):
def __init__(self, data, instanceid, job_id):
+ super(UpdateVnf, self).__init__()
self.data = data
self.nf_inst_id = instanceid
self.job_id = job_id