add a document for introducing the suite field
Signed-off-by: Bai Jing 799286817@qq.com --- doc/job/suite.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/job/suite.md
diff --git a/doc/job/suite.md b/doc/job/suite.md new file mode 100644 index 0000000..aecf06f --- /dev/null +++ b/doc/job/suite.md @@ -0,0 +1,9 @@ +# suite + +Meaning: +- Test suite is a collection of test cases. The test case and test purposes +are also described in detail, system configuration information during the test, +and steps to be performed before the test. A series of test cases serving the +same test purpose or running environment are combined through the test suite. +- When you write a job yaml, you should better to assign the value of the +program to the suite.