Commit da7daccd authored by Lu Xu's avatar Lu Xu 👀

wip

parent 2cb3ae67
...@@ -44,7 +44,7 @@ md5sum = b7906ca3a6b17963f78f680fc0842b74 ...@@ -44,7 +44,7 @@ md5sum = b7906ca3a6b17963f78f680fc0842b74
[ru_lopcomm_libinstance.jinja2.cfg] [ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg _update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum = 421e6970f5f66adf27cb352bcc8cef59 md5sum = ab7071005f439feab555553b8e4e3ce1
[ru_sunwave_libinstance.jinja2.cfg] [ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg _update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
...@@ -56,7 +56,7 @@ md5sum = c0c0e2eccff46893f5595df8ea8d7fe8 ...@@ -56,7 +56,7 @@ md5sum = c0c0e2eccff46893f5595df8ea8d7fe8
[ru_lopcomm_delay.jinja2.py] [ru_lopcomm_delay.jinja2.py]
_update_hash_filename_ = ru/lopcomm/delay.jinja2.py _update_hash_filename_ = ru/lopcomm/delay.jinja2.py
md5sum = aa1cace87c12e5e225168cd1a962895e md5sum = 8ab91ab654bac303c19270d3452a4528
[ru_lopcomm_stats.jinja2.py] [ru_lopcomm_stats.jinja2.py]
_update_hash_filename_ = ru/lopcomm/stats.jinja2.py _update_hash_filename_ = ru/lopcomm/stats.jinja2.py
......
...@@ -10,8 +10,7 @@ from ncclient_common import LopcommNetconfClient ...@@ -10,8 +10,7 @@ from ncclient_common import LopcommNetconfClient
if __name__ == '__main__': if __name__ == '__main__':
nc = LopcommNetconfClient( nc = LopcommNetconfClient(
log_file="{{ log_file }}", log_file="{{ log_file }}"
delay_reply_json_log_file="{{ delay_reply_json_log_file }}"
) )
while True: while True:
try: try:
......
...@@ -40,7 +40,7 @@ context = ...@@ -40,7 +40,7 @@ context =
import netaddr netaddr import netaddr netaddr
mode = 0775 mode = 0775
url = {{ ru_lopcomm_delay_template }} url = {{ ru_lopcomm_delay_template }}
output = ${directory:script}/{{B('%s-delay.py' % ru_ref)}} output = ${directory:bin}/{{B('%s-delay.py' % ru_ref)}}
{#- push firmware to RU #} {#- push firmware to RU #}
......
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