Fix for test_remove_vnf failing in Heal VDU
[osm/LCM.git] / osm_lcm / lcm_helm_conn.py
index 6fd3374..c8ba44d 100644 (file)
@@ -301,6 +301,10 @@ class LCMHelmConn(N2VCConnector, LcmBase):
         # not used for this connector
         pass
 
+    async def upgrade_charm(self, *args, **kwargs):
+        # not used for this connector
+        pass
+
     async def get_ee_ssh_public__key(
         self,
         ee_id: str,