HC Test: Fix intermittent failures of HC startup
[csit.git] / resources / libraries / python / honeycomb / HcAPIKwInterfaces.py
index 17ed3b8..09c9ae9 100644 (file)
@@ -1088,6 +1088,9 @@ class InterfaceKeywords(object):
         :raises KeyError: If the parameter 'match' is invalid.
         """
 
+        super_interface = Topology.convert_interface_reference(
+            node, super_interface, "name")
+
         match_type = {
             "default":
                 {"default": {}},