Commit 3a164c3a authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

tests new cabling config

Showing with 1 addition and 1 deletion
+1 -1
...@@ -126,7 +126,7 @@ class Mux(MuxAbstract): ...@@ -126,7 +126,7 @@ class Mux(MuxAbstract):
self.addresses = {} self.addresses = {}
d = {} d = {}
for k, v in self.cabling.items(): for k, v in self.cabling.items():
d.update({k: ic[(v[0], self._roles[k[1]])]}) d.update({k: ic[(v[0], self._roles[k])]})
self.addresses = d self.addresses = d
def reset(self): def reset(self):
......
Supports Markdown
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