On Wed, Nov 25, 2020 at 09:56:24AM +0800, Zhang Yu wrote:
add a document for introducing the os field
Signed-off-by: Zhang Yu 2134782174@qq.com
doc/job/os.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/job/os.md
diff --git a/doc/job/os.md b/doc/job/os.md new file mode 100644 index 0000000..0d0102c --- /dev/null +++ b/doc/job/os.md @@ -0,0 +1,14 @@ +# os
+Meaning: +- Each test tells which os is to be testing on, the vm will run a os according to different need. +- Os is a key for users to specify a os type. +- If os is not given by users, it will use the default debian.
The default is openeuler.
Thanks, Xueliang
+- Here are the os type that we support:
- openeuler
- debian
- centos
- ...
+Usage example:
+- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03 os_mount=cifs
2.23.0