commit | eae587dd26087d070f2d4e21dd6374e3150a658d | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@onlab.us> | Tue Jun 13 22:02:22 2017 -0700 |
committer | Shad Ansari <shad@onlab.us> | Tue Jun 13 22:03:33 2017 -0700 |
tree | c5a8fc4a9e897fcd662a388df972a2091fec695c | |
parent | 7c483622177cf7a8ec83fa08e588f3c366697b7c [diff] |
VOL-159 - Add missing reconcile_device() in asfvolt16_olt Change-Id: I7355df039080112516cbb27ae04e55e41fe2f0a4
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py index 42e9838..74848e2 100644 --- a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py +++ b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
@@ -80,6 +80,9 @@ def adopt_device(self, device): raise NotImplementedError() + def reconcile_device(self, device): + raise NotImplementedError() + def abandon_device(self, device): raise NotImplementedError()