]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "pytest: Mark memtest_ddr as xfail"
authorMichal Simek <michal.simek@xilinx.com>
Thu, 15 Feb 2018 08:52:58 +0000 (09:52 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Feb 2018 09:06:26 +0000 (10:06 +0100)
This reverts commit dfb16ce1b29a246e3a2e210721c880fa157e0f18.

The previous patch
"arm64: zynqmp: Changed scratch address used by the alternate memory
test" is fixing this test failure.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_memtest.py

index e3d8877398a2dab18541e3afa857bbd46b97225e..cd365403bd83d167b4cbcf55389ef7088de3cb22 100644 (file)
@@ -12,8 +12,6 @@ def test_memtest_failed(u_boot_console):
     response = u_boot_console.run_command('mtest 20 10 0 2')
     assert(expected_response in response)
 
-# CR-992632
-@pytest.mark.xfail
 def test_memtest_ddr(u_boot_console):
     """Test that md reads memory as expected, and that memory can be modified
     using the mw command."""