X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fcmdline_test%2Fcmdline_test.py;h=8efc5ead4439875b89ae59bff1d094d4f5f5c4a0;hb=f3618dcbcff8ae6b2eabf982f4c4fbbc3dd66703;hp=5d7c7be5d6d7a63e76863377b4d0c1d7a9c0c28f;hpb=a84b014cb50d1d0ac77f04eb1e2ecc522516bd4c;p=dpdk.git diff --git a/app/cmdline_test/cmdline_test.py b/app/cmdline_test/cmdline_test.py index 5d7c7be5d6..8efc5ead44 100755 --- a/app/cmdline_test/cmdline_test.py +++ b/app/cmdline_test/cmdline_test.py @@ -67,7 +67,7 @@ def runHistoryTest(child): while i < history_size / 10: # add 1 to prevent from parsing as octals child.send("1" + str(i).zfill(8) + cmdline_test_data.ENTER) - # the app will simply print out the number + # the app will simply print out the number child.expect(str(i + 100000000), timeout=1) i += 1 # scroll back history @@ -111,4 +111,3 @@ except: sys.exit(1) child.close() sys.exit(0) -