From 1e8aa568578ed8bdc29ca1e39f8305eb3495a338 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Wed, 18 Dec 2024 14:17:42 -0700 Subject: [PATCH] documentation update --- docs/contributing-malcolm-test.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/contributing-malcolm-test.md diff --git a/docs/contributing-malcolm-test.md b/docs/contributing-malcolm-test.md new file mode 100644 index 000000000..c5af08d29 --- /dev/null +++ b/docs/contributing-malcolm-test.md @@ -0,0 +1,6 @@ +# `malcolm-test`: Malcolm System Tests + +`malcolm-test` is a Python package for performing system tests against a Malcolm system. It serves to run an instance of Malcolm inside a virtual machine and verify the results of system tests executed against it. Please see the following repositories for installation and usage instructions and additional details: + +* [idaholab/Malcolm-Test](https://github.com/idaholab/Malcolm-Test) +* [idaholab/Malcolm-Test-Artifacts](https://github.com/idaholab/Malcolm-Test-Artifacts)