============================= test session starts ============================== platform linux -- Python 3.9.21, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /home/jenkins/mindspore/testcases/testcases/tests/st/heterogeneous, configfile: ../../../../../../sault/virtual_test/virtualenv_002/sault/config/pytest.ini plugins: forked-1.6.0, hydra-core-1.3.2, xdist-1.32.0, anyio-4.9.0 collected 1 item test_move_to.py F =================================== FAILURES =================================== _____________________________ test_move_to_2_cards _____________________________ @arg_mark(plat_marks=["platform_ascend910b"], level_mark="level1", card_mark="allcards", essential_mark="unessential") def test_move_to_2_cards(): ''' Feature: test move_to in 2 cards Description: Test MoveTo in 2 cards scenarios. Expectation: Run success, the net can train. ''' result, msg = msrun_cross_cluster(rank_size=2) > assert result, msg E AssertionError: test move_to failed, please check the log for more details. E assert False test_move_to.py:43: AssertionError =========================== short test summary info ============================ FAILED test_move_to.py::test_move_to_2_cards - AssertionError: test move_to f... ======================== 1 failed in 209.87s (0:03:29) =========================