commit | 76e39d81415a51926e784d441760773574ecbdb9 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Apr 20 22:55:15 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Fri Apr 21 10:21:02 2023 +0000 |
tree | f826797d76881dfdc21dbca5ea8ddd673ac3d5ff | |
parent | f984e1eaea94cfdbd6bc23ab438f02028800fb9c [diff] |
m/n/c/network: fix add/modify condition The unset value for Index is 0, not -1. This caused new links to incorrectly use the LinkModify path. Change-Id: I92f3fcaa8e4df9097251e3e27bd69c75a2ad878b Reviewed-on: https://review.monogon.dev/c/monogon/+/1588 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
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 //...