]> code.ossystems Code Review - openembedded-core.git/commit
qemuimagetest: Remove connman test for lsb image and fix one warning in Test_Create_Qemu
authorJiajun Xu <jiajun.xu@intel.com>
Thu, 6 Jan 2011 04:01:31 +0000 (12:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jan 2011 10:06:32 +0000 (10:06 +0000)
commit601af9f8ead73e4c385162e820b877f18e5e6722
treed2ce8fb4828db3799e4d1dd479073d94513ca178
parentd2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1
qemuimagetest: Remove connman test for lsb image and fix one warning in Test_Create_Qemu

There is no connman in LSB image. So we need to remove connman test from it.
And when we check if ip address fetched by Test_Fetch_Target_IP is valid,
we should use "==" operator for string comparison.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
scripts/qemuimage-testlib
scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb
scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb
scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb
scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb
scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb