diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:34:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-06 10:22:13 +0000 |
commit | a980cb8a0940d4db4bb5d338650cf848cd292f5b (patch) | |
tree | 0b739fd4af7535aed6ff9cc13beb67031a1f8cdf /README.LSB | |
parent | 1e7bbdaf78fd2a75d03c6a0c48afed13fffd4397 (diff) | |
download | openembedded-core-a980cb8a0940d4db4bb5d338650cf848cd292f5b.tar.gz openembedded-core-a980cb8a0940d4db4bb5d338650cf848cd292f5b.tar.bz2 openembedded-core-a980cb8a0940d4db4bb5d338650cf848cd292f5b.zip |
oeqa/utils/qemurunner.py: Fix python regex warnings
Fix the warnings:
meta/lib/oeqa/utils/qemurunner.py:250: DeprecationWarning: invalid escape sequence \.
ips = re.findall("((?:[0-9]{1,3}\.){3}[0-9]{1,3})", cmdline.split("ip=")[1])
meta/lib/oeqa/utils/qemurunner.py:343: DeprecationWarning: invalid escape sequence \-
if re.search("root@[a-zA-Z0-9\-]+:~#", output):
poky/meta/lib/oeqa/utils/qemurunner.py:350: DeprecationWarning: invalid escape sequence \-
if re.search("root@[a-zA-Z0-9\-]+:~#", output):
meta/lib/oeqa/utils/qemurunner.py:448: DeprecationWarning: invalid escape sequence \-
if re.search("[a-zA-Z0-9]+@[a-zA-Z0-9\-]+:~#", data):
by correctly marking the regexs.
(From OE-Core rev: 8e6987735002560fca714f77ea8ece9d4b28f7fa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.LSB')
0 files changed, 0 insertions, 0 deletions