commit | ffbf393575c52f7444f66d4bef86ecd81e3fdb98 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Jul 24 13:02:42 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Jul 24 12:36:21 2023 +0000 |
tree | 05d223a1d481de0e9725997174d45e5874fad785 | |
parent | a004576acfd826bf8a2a3371a3fde787afb9629b [diff] |
metropolis/test/util: move in NewEphemeralClusterCredentials from rpc Change-Id: I41603b19a76ea91c2191b0118183957973fc9ccd Reviewed-on: https://review.monogon.dev/c/monogon/+/1960 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 //...