From 5f574bfe3ce843d10fc80046607c0fd053f276b9 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Mon, 16 Oct 2023 23:41:53 +0200 Subject: [PATCH 1/2] Update README in regards to public test repos --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ff3f4a5a4..a2cb6235e0 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,16 @@ python3 -m http.server The documentation is now up on [localhost:8000](http://localhost:8000), where you can navigate with your browser. - ## Test library -The framework comes with a library of tests that users can either run them from the command line directly or extend them and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details. - +The framework comes with an experimental library of tests that users can either run them from the command line directly or extend them and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details. -## Test examples +## Public test repositories -You can find examples of real tests under the ReFrame HPC [community Github page](https://github.com/reframe-hpc). -The most complete suite of tests currently publicly available is that of [CSCS](https://cscs.ch/), which you can also find [here](https://github.com/eth-cscs/cscs-reframe-tests). -You can use those tests as a starting point for implementing your own tests. +The ReFrame HPC [community Github page](https://github.com/reframe-hpc) provides mirror forks of interesting ReFrame test repositories maintained by various sites or projects. +You can use those tests as an additional guidance to implement your own tests. +If you maintain a public test repository and you would like it to be listed in the community page, feel free to open an issue or contact us through [Slack](#slack). ## Contact From 9adfd09664edad1a0eac7d23f5019058edc4bcab Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Tue, 17 Oct 2023 22:11:58 +0200 Subject: [PATCH 2/2] Address PR comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cb6235e0..1007efe4f4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The documentation is now up on [localhost:8000](http://localhost:8000), where yo ## Test library -The framework comes with an experimental library of tests that users can either run them from the command line directly or extend them and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details. +The framework comes with an experimental library of tests that users can either run from the command line directly or extend and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details. ## Public test repositories