Browse Source

!27314 Delete error code assert in error manager test case

Merge pull request !27314 from tanghuikang/adjust_hcom_errormanager_st
tags/v1.6.0
i-robot Gitee 4 years ago
parent
commit
cbff4bf117
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      tests/st/error_manager/test_error_manager.py

+ 0
- 4
tests/st/error_manager/test_error_manager.py View File

@@ -27,7 +27,3 @@ def test_hccl_init_fail():
assert ret == 0
grep_ret = os.system(f"grep 'Ascend error occurred, error message:' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0
grep_ret = os.system(f"grep 'EI0004:' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0
grep_ret = os.system(f"grep 'Invalid ranktable, with rankID' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0

Loading…
Cancel
Save