We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d98677c + 95a8a91 commit e821d5aCopy full SHA for e821d5a
labgrid/resource/docker.py
@@ -108,6 +108,7 @@ def on_client_bound(self, client):
108
nw_service = target_factory.make_resource(
109
self.target, "NetworkService",
110
service_name, network_service)
111
+ nw_service.parent = self
112
if client.container_name not in self._nw_services:
113
self._nw_services[client.container_name] = list()
114
self._nw_services[client.container_name].append(nw_service)
0 commit comments