Commit 12c29729 authored by Lu Xu's avatar Lu Xu 👀

wip

parent 3a2b751f
...@@ -36,7 +36,7 @@ md5sum = b34fe47a73890097fbc6ea6374aeb38d ...@@ -36,7 +36,7 @@ md5sum = b34fe47a73890097fbc6ea6374aeb38d
[lopcomm-rrh-software.jinja2.py] [lopcomm-rrh-software.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-software.jinja2.py _update_hash_filename_ = lopcomm-rrh-software.jinja2.py
md5sum = fa560d4e694a1cab986e09807a7a060f md5sum = 57f4439524d464961dd8cbd6e5e52fc6
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
......
...@@ -5,9 +5,11 @@ import xmltodict ...@@ -5,9 +5,11 @@ import xmltodict
from logging.handlers import RotatingFileHandler from logging.handlers import RotatingFileHandler
from ncclient import manager from ncclient import manager
from ncclient.operations import RPCError from ncclient.operations import RPCError
from ncclient.operations.rpc import RPC
from ncclient.xml_ import * from ncclient.xml_ import *
from ncclient.devices.default import DefaultDeviceHandler from ncclient.devices.default import DefaultDeviceHandler
class LopcommNetconfClient: class LopcommNetconfClient:
def __init__(self): def __init__(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment