Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write hw MAC at uEnv #98

Closed
wants to merge 1 commit into from
Closed

Write hw MAC at uEnv #98

wants to merge 1 commit into from

Conversation

jpineda3
Copy link
Contributor

@jpineda3 jpineda3 commented Jul 21, 2023

This should address the ping issue for boards with the same hw mac address. The following lines can be added to the existing hw health check pipeline before setting the static ip and reboot.

def mac_addr = nebula('update-config board-config hw-mac --board-name='+board)
harness.nebula("uart.write-mac-uEnv --mac="+mac_addr+" --board-name=${board}")

I already added the hw_mac field in Netbox.
http://gateway.englab/jenkins/blue/organizations/jenkins/Misc%2Fset_mac_uEnv/detail/set_mac_uEnv/17/pipeline

@jpineda3 jpineda3 closed this Jul 21, 2023
@jpineda3 jpineda3 reopened this Jul 21, 2023
@jpineda3 jpineda3 changed the base branch from master to dev July 21, 2023 09:08
@jpineda3 jpineda3 requested review from tagoylo and kimpaller July 21, 2023 09:09
@tagoylo
Copy link
Collaborator

tagoylo commented Sep 22, 2023

Fix lint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants