From 9a20121f28fa060e70c8c2a73052f1f778aa1271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Thu, 3 Nov 2022 19:39:08 +0100 Subject: [PATCH] Prepare directory structure --- criteria/README.md | 1 + products/README.md | 1 + station_config/README.md | 1 + test_cases/README.md | 1 + test_sequences/README.md | 1 + test_tools/README.md | 1 + 6 files changed, 6 insertions(+) create mode 100644 criteria/README.md create mode 100644 products/README.md create mode 100644 station_config/README.md create mode 100644 test_cases/README.md create mode 100644 test_sequences/README.md create mode 100644 test_tools/README.md diff --git a/criteria/README.md b/criteria/README.md new file mode 100644 index 0000000..9ebfdcd --- /dev/null +++ b/criteria/README.md @@ -0,0 +1 @@ +The criteria folder holds the global criteria for the test bench. Sequence specific criteria can be defined at the sequence level. \ No newline at end of file diff --git a/products/README.md b/products/README.md new file mode 100644 index 0000000..c19ba95 --- /dev/null +++ b/products/README.md @@ -0,0 +1 @@ +Each python file defines a different product through its static parameters. \ No newline at end of file diff --git a/station_config/README.md b/station_config/README.md new file mode 100644 index 0000000..770c203 --- /dev/null +++ b/station_config/README.md @@ -0,0 +1 @@ +Configuration files for the station. diff --git a/test_cases/README.md b/test_cases/README.md new file mode 100644 index 0000000..c14ed44 --- /dev/null +++ b/test_cases/README.md @@ -0,0 +1 @@ +The functions that implement the test cases are defined in test case libraries. \ No newline at end of file diff --git a/test_sequences/README.md b/test_sequences/README.md new file mode 100644 index 0000000..465f2a8 --- /dev/null +++ b/test_sequences/README.md @@ -0,0 +1 @@ +The sequences are separated in folders which hold the sequence and test cases declarations, the static configuration and the criterion specific to the sequence. \ No newline at end of file diff --git a/test_tools/README.md b/test_tools/README.md new file mode 100644 index 0000000..b4e5de0 --- /dev/null +++ b/test_tools/README.md @@ -0,0 +1 @@ +The test tools that are used to implement the test cases are defined in tool libraries. \ No newline at end of file