commit | 5d0906e1db869ddeac081567b469671a5ff25f7c | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Jul 20 20:23:57 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 24 14:45:04 2023 +0000 |
tree | c12afd970111219040b457fc739823513fcb2957 | |
parent | ffbf393575c52f7444f66d4bef86ecd81e3fdb98 [diff] |
metropolis/test/util: move TestCurator to utils package To use it inside other tests this change moves the TestCurator to allow usage inside other tests Change-Id: I75be31f490eb84e5c9bc56b65317ea5483415dcf Reviewed-on: https://review.monogon.dev/c/monogon/+/1954 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 //...