Rename netconf-impl to netconf-api
[integration/test.git] / csit / libraries / SwitchClasses / ProVision.py
index 45055573c0e714b8cc17e326da69caced352bb9b..454d3d3a75f652f4099421147404658b50c150fd 100644 (file)
@@ -155,6 +155,6 @@ class ProVision(BaseSwitch):
             # Datapath ID              : 000af0921c22bac0
             # |-----------------(0)---------------------|
             # |-----------(1)----------| |------(2)-----|
-            matches = re.search("(.*: )(\w+)", self.datapath_id_output_string)
+            matches = re.search(r"(.*: )(\w+)", self.datapath_id_output_string)
             datapath_id_hex = matches.group(2)
             self.datapath_id = self.convert_hex_to_decimal_as_string(datapath_id_hex)