Whamcloud - gitweb
LU-10973 lnet: LUTF Python infra 87/38087/50
authorAmir Shehata <ashehata@whamcloud.com>
Wed, 25 Mar 2020 02:23:43 +0000 (19:23 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 10 Aug 2021 08:06:49 +0000 (08:06 +0000)
commitba1fa08a0fd13a82c86db04d0e1b15c32126ba2f
tree247e43f0f983cccf8bc64b1b262112658968d00c
parenta55b6dafeae9b6e52a6b0afb9b9848ac4980b105
LU-10973 lnet: LUTF Python infra

Added the python LUTF infrastructure. The python infrastructure
provides the core LUTF feature set. The tests-infra is lnet
specific infrastructure to be used by LUTF test suites.

Test-Parameters: trivial
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I1d0336606625424880f1b64b1dd296d4c7ed85ea
Signed-off-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/38087
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
37 files changed:
lustre-dkms.spec.in
lustre.spec.in
lustre/tests/Makefile.am
lustre/tests/auster
lustre/tests/lutf.sh [new file with mode: 0644]
lustre/tests/lutf/Makefile.am
lustre/tests/lutf/python/config/lutf_start.py [new file with mode: 0644]
lustre/tests/lutf/python/config/lutf_start.sh [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_agent.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_basetest.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_cmd.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_common_def.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_exception.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_file.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_get_num_agents.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_paramiko.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_telnet_cl.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_telnet_sr.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/lutf_utils.py [new file with mode: 0644]
lustre/tests/lutf/python/infra/telnetsrvlib.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/clustre_reset.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/fio.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lnet.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lnet_cleanup.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lnet_helpers.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lnet_selftest.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lustre_cleanup.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lustre_fs.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lustre_logs.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lustre_node.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/lustre_roles.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/selftest_template.py [new file with mode: 0644]
lustre/tests/lutf/python/tests-infra/utility_paths.py [new file with mode: 0644]
lustre/tests/lutf/python/tests/sample.py [new file with mode: 0644]
lustre/tests/lutf/swig_templates/generate_lnetconfig_swig_i.py [changed mode: 0755->0644]
lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py [changed mode: 0755->0644]