[wip] testing

Change-Id: Ia48aed026a269698cdccb9249ef931cf2a812e3e
This commit is contained in:
Wahlstedt, Walter (ww229g) 2023-06-27 11:54:02 -04:00
parent 6609d561e1
commit 514c30b7db
1 changed files with 4 additions and 0 deletions

View File

@ -1473,6 +1473,10 @@ class ApplyNodeNetworking(BaseMaasAction):
machine.refresh()
for i in n.interfaces:
self.logger.debug(
"Testing device name: %s."
% (i.device_name))
if not i.network_link:
self.logger.debug(
"Interface %s has no network link, skipping configuration."