X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Fautotest_test_funcs.py;h=43c845b662964e77a2b74a850802e71082ca8716;hp=414a190a21078904522416f51a009e51f91ffdbd;hb=b4ce15aa2bc7;hpb=b1fc0b2017a24350268b304fde1943b53923a2e1 diff --git a/app/test/autotest_test_funcs.py b/app/test/autotest_test_funcs.py index 414a190a21..43c845b662 100644 --- a/app/test/autotest_test_funcs.py +++ b/app/test/autotest_test_funcs.py @@ -59,7 +59,7 @@ def dump_autotest(child, test_name): # reads output and waits for Test OK def memory_autotest(child, test_name): child.sendline(test_name) - regexp = "phys:0x[0-9a-f]*, len:0x([0-9a-f]*), virt:0x[0-9a-f]*, socket_id:[0-9]*" + regexp = "phys:0x[0-9a-f]*, len:([0-9]*), virt:0x[0-9a-f]*, socket_id:[0-9]*" index = child.expect([regexp, pexpect.TIMEOUT], timeout = 180) if index != 0: return -1, "Fail [Timeout]"