From 4543c33ebd05eba28793f23ce8354223d29bf5c1 Mon Sep 17 00:00:00 2001 From: Daniel Kostecki Date: Fri, 8 Dec 2023 15:52:33 -0500 Subject: [PATCH] Update README with reference to the Elastic changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d86a7..59a5ac9 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,11 @@ The test execution will stop immediately without cleaning up, and one may access After the debug is complete, one has to manually clean up the setup. -## Uncommon options +## Uncommon Options The following test options are uncommon and meant to use under rare situations: + `--debug-execute`: debug command execution over the ssh session +## Storing Test Results (Experimental) + +A natural extension of this testing framework involves storing results of tests for historical purposes, as well as to query the data afterwords. To this end we have implemented a (currently experimental/in development) integration allowing the results of `SR_IOV_Sanity_Performance` to be pushed to an Elasticsearch instance. To see config fields required for using Elastic, see the `Usage` section above. As noted, this is an initial implementation and further development is needed to flesh out features. \ No newline at end of file