commit | d8290c8082f752f52d0ba1c765f668e2992bc5d4 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 06 18:31:49 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 07 11:02:15 2023 +0000 |
tree | 98c8dc9875488ba03314ef660406ae70909501c8 | |
parent | 6af91052f33c881c402012038c2f3fd8ee254cdd [diff] |
t/go: add netlink patch for permanent HW address This adds a patch to the netlink dependency which adds a field containing the permanent hardware address to the Link struct which can be used to reliably identify interface hardware addresses even if they have been changed for operational reasons. The patch has already been sent upstream at https://github.com/vishvananda/netlink/pull/850 but has not been reviewed or accepted. Change-Id: I9562d32643f5b3a5dcf9f1930b951b75ccc30da1 Reviewed-on: https://review.monogon.dev/c/monogon/+/1228 Tested-by: Leopold Schabel <leo@monogon.tech> Reviewed-by: Serge Bazanski <serge@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...