commit | 1cd2696d61071b072a24dbe127d9d95874377d66 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 19 16:10:17 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 19 18:24:40 2023 +0000 |
tree | fd9103766990c64daecec87fc9625bc267ba1cc5 | |
parent | 3ea40da4d6642593f7535dc71084b3367c6eb35e [diff] |
c/agent: include EFI support in hardware report Adds firmware EFI support status to the hardware report. It is represented as an enum which is populated based on two different data sources. The ENABLED state is set if Linux has EFI runtime services available. The SUPPORTED/UNSUPPORTED states depend on the SMBIOS tables provided by the firmware and are used if EFI runtime services are not available. If neither are available, UNKNOWN is used. Change-Id: I7642ccda14d5494294a7463755de18e73a8a9c53 Reviewed-on: https://review.monogon.dev/c/monogon/+/1571 Reviewed-by: Serge Bazanski <serge@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 //...