We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b014615 commit f674a89Copy full SHA for f674a89
1 file changed
tests/testbed_setup/test_gen_spy_testbed.py
@@ -37,10 +37,6 @@ def _interface_key(interface):
37
"""Get interface key to sort."""
38
return list(map(int, interface.lstrip("Ethernet").split("/")))
39
40
- def _to_string(obj):
41
- """Convert unicodes in obj to strings"""
42
- return yaml.safe_load(json.dumps(obj))
43
-
44
hostnames = tbinfo["duts"]
45
connections = conn_graph_facts["device_conn"]
46
0 commit comments