未验证 提交 4757c7a0 编写于 作者: Y yanliang567 提交者: GitHub

[skip ci]Update simd test comments (#11360)

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 8ec040a3
......@@ -45,15 +45,15 @@ class TestSimdCompatibility:
for name in self.release_names:
milvus_op.uninstall(name, namespace)
"""
steps
1. [test_milvus_install]: set up milvus with customized simd configured
2. [test_simd_compat_e2e]: verify milvus is working well
4. [test_milvus_cleanup]: clear the env "avx", "avx2", "avx512"
"""
@pytest.mark.tags(CaseLabel.L3)
@pytest.mark.parametrize('simd', supported_simd_types)
def test_simd_compat_e2e(self, simd):
"""
steps
1. [test_milvus_install]: set up milvus with customized simd configured
2. [test_simd_compat_e2e]: verify milvus is working well
4. [test_milvus_cleanup]: delete milvus instances in teardown
"""
log.info(f"start to install milvus with simd {simd}")
release_name, host, port = _install_milvus(simd)
self.release_names.append(release_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册